public class ComponentTypeGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CMSCOMPONENTTYPES
Generated constant - Attribute key of
ComponentTypeGroup.cmsComponentTypes attribute defined at extension cms2. |
static String |
CODE
Generated constant - Attribute key of
ComponentTypeGroup.code attribute defined at extension cms2. |
static String |
DESCRIPTION
Generated constant - Attribute key of
ComponentTypeGroup.description attribute defined at extension cms2. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ComponentTypeGroupModel()
Generated constructor - Default constructor for generic creation.
|
ComponentTypeGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ComponentTypeGroupModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ComponentTypeGroupModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Set<CMSComponentTypeModel> |
getCmsComponentTypes()
Generated method - Getter of the
ComponentTypeGroup.cmsComponentTypes attribute defined at extension cms2. |
String |
getCode()
Generated method - Getter of the
ComponentTypeGroup.code attribute defined at extension cms2. |
String |
getDescription()
Generated method - Getter of the
ComponentTypeGroup.description attribute defined at extension cms2. |
String |
getDescription(Locale loc)
Generated method - Getter of the
ComponentTypeGroup.description attribute defined at extension cms2. |
void |
setCmsComponentTypes(Set<CMSComponentTypeModel> value)
Generated method - Setter of
ComponentTypeGroup.cmsComponentTypes attribute defined at extension cms2. |
void |
setCode(String value)
Generated method - Setter of
ComponentTypeGroup.code attribute defined at extension cms2. |
void |
setDescription(String value)
Generated method - Setter of
ComponentTypeGroup.description attribute defined at extension cms2. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
ComponentTypeGroup.description attribute defined at extension cms2. |
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
ComponentTypeGroup.code attribute defined at extension cms2.public static final String DESCRIPTION
ComponentTypeGroup.description attribute defined at extension cms2.public static final String CMSCOMPONENTTYPES
ComponentTypeGroup.cmsComponentTypes attribute defined at extension cms2.public ComponentTypeGroupModel()
public ComponentTypeGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ComponentTypeGroupModel(String _code)
_code - initial attribute declared by type ComponentTypeGroup at extension cms2@Deprecated public ComponentTypeGroupModel(String _code, ItemModel _owner)
_code - initial attribute declared by type ComponentTypeGroup at extension cms2_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cmsComponentTypes", type=GETTER) public Set<CMSComponentTypeModel> getCmsComponentTypes()
ComponentTypeGroup.cmsComponentTypes attribute defined at extension cms2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public String getCode()
ComponentTypeGroup.code attribute defined at extension cms2.@Accessor(qualifier="description", type=GETTER) public String getDescription()
ComponentTypeGroup.description attribute defined at extension cms2.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
ComponentTypeGroup.description attribute defined at extension cms2.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="cmsComponentTypes", type=SETTER) public void setCmsComponentTypes(Set<CMSComponentTypeModel> value)
ComponentTypeGroup.cmsComponentTypes attribute defined at extension cms2.value - the cmsComponentTypes@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
ComponentTypeGroup.code attribute defined at extension cms2.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
ComponentTypeGroup.description attribute defined at extension cms2.value - the description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
ComponentTypeGroup.description attribute defined at extension cms2.value - the descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.