public class ContentSlotForPageModel extends CMSRelationModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CONTENTSLOT
Generated constant - Attribute key of
ContentSlotForPage.contentSlot attribute defined at extension cms2. |
static String |
PAGE
Generated constant - Attribute key of
ContentSlotForPage.page attribute defined at extension cms2. |
static String |
POSITION
Generated constant - Attribute key of
ContentSlotForPage.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 |
|---|
ContentSlotForPageModel()
Generated constructor - Default constructor for generic creation.
|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
AbstractPageModel _page,
String _position,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ContentSlotForPageModel(CatalogVersionModel _catalogVersion,
ContentSlotModel _contentSlot,
ItemModel _owner,
AbstractPageModel _page,
String _position,
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. |
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(String value)
Generated method - Setter of
ContentSlotForPage.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 POSITION
ContentSlotForPage.position attribute defined at extension cms2.public static final String PAGE
ContentSlotForPage.page attribute defined at extension cms2.public static final 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, String _position, 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, String _position, 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 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 © 2017 SAP SE. All Rights Reserved.