public class ContentSlotForTemplateModel extends CMSRelationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ALLOWOVERWRITE
Generated constant - Attribute key of
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2. |
static String |
CONTENTSLOT
Generated constant - Attribute key of
ContentSlotForTemplate.contentSlot attribute defined at extension cms2. |
static String |
PAGETEMPLATE
Generated constant - Attribute key of
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2. |
static String |
POSITION
Generated constant - Attribute key of
ContentSlotForTemplate.position attribute defined at extension cms2. |
CATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ContentSlotForTemplateModel()
Generated constructor - Default constructor for generic creation.
|
ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
ItemModel _owner,
PageTemplateModel _pageTemplate,
String _position,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
PageTemplateModel _pageTemplate,
String _position,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAllowOverwrite()
Generated method - Getter of the
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2. |
ContentSlotModel |
getContentSlot()
Generated method - Getter of the
ContentSlotForTemplate.contentSlot attribute defined at extension cms2. |
PageTemplateModel |
getPageTemplate()
Generated method - Getter of the
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2. |
String |
getPosition()
Generated method - Getter of the
ContentSlotForTemplate.position attribute defined at extension cms2. |
void |
setAllowOverwrite(Boolean value)
Generated method - Setter of
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2. |
void |
setContentSlot(ContentSlotModel value)
Generated method - Setter of
ContentSlotForTemplate.contentSlot attribute defined at extension cms2. |
void |
setPageTemplate(PageTemplateModel value)
Generated method - Setter of
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2. |
void |
setPosition(String value)
Generated method - Setter of
ContentSlotForTemplate.position attribute defined at extension cms2. |
getCatalogVersion, getUid, setCatalogVersion, setUidgetComments, 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 ALLOWOVERWRITE
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2.public static final String POSITION
ContentSlotForTemplate.position attribute defined at extension cms2.public static final String PAGETEMPLATE
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2.public static final String CONTENTSLOT
ContentSlotForTemplate.contentSlot attribute defined at extension cms2.public ContentSlotForTemplateModel()
public ContentSlotForTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, PageTemplateModel _pageTemplate, String _position, String _uid)
_catalogVersion - initial attribute declared by type CMSRelation at extension cms2_contentSlot - initial attribute declared by type ContentSlotForTemplate at extension cms2_pageTemplate - initial attribute declared by type ContentSlotForTemplate at extension cms2_position - initial attribute declared by type ContentSlotForTemplate at extension cms2_uid - initial attribute declared by type CMSRelation at extension cms2@Deprecated public ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, String _position, String _uid)
_catalogVersion - initial attribute declared by type CMSRelation at extension cms2_contentSlot - initial attribute declared by type ContentSlotForTemplate at extension cms2_owner - initial attribute declared by type Item at extension core_pageTemplate - initial attribute declared by type ContentSlotForTemplate at extension cms2_position - initial attribute declared by type ContentSlotForTemplate at extension cms2_uid - initial attribute declared by type CMSRelation at extension cms2@Accessor(qualifier="allowOverwrite", type=GETTER) public Boolean getAllowOverwrite()
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2.@Accessor(qualifier="contentSlot", type=GETTER) public ContentSlotModel getContentSlot()
ContentSlotForTemplate.contentSlot attribute defined at extension cms2.@Accessor(qualifier="pageTemplate", type=GETTER) public PageTemplateModel getPageTemplate()
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2.@Accessor(qualifier="position", type=GETTER) public String getPosition()
ContentSlotForTemplate.position attribute defined at extension cms2.@Accessor(qualifier="allowOverwrite", type=SETTER) public void setAllowOverwrite(Boolean value)
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2.value - the allowOverwrite@Accessor(qualifier="contentSlot", type=SETTER) public void setContentSlot(ContentSlotModel value)
ContentSlotForTemplate.contentSlot attribute defined at extension cms2.value - the contentSlot@Accessor(qualifier="pageTemplate", type=SETTER) public void setPageTemplate(PageTemplateModel value)
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2.value - the pageTemplateCopyright © 2017 SAP SE. All Rights Reserved.