public class CockpitItemTemplateModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CLASSIFICATIONCLASSES
Generated constant - Attribute key of
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. |
static java.lang.String |
CODE
Generated constant - Attribute key of
CockpitItemTemplate.code attribute defined at extension cockpit. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
CockpitItemTemplate.description attribute defined at extension cockpit. |
static java.lang.String |
NAME
Generated constant - Attribute key of
CockpitItemTemplate.name attribute defined at extension cockpit. |
static java.lang.String |
RELATEDTYPE
Generated constant - Attribute key of
CockpitItemTemplate.relatedType attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code,
ComposedTypeModel _relatedType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CockpitItemTemplateModel(java.lang.String _code,
ItemModel _owner,
ComposedTypeModel _relatedType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ClassificationClassModel> |
getClassificationClasses()
Generated method - Getter of the
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. |
java.lang.String |
getCode()
Generated method - Getter of the
CockpitItemTemplate.code attribute defined at extension cockpit. |
java.lang.String |
getDescription()
Generated method - Getter of the
CockpitItemTemplate.description attribute defined at extension cockpit. |
java.lang.String |
getDescription(java.util.Locale loc)
Generated method - Getter of the
CockpitItemTemplate.description attribute defined at extension cockpit. |
java.lang.String |
getName()
Generated method - Getter of the
CockpitItemTemplate.name attribute defined at extension cockpit. |
java.lang.String |
getName(java.util.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(java.util.Collection<ClassificationClassModel> value)
Generated method - Setter of
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit. |
void |
setCode(java.lang.String value)
Generated method - Setter of
CockpitItemTemplate.code attribute defined at extension cockpit. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
CockpitItemTemplate.description attribute defined at extension cockpit. |
void |
setDescription(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
CockpitItemTemplate.description attribute defined at extension cockpit. |
void |
setName(java.lang.String value)
Generated method - Setter of
CockpitItemTemplate.name attribute defined at extension cockpit. |
void |
setName(java.lang.String value,
java.util.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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String CODE
CockpitItemTemplate.code attribute defined at extension cockpit.public static final java.lang.String NAME
CockpitItemTemplate.name attribute defined at extension cockpit.public static final java.lang.String DESCRIPTION
CockpitItemTemplate.description attribute defined at extension cockpit.public static final java.lang.String RELATEDTYPE
CockpitItemTemplate.relatedType attribute defined at extension cockpit.public static final java.lang.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(java.lang.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(java.lang.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 java.util.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 java.lang.String getCode()
CockpitItemTemplate.code attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
CockpitItemTemplate.description attribute defined at extension cockpit.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription(java.util.Locale loc)
CockpitItemTemplate.description attribute defined at extension cockpit.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
CockpitItemTemplate.name attribute defined at extension cockpit.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
CockpitItemTemplate.name attribute defined at extension cockpit.loc - the value localization keyjava.lang.IllegalArgumentException - 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(java.util.Collection<ClassificationClassModel> value)
CockpitItemTemplate.classificationClasses attribute defined at extension cockpit.value - the classificationClasses@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
CockpitItemTemplate.code attribute defined at extension cockpit.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
CockpitItemTemplate.description attribute defined at extension cockpit.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value, java.util.Locale loc)
CockpitItemTemplate.description attribute defined at extension cockpit.value - the descriptionloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
CockpitItemTemplate.name attribute defined at extension cockpit.value - the name@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
CockpitItemTemplate.name attribute defined at extension cockpit.value - the nameloc - the value localization keyjava.lang.IllegalArgumentException - 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 © 2018 SAP SE. All Rights Reserved.