public class ContentSlotForPageModel extends CMSRelationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CONTENTSLOT
Generated constant - Attribute key of
ContentSlotForPage.contentSlot attribute defined at extension cms2. |
static java.lang.String |
PAGE
Generated constant - Attribute key of
ContentSlotForPage.page attribute defined at extension cms2. |
static java.lang.String |
POSITION
Generated constant - Attribute key of
ContentSlotForPage.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 |
|---|
ContentSlotForPageModel()
Generated constructor - Default constructor for generic creation.
|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
AbstractPageModel _page,
java.lang.String _position,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
ItemModel _owner,
AbstractPageModel _page,
java.lang.String _position,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForPageModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
getContentSlot()
Generated method - Getter of the
ContentSlotForPage.contentSlot attribute defined at extension cms2. |
AbstractPageModel |
getPage()
Generated method - Getter of the
ContentSlotForPage.page attribute defined at extension cms2. |
java.lang.String |
getPosition()
Generated method - Getter of the
ContentSlotForPage.position attribute defined at extension cms2. |
void |
setContentSlot(ContentSlotModel value)
Generated method - Setter of
ContentSlotForPage.contentSlot attribute defined at extension cms2. |
void |
setPage(AbstractPageModel value)
Generated method - Setter of
ContentSlotForPage.page attribute defined at extension cms2. |
void |
setPosition(java.lang.String value)
Generated method - Setter of
ContentSlotForPage.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 POSITION
ContentSlotForPage.position attribute defined at extension cms2.public static final java.lang.String PAGE
ContentSlotForPage.page attribute defined at extension cms2.public static final java.lang.String CONTENTSLOT
ContentSlotForPage.contentSlot attribute defined at extension cms2.public ContentSlotForPageModel()
public ContentSlotForPageModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, AbstractPageModel _page, java.lang.String _position, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSRelation at extension cms2_contentSlot - initial attribute declared by type ContentSlotForPage at extension cms2_page - initial attribute declared by type ContentSlotForPage at extension cms2_position - initial attribute declared by type ContentSlotForPage at extension cms2_uid - initial attribute declared by type CMSRelation at extension cms2@Deprecated public ContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, AbstractPageModel _page, java.lang.String _position, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSRelation at extension cms2_contentSlot - initial attribute declared by type ContentSlotForPage at extension cms2_owner - initial attribute declared by type Item at extension core_page - initial attribute declared by type ContentSlotForPage at extension cms2_position - initial attribute declared by type ContentSlotForPage at extension cms2_uid - initial attribute declared by type CMSRelation at extension cms2@Accessor(qualifier="contentSlot", type=GETTER) public ContentSlotModel getContentSlot()
ContentSlotForPage.contentSlot attribute defined at extension cms2.@Accessor(qualifier="page", type=GETTER) public AbstractPageModel getPage()
ContentSlotForPage.page attribute defined at extension cms2.@Accessor(qualifier="position", type=GETTER) public java.lang.String getPosition()
ContentSlotForPage.position attribute defined at extension cms2.@Accessor(qualifier="contentSlot", type=SETTER) public void setContentSlot(ContentSlotModel value)
ContentSlotForPage.contentSlot attribute defined at extension cms2.value - the contentSlot@Accessor(qualifier="page", type=SETTER) public void setPage(AbstractPageModel value)
ContentSlotForPage.page attribute defined at extension cms2.value - the pageCopyright © 2018 SAP SE. All Rights Reserved.