public class ContentSlotForTemplateModel extends CMSRelationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALLOWOVERWRITE
Generated constant - Attribute key of
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2. |
static java.lang.String |
CONTENTSLOT
Generated constant - Attribute key of
ContentSlotForTemplate.contentSlot attribute defined at extension cms2. |
static java.lang.String |
PAGETEMPLATE
Generated constant - Attribute key of
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2. |
static java.lang.String |
POSITION
Generated constant - Attribute key of
ContentSlotForTemplate.position attribute defined at extension cms2. |
CATALOGVERSION, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.lang.String _position,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
PageTemplateModel _pageTemplate,
java.lang.String _position,
java.lang.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 |
|---|---|
java.lang.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. |
java.lang.String |
getPosition()
Generated method - Getter of the
ContentSlotForTemplate.position attribute defined at extension cms2. |
void |
setAllowOverwrite(java.lang.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(java.lang.String value)
Generated method - Setter of
ContentSlotForTemplate.position attribute defined at extension cms2. |
getCatalogVersion, getUid, setCatalogVersion, setUidgetComments, 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 ALLOWOVERWRITE
ContentSlotForTemplate.allowOverwrite attribute defined at extension cms2.public static final java.lang.String POSITION
ContentSlotForTemplate.position attribute defined at extension cms2.public static final java.lang.String PAGETEMPLATE
ContentSlotForTemplate.pageTemplate attribute defined at extension cms2.public static final java.lang.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, java.lang.String _position, java.lang.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, java.lang.String _position, java.lang.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 java.lang.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 java.lang.String getPosition()
ContentSlotForTemplate.position attribute defined at extension cms2.@Accessor(qualifier="allowOverwrite", type=SETTER) public void setAllowOverwrite(java.lang.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 © 2018 SAP SE. All Rights Reserved.