Class AbstractPageData
- java.lang.Object
-
- de.hybris.platform.cmswebservices.data.AbstractPageData
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CatalogPageData,CategoryPageData,ContentPageData,EmailPageData,ProductPageData
@Deprecated(since="6.6", forRemoval=true) public class AbstractPageData extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.no longer neededSpecifies properties of the page.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractPageData()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.util.DategetCreationtime()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.BooleangetDefaultPage()Deprecated, for removal: This API element is subject to removal in a future version.java.util.DategetModifiedtime()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.BooleangetOnlyOneRestrictionMustApply()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetPk()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetTemplate()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Map<java.lang.String,java.lang.String>getTitle()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetTypeCode()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetUid()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetUuid()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCreationtime(java.util.Date creationtime)Deprecated, for removal: This API element is subject to removal in a future version.voidsetDefaultPage(java.lang.Boolean defaultPage)Deprecated, for removal: This API element is subject to removal in a future version.voidsetModifiedtime(java.util.Date modifiedtime)Deprecated, for removal: This API element is subject to removal in a future version.voidsetName(java.lang.String name)Deprecated, for removal: This API element is subject to removal in a future version.voidsetOnlyOneRestrictionMustApply(java.lang.Boolean onlyOneRestrictionMustApply)Deprecated, for removal: This API element is subject to removal in a future version.voidsetPk(java.lang.String pk)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTemplate(java.lang.String template)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTitle(java.util.Map<java.lang.String,java.lang.String> title)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTypeCode(java.lang.String typeCode)Deprecated, for removal: This API element is subject to removal in a future version.voidsetUid(java.lang.String uid)Deprecated, for removal: This API element is subject to removal in a future version.voidsetUuid(java.lang.String uuid)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setUuid
public void setUuid(java.lang.String uuid)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getUuid
public java.lang.String getUuid()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setPk
public void setPk(java.lang.String pk)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPk
public java.lang.String getPk()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCreationtime
public void setCreationtime(java.util.Date creationtime)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCreationtime
public java.util.Date getCreationtime()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setModifiedtime
public void setModifiedtime(java.util.Date modifiedtime)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getModifiedtime
public java.util.Date getModifiedtime()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setUid
public void setUid(java.lang.String uid)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getUid
public java.lang.String getUid()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setName
public void setName(java.lang.String name)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getName
public java.lang.String getName()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTitle
public void setTitle(java.util.Map<java.lang.String,java.lang.String> title)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTitle
public java.util.Map<java.lang.String,java.lang.String> getTitle()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTypeCode
public void setTypeCode(java.lang.String typeCode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTypeCode
public java.lang.String getTypeCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTemplate
public void setTemplate(java.lang.String template)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTemplate
public java.lang.String getTemplate()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setDefaultPage
public void setDefaultPage(java.lang.Boolean defaultPage)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getDefaultPage
public java.lang.Boolean getDefaultPage()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setOnlyOneRestrictionMustApply
public void setOnlyOneRestrictionMustApply(java.lang.Boolean onlyOneRestrictionMustApply)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getOnlyOneRestrictionMustApply
public java.lang.Boolean getOnlyOneRestrictionMustApply()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-