Class AbstractPageData
java.lang.Object
de.hybris.platform.cmswebservices.data.AbstractPageData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CatalogPageData,CategoryPageData,ContentPageData,EmailPageData,ProductPageData
@Deprecated(since="6.6",
forRemoval=true)
public class AbstractPageData
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
no longer needed
Specifies properties of the page.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getPk()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getTitle()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getUid()Deprecated, for removal: This API element is subject to removal in a future version.getUuid()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCreationtime(Date creationtime) Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaultPage(Boolean defaultPage) Deprecated, for removal: This API element is subject to removal in a future version.voidsetModifiedtime(Date modifiedtime) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetOnlyOneRestrictionMustApply(Boolean onlyOneRestrictionMustApply) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetTemplate(String template) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetTypeCode(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AbstractPageData
public AbstractPageData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setUuid
Deprecated, for removal: This API element is subject to removal in a future version. -
getUuid
Deprecated, for removal: This API element is subject to removal in a future version. -
setPk
Deprecated, for removal: This API element is subject to removal in a future version. -
getPk
Deprecated, for removal: This API element is subject to removal in a future version. -
setCreationtime
Deprecated, for removal: This API element is subject to removal in a future version. -
getCreationtime
Deprecated, for removal: This API element is subject to removal in a future version. -
setModifiedtime
Deprecated, for removal: This API element is subject to removal in a future version. -
getModifiedtime
Deprecated, for removal: This API element is subject to removal in a future version. -
setUid
Deprecated, for removal: This API element is subject to removal in a future version. -
getUid
Deprecated, for removal: This API element is subject to removal in a future version. -
setName
Deprecated, for removal: This API element is subject to removal in a future version. -
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
setTitle
Deprecated, for removal: This API element is subject to removal in a future version. -
getTitle
Deprecated, for removal: This API element is subject to removal in a future version. -
setTypeCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getTypeCode
Deprecated, for removal: This API element is subject to removal in a future version. -
setTemplate
Deprecated, for removal: This API element is subject to removal in a future version. -
getTemplate
Deprecated, for removal: This API element is subject to removal in a future version. -
setDefaultPage
Deprecated, for removal: This API element is subject to removal in a future version. -
getDefaultPage
Deprecated, for removal: This API element is subject to removal in a future version. -
setOnlyOneRestrictionMustApply
Deprecated, for removal: This API element is subject to removal in a future version. -
getOnlyOneRestrictionMustApply
Deprecated, for removal: This API element is subject to removal in a future version.
-