Class ContentSlotForTemplateModel
- 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.ContentSlotForTemplateModel
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentSlotForTemplateModel extends CMSRelationModel
Generated model class for type ContentSlotForTemplate first defined at extension cms2.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
ALLOWOVERWRITE
Generated constant - Attribute key ofContentSlotForTemplate.allowOverwrite
attribute defined at extensioncms2
.static java.lang.String
CONTENTSLOT
Generated constant - Attribute key ofContentSlotForTemplate.contentSlot
attribute defined at extensioncms2
.static java.lang.String
PAGETEMPLATE
Generated constant - Attribute key ofContentSlotForTemplate.pageTemplate
attribute defined at extensioncms2
.static java.lang.String
POSITION
Generated constant - Attribute key ofContentSlotForTemplate.position
attribute defined at extensioncms2
.-
Fields inherited from class de.hybris.platform.cms2.model.relations.CMSRelationModel
CATALOGVERSION, UID
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ContentSlotForTemplateModel()
Generated constructor - Default constructor for generic creation.ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, PageTemplateModel _pageTemplate, java.lang.String _position, java.lang.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 parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, java.lang.String _position, java.lang.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 parametersContentSlotForTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getAllowOverwrite()
Generated method - Getter of theContentSlotForTemplate.allowOverwrite
attribute defined at extensioncms2
.ContentSlotModel
getContentSlot()
Generated method - Getter of theContentSlotForTemplate.contentSlot
attribute defined at extensioncms2
.PageTemplateModel
getPageTemplate()
Generated method - Getter of theContentSlotForTemplate.pageTemplate
attribute defined at extensioncms2
.java.lang.String
getPosition()
Generated method - Getter of theContentSlotForTemplate.position
attribute defined at extensioncms2
.void
setAllowOverwrite(java.lang.Boolean value)
Generated method - Setter ofContentSlotForTemplate.allowOverwrite
attribute defined at extensioncms2
.void
setContentSlot(ContentSlotModel value)
Generated method - Setter ofContentSlotForTemplate.contentSlot
attribute defined at extensioncms2
.void
setPageTemplate(PageTemplateModel value)
Generated method - Setter ofContentSlotForTemplate.pageTemplate
attribute defined at extensioncms2
.void
setPosition(java.lang.String value)
Generated method - Setter ofContentSlotForTemplate.position
attribute defined at extensioncms2
.-
Methods inherited from class de.hybris.platform.cms2.model.relations.CMSRelationModel
getCatalogVersion, getUid, setCatalogVersion, setUid
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
ALLOWOVERWRITE
public static final java.lang.String ALLOWOVERWRITE
Generated constant - Attribute key ofContentSlotForTemplate.allowOverwrite
attribute defined at extensioncms2
.- See Also:
- Constant Field Values
-
POSITION
public static final java.lang.String POSITION
Generated constant - Attribute key ofContentSlotForTemplate.position
attribute defined at extensioncms2
.- See Also:
- Constant Field Values
-
PAGETEMPLATE
public static final java.lang.String PAGETEMPLATE
Generated constant - Attribute key ofContentSlotForTemplate.pageTemplate
attribute defined at extensioncms2
.- See Also:
- Constant Field Values
-
CONTENTSLOT
public static final java.lang.String CONTENTSLOT
Generated constant - Attribute key ofContentSlotForTemplate.contentSlot
attribute defined at extensioncms2
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ContentSlotForTemplateModel
public ContentSlotForTemplateModel()
Generated constructor - Default constructor for generic creation.
-
ContentSlotForTemplateModel
public ContentSlotForTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
ContentSlotForTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, PageTemplateModel _pageTemplate, java.lang.String _position, java.lang.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 typeCMSRelation
at extensioncms2
_contentSlot
- initial attribute declared by typeContentSlotForTemplate
at extensioncms2
_pageTemplate
- initial attribute declared by typeContentSlotForTemplate
at extensioncms2
_position
- initial attribute declared by typeContentSlotForTemplate
at extensioncms2
_uid
- initial attribute declared by typeCMSRelation
at extensioncms2
-
ContentSlotForTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, java.lang.String _position, java.lang.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 typeCMSRelation
at extensioncms2
_contentSlot
- initial attribute declared by typeContentSlotForTemplate
at extensioncms2
_owner
- initial attribute declared by typeItem
at extensioncore
_pageTemplate
- initial attribute declared by typeContentSlotForTemplate
at extensioncms2
_position
- initial attribute declared by typeContentSlotForTemplate
at extensioncms2
_uid
- initial attribute declared by typeCMSRelation
at extensioncms2
-
-
Method Detail
-
getAllowOverwrite
@Accessor(qualifier="allowOverwrite", type=GETTER) public java.lang.Boolean getAllowOverwrite()
Generated method - Getter of theContentSlotForTemplate.allowOverwrite
attribute defined at extensioncms2
.- Returns:
- the allowOverwrite
-
getContentSlot
@Accessor(qualifier="contentSlot", type=GETTER) public ContentSlotModel getContentSlot()
Generated method - Getter of theContentSlotForTemplate.contentSlot
attribute defined at extensioncms2
.- Returns:
- the contentSlot
-
getPageTemplate
@Accessor(qualifier="pageTemplate", type=GETTER) public PageTemplateModel getPageTemplate()
Generated method - Getter of theContentSlotForTemplate.pageTemplate
attribute defined at extensioncms2
.- Returns:
- the pageTemplate
-
getPosition
@Accessor(qualifier="position", type=GETTER) public java.lang.String getPosition()
Generated method - Getter of theContentSlotForTemplate.position
attribute defined at extensioncms2
.- Returns:
- the position
-
setAllowOverwrite
@Accessor(qualifier="allowOverwrite", type=SETTER) public void setAllowOverwrite(java.lang.Boolean value)
Generated method - Setter ofContentSlotForTemplate.allowOverwrite
attribute defined at extensioncms2
.- Parameters:
value
- the allowOverwrite
-
setContentSlot
@Accessor(qualifier="contentSlot", type=SETTER) public void setContentSlot(ContentSlotModel value)
Generated method - Setter ofContentSlotForTemplate.contentSlot
attribute defined at extensioncms2
.- Parameters:
value
- the contentSlot
-
setPageTemplate
@Accessor(qualifier="pageTemplate", type=SETTER) public void setPageTemplate(PageTemplateModel value)
Generated method - Setter ofContentSlotForTemplate.pageTemplate
attribute defined at extensioncms2
.- Parameters:
value
- the pageTemplate
-
-