Package de.hybris.platform.cmsocc.data
Class CMSPageWsDTO
java.lang.Object
de.hybris.platform.cmsocc.data.CMSPageWsDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTitle()getUid()getUuid()voidsetCatalogVersionUuid(String catalogVersionUuid) voidsetContentSlots(ContentSlotListWsDTO contentSlots) voidsetDefaultPage(Boolean defaultPage) voidsetDescription(String description) voidvoidsetOtherProperties(Map<String, Object> otherProperties) voidsetRobotTag(String robotTag) voidsetTemplate(String template) voidvoidsetTypeCode(String typeCode) voidvoid
-
Constructor Details
-
CMSPageWsDTO
public CMSPageWsDTO()
-
-
Method Details
-
setUid
-
getUid
-
setUuid
-
getUuid
-
setTitle
-
getTitle
-
setTemplate
-
getTemplate
-
setTypeCode
-
getTypeCode
-
setName
-
getName
-
setDescription
-
getDescription
-
setRobotTag
-
getRobotTag
-
setDefaultPage
-
getDefaultPage
-
setContentSlots
-
getContentSlots
-
setCatalogVersionUuid
-
getCatalogVersionUuid
-
setOtherProperties
-
getOtherProperties
-