Class ContentSlotForPageModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cms2.model.relations.CMSRelationModel
de.hybris.platform.cms2.model.relations.ContentSlotForPageModel
- All Implemented Interfaces:
Serializable
Generated model class for type ContentSlotForPage first defined at extension cms2.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofContentSlotForPage.contentSlotattribute defined at extensioncms2.static final StringGenerated constant - Attribute key ofContentSlotForPage.pageattribute defined at extensioncms2.static final StringGenerated constant - Attribute key ofContentSlotForPage.positionattribute defined at extensioncms2.Fields inherited from class de.hybris.platform.cms2.model.relations.CMSRelationModel
CATALOGVERSION, UIDFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.ContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theContentSlotForPage.contentSlotattribute defined at extensioncms2.getPage()Generated method - Getter of theContentSlotForPage.pageattribute defined at extensioncms2.Generated method - Getter of theContentSlotForPage.positionattribute defined at extensioncms2.voidsetContentSlot(ContentSlotModel value) Generated method - Setter ofContentSlotForPage.contentSlotattribute defined at extensioncms2.voidsetPage(AbstractPageModel value) Generated method - Setter ofContentSlotForPage.pageattribute defined at extensioncms2.voidsetPosition(String value) Generated method - Setter ofContentSlotForPage.positionattribute defined at extensioncms2.Methods inherited from class de.hybris.platform.cms2.model.relations.CMSRelationModel
getCatalogVersion, getUid, setCatalogVersion, setUidMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
POSITION
Generated constant - Attribute key ofContentSlotForPage.positionattribute defined at extensioncms2.- See Also:
-
PAGE
Generated constant - Attribute key ofContentSlotForPage.pageattribute defined at extensioncms2.- See Also:
-
CONTENTSLOT
Generated constant - Attribute key ofContentSlotForPage.contentSlotattribute defined at extensioncms2.- See Also:
-
-
Constructor Details
-
ContentSlotForPageModel
public ContentSlotForPageModel()Generated constructor - Default constructor for generic creation. -
ContentSlotForPageModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ContentSlotForPageModel
@Deprecated(since="4.1.1", forRemoval=true) public ContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_catalogVersion- initial attribute declared by typeCMSRelationat extensioncms2_contentSlot- initial attribute declared by typeContentSlotForPageat extensioncms2_page- initial attribute declared by typeContentSlotForPageat extensioncms2_position- initial attribute declared by typeContentSlotForPageat extensioncms2_uid- initial attribute declared by typeCMSRelationat extensioncms2
-
ContentSlotForPageModel
@Deprecated(since="4.1.1", forRemoval=true) public ContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogVersion- initial attribute declared by typeCMSRelationat extensioncms2_contentSlot- initial attribute declared by typeContentSlotForPageat extensioncms2_owner- initial attribute declared by typeItemat extensioncore_page- initial attribute declared by typeContentSlotForPageat extensioncms2_position- initial attribute declared by typeContentSlotForPageat extensioncms2_uid- initial attribute declared by typeCMSRelationat extensioncms2
-
-
Method Details
-
getContentSlot
Generated method - Getter of theContentSlotForPage.contentSlotattribute defined at extensioncms2.- Returns:
- the contentSlot
-
getPage
Generated method - Getter of theContentSlotForPage.pageattribute defined at extensioncms2.- Returns:
- the page
-
getPosition
Generated method - Getter of theContentSlotForPage.positionattribute defined at extensioncms2.- Returns:
- the position
-
setContentSlot
Generated method - Setter ofContentSlotForPage.contentSlotattribute defined at extensioncms2.- Parameters:
value- the contentSlot
-
setPage
Generated method - Setter ofContentSlotForPage.pageattribute defined at extensioncms2.- Parameters:
value- the page
-
setPosition
Generated method - Setter ofContentSlotForPage.positionattribute defined at extensioncms2.- Parameters:
value- the position
-