Class ContentPageData
- java.lang.Object
-
- de.hybris.platform.cmsfacades.data.AbstractPageData
-
- de.hybris.platform.cmsfacades.data.ContentPageData
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class ContentPageData extends AbstractPageData
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentPageData()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getLabel()
Deprecated, for removal: This API element is subject to removal in a future version.java.lang.String
getPath()
Deprecated, for removal: This API element is subject to removal in a future version.void
setLabel(java.lang.String label)
Deprecated, for removal: This API element is subject to removal in a future version.void
setPath(java.lang.String path)
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.cmsfacades.data.AbstractPageData
getCatalogVersionUuid, getContentSlots, getCreationtime, getDefaultPage, getLocalizedTitle, getModifiedtime, getName, getOnlyOneRestrictionMustApply, getOtherProperties, getPk, getTemplate, getTitle, getTypeCode, getUid, getUuid, setCatalogVersionUuid, setContentSlots, setCreationtime, setDefaultPage, setLocalizedTitle, setModifiedtime, setName, setOnlyOneRestrictionMustApply, setOtherProperties, setPk, setTemplate, setTitle, setTypeCode, setUid, setUuid
-
-
-
-
Method Detail
-
setLabel
public void setLabel(java.lang.String label)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getLabel
public java.lang.String getLabel()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setPath
public void setPath(java.lang.String path)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPath
public java.lang.String getPath()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-