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:
Serializable
Generated model class for type ContentSlotForTemplate first defined at extension cms2.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofContentSlotForTemplate.allowOverwriteattribute defined at extensioncms2.static final StringGenerated constant - Attribute key ofContentSlotForTemplate.contentSlotattribute defined at extensioncms2.static final StringGenerated constant - Attribute key ofContentSlotForTemplate.pageTemplateattribute defined at extensioncms2.static final StringGenerated constant - Attribute key ofContentSlotForTemplate.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.ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, PageTemplateModel _pageTemplate, 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 parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, 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 parametersContentSlotForTemplateModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theContentSlotForTemplate.allowOverwriteattribute defined at extensioncms2.Generated method - Getter of theContentSlotForTemplate.contentSlotattribute defined at extensioncms2.Generated method - Getter of theContentSlotForTemplate.pageTemplateattribute defined at extensioncms2.Generated method - Getter of theContentSlotForTemplate.positionattribute defined at extensioncms2.voidsetAllowOverwrite(Boolean value) Generated method - Setter ofContentSlotForTemplate.allowOverwriteattribute defined at extensioncms2.voidsetContentSlot(ContentSlotModel value) Generated method - Setter ofContentSlotForTemplate.contentSlotattribute defined at extensioncms2.voidsetPageTemplate(PageTemplateModel value) Generated method - Setter ofContentSlotForTemplate.pageTemplateattribute defined at extensioncms2.voidsetPosition(String value) Generated method - Setter ofContentSlotForTemplate.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:
-
ALLOWOVERWRITE
Generated constant - Attribute key ofContentSlotForTemplate.allowOverwriteattribute defined at extensioncms2.- See Also:
-
POSITION
Generated constant - Attribute key ofContentSlotForTemplate.positionattribute defined at extensioncms2.- See Also:
-
PAGETEMPLATE
Generated constant - Attribute key ofContentSlotForTemplate.pageTemplateattribute defined at extensioncms2.- See Also:
-
CONTENTSLOT
Generated constant - Attribute key ofContentSlotForTemplate.contentSlotattribute defined at extensioncms2.- See Also:
-
-
Constructor Details
-
ContentSlotForTemplateModel
public ContentSlotForTemplateModel()Generated constructor - Default constructor for generic creation. -
ContentSlotForTemplateModel
public ContentSlotForTemplateModel(de.hybris.platform.servicelayer.model.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, 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 typeContentSlotForTemplateat extensioncms2_pageTemplate- initial attribute declared by typeContentSlotForTemplateat extensioncms2_position- initial attribute declared by typeContentSlotForTemplateat extensioncms2_uid- initial attribute declared by typeCMSRelationat extensioncms2
-
ContentSlotForTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public ContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, 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 typeContentSlotForTemplateat extensioncms2_owner- initial attribute declared by typeItemat extensioncore_pageTemplate- initial attribute declared by typeContentSlotForTemplateat extensioncms2_position- initial attribute declared by typeContentSlotForTemplateat extensioncms2_uid- initial attribute declared by typeCMSRelationat extensioncms2
-
-
Method Details
-
getAllowOverwrite
Generated method - Getter of theContentSlotForTemplate.allowOverwriteattribute defined at extensioncms2.- Returns:
- the allowOverwrite
-
getContentSlot
Generated method - Getter of theContentSlotForTemplate.contentSlotattribute defined at extensioncms2.- Returns:
- the contentSlot
-
getPageTemplate
Generated method - Getter of theContentSlotForTemplate.pageTemplateattribute defined at extensioncms2.- Returns:
- the pageTemplate
-
getPosition
Generated method - Getter of theContentSlotForTemplate.positionattribute defined at extensioncms2.- Returns:
- the position
-
setAllowOverwrite
Generated method - Setter ofContentSlotForTemplate.allowOverwriteattribute defined at extensioncms2.- Parameters:
value- the allowOverwrite
-
setContentSlot
Generated method - Setter ofContentSlotForTemplate.contentSlotattribute defined at extensioncms2.- Parameters:
value- the contentSlot
-
setPageTemplate
@Accessor(qualifier="pageTemplate", type=SETTER) public void setPageTemplate(PageTemplateModel value) Generated method - Setter ofContentSlotForTemplate.pageTemplateattribute defined at extensioncms2.- Parameters:
value- the pageTemplate
-
setPosition
Generated method - Setter ofContentSlotForTemplate.positionattribute defined at extensioncms2.- Parameters:
value- the position
-