public class CxCustomizationsGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATALOGVERSION
Generated constant - Attribute key of
CxCustomizationsGroup.catalogVersion attribute defined at extension personalizationservices. |
static String |
CODE
Generated constant - Attribute key of
CxCustomizationsGroup.code attribute defined at extension personalizationservices. |
static String |
CUSTOMIZATIONS
Generated constant - Attribute key of
CxCustomizationsGroup.customizations attribute defined at extension personalizationservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CxCustomizationsGroupModel()
Generated constructor - Default constructor for generic creation.
|
CxCustomizationsGroupModel(CatalogVersionModel _catalogVersion,
String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxCustomizationsGroupModel(CatalogVersionModel _catalogVersion,
String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CxCustomizationsGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
CxCustomizationsGroup.catalogVersion attribute defined at extension personalizationservices. |
String |
getCode()
Generated method - Getter of the
CxCustomizationsGroup.code attribute defined at extension personalizationservices. |
List<CxCustomizationModel> |
getCustomizations()
Generated method - Getter of the
CxCustomizationsGroup.customizations attribute defined at extension personalizationservices. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
CxCustomizationsGroup.catalogVersion attribute defined at extension personalizationservices. |
void |
setCode(String value)
Generated method - Initial setter of
CxCustomizationsGroup.code attribute defined at extension personalizationservices. |
void |
setCustomizations(List<CxCustomizationModel> value)
Generated method - Setter of
CxCustomizationsGroup.customizations attribute defined at extension personalizationservices. |
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
CxCustomizationsGroup.code attribute defined at extension personalizationservices.public static final String CATALOGVERSION
CxCustomizationsGroup.catalogVersion attribute defined at extension personalizationservices.public static final String CUSTOMIZATIONS
CxCustomizationsGroup.customizations attribute defined at extension personalizationservices.public CxCustomizationsGroupModel()
public CxCustomizationsGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CxCustomizationsGroupModel(CatalogVersionModel _catalogVersion, String _code)
_catalogVersion - initial attribute declared by type CxCustomizationsGroup at extension personalizationservices_code - initial attribute declared by type CxCustomizationsGroup at extension personalizationservices@Deprecated public CxCustomizationsGroupModel(CatalogVersionModel _catalogVersion, String _code, ItemModel _owner)
_catalogVersion - initial attribute declared by type CxCustomizationsGroup at extension personalizationservices_code - initial attribute declared by type CxCustomizationsGroup at extension personalizationservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
CxCustomizationsGroup.catalogVersion attribute defined at extension personalizationservices.@Accessor(qualifier="code", type=GETTER) public String getCode()
CxCustomizationsGroup.code attribute defined at extension personalizationservices.@Accessor(qualifier="customizations", type=GETTER) public List<CxCustomizationModel> getCustomizations()
CxCustomizationsGroup.customizations attribute defined at extension personalizationservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
CxCustomizationsGroup.catalogVersion attribute defined at extension personalizationservices.value - the catalogVersion@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
CxCustomizationsGroup.code attribute defined at extension personalizationservices. Can only be used at creation of model - before first save.value - the code - Group codeCopyright © 2017 SAP SE. All Rights Reserved.