public class CockpitItemTemplateModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CLASSIFICATIONCLASSES
Generated constant - Attribute key of
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. |
static String |
CODE
Generated constant - Attribute key of
CockpitItemTemplate.code attribute defined at extension cockpit. |
static String |
DESCRIPTION
Generated constant - Attribute key of
CockpitItemTemplate.description attribute defined at extension cockpit. |
static String |
NAME
Generated constant - Attribute key of
CockpitItemTemplate.name attribute defined at extension cockpit. |
static String |
RELATEDTYPE
Generated constant - Attribute key of
CockpitItemTemplate.relatedType attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitItemTemplateModel()
Generated constructor - Default constructor for generic creation.
|
CockpitItemTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CockpitItemTemplateModel(String _code,
ComposedTypeModel _relatedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CockpitItemTemplateModel(String _code,
ItemModel _owner,
ComposedTypeModel _relatedType)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassificationClassModel> |
getClassificationClasses()
Generated method - Getter of the
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. |
String |
getCode()
Generated method - Getter of the
CockpitItemTemplate.code attribute defined at extension cockpit. |
String |
getDescription()
Generated method - Getter of the
CockpitItemTemplate.description attribute defined at extension cockpit. |
String |
getDescription(Locale loc)
Generated method - Getter of the
CockpitItemTemplate.description attribute defined at extension cockpit. |
String |
getName()
Generated method - Getter of the
CockpitItemTemplate.name attribute defined at extension cockpit. |
String |
getName(Locale loc)
Generated method - Getter of the
CockpitItemTemplate.name attribute defined at extension cockpit. |
ComposedTypeModel |
getRelatedType()
Generated method - Getter of the
CockpitItemTemplate.relatedType attribute defined at extension cockpit. |
void |
setClassificationClasses(Collection<ClassificationClassModel> value)
Generated method - Setter of
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. |
void |
setCode(String value)
Generated method - Setter of
CockpitItemTemplate.code attribute defined at extension cockpit. |
void |
setDescription(String value)
Generated method - Setter of
CockpitItemTemplate.description attribute defined at extension cockpit. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
CockpitItemTemplate.description attribute defined at extension cockpit. |
void |
setName(String value)
Generated method - Setter of
CockpitItemTemplate.name attribute defined at extension cockpit. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
CockpitItemTemplate.name attribute defined at extension cockpit. |
void |
setRelatedType(ComposedTypeModel value)
Generated method - Setter of
CockpitItemTemplate.relatedType attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String CODE
CockpitItemTemplate.code attribute defined at extension cockpit.public static final String NAME
CockpitItemTemplate.name attribute defined at extension cockpit.public static final String DESCRIPTION
CockpitItemTemplate.description attribute defined at extension cockpit.public static final String RELATEDTYPE
CockpitItemTemplate.relatedType attribute defined at extension cockpit.public static final String CLASSIFICATIONCLASSES
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit.public CockpitItemTemplateModel()
public CockpitItemTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CockpitItemTemplateModel(String _code, ComposedTypeModel _relatedType)
_code - initial attribute declared by type CockpitItemTemplate at extension cockpit_relatedType - initial attribute declared by type CockpitItemTemplate at extension cockpit@Deprecated public CockpitItemTemplateModel(String _code, ItemModel _owner, ComposedTypeModel _relatedType)
_code - initial attribute declared by type CockpitItemTemplate at extension cockpit_owner - initial attribute declared by type Item at extension core_relatedType - initial attribute declared by type CockpitItemTemplate at extension cockpit@Accessor(qualifier="classificationClasses", type=GETTER) public Collection<ClassificationClassModel> getClassificationClasses()
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
CockpitItemTemplate.code attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public String getDescription()
CockpitItemTemplate.description attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
CockpitItemTemplate.description attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=GETTER) public String getName()
CockpitItemTemplate.name attribute defined at extension cockpit.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
CockpitItemTemplate.name attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="relatedType", type=GETTER) public ComposedTypeModel getRelatedType()
CockpitItemTemplate.relatedType attribute defined at extension cockpit.@Accessor(qualifier="classificationClasses", type=SETTER) public void setClassificationClasses(Collection<ClassificationClassModel> value)
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit.value - the classificationClasses@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CockpitItemTemplate.code attribute defined at extension cockpit.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
CockpitItemTemplate.description attribute defined at extension cockpit.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
CockpitItemTemplate.description attribute defined at extension cockpit.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=SETTER) public void setName(String value)
CockpitItemTemplate.name attribute defined at extension cockpit.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
CockpitItemTemplate.name attribute defined at extension cockpit.value - the nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="relatedType", type=SETTER) public void setRelatedType(ComposedTypeModel value)
CockpitItemTemplate.relatedType attribute defined at extension cockpit.value - the relatedTypeCopyright © 2017 SAP SE. All Rights Reserved.