Class AbstractPageData

java.lang.Object
de.hybris.platform.cmsfacades.data.AbstractPageData
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogPageData, CategoryPageData, ContentPageData, EmailPageData, ProductPageData

public class AbstractPageData extends Object implements Serializable
See Also:
  • Constructor Details

    • AbstractPageData

      public AbstractPageData()
  • Method Details

    • setUuid

      public void setUuid(String uuid)
    • getUuid

      public String getUuid()
    • setPk

      @Deprecated(since="6.6", forRemoval=true) public void setPk(String pk)
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • getPk

      @Deprecated(since="6.6", forRemoval=true) public String getPk()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • setCreationtime

      @Deprecated(since="6.6", forRemoval=true) public void setCreationtime(Date creationtime)
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • getCreationtime

      @Deprecated(since="6.6", forRemoval=true) public Date getCreationtime()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • setModifiedtime

      public void setModifiedtime(Date modifiedtime)
    • getModifiedtime

      public Date getModifiedtime()
    • setUid

      public void setUid(String uid)
    • getUid

      public String getUid()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setLocalizedDescription

      public void setLocalizedDescription(String localizedDescription)
    • getLocalizedDescription

      public String getLocalizedDescription()
    • setRobotTag

      public void setRobotTag(String robotTag)
    • getRobotTag

      public String getRobotTag()
    • setTitle

      @Deprecated(since="6.6", forRemoval=true) public void setTitle(Map<String,String> title)
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • getTitle

      @Deprecated(since="6.6", forRemoval=true) public Map<String,String> getTitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • setTypeCode

      public void setTypeCode(String typeCode)
    • getTypeCode

      public String getTypeCode()
    • setTemplate

      public void setTemplate(String template)
    • getTemplate

      public String getTemplate()
    • setDefaultPage

      public void setDefaultPage(Boolean defaultPage)
    • getDefaultPage

      public Boolean getDefaultPage()
    • setOnlyOneRestrictionMustApply

      @Deprecated(since="6.6", forRemoval=true) public void setOnlyOneRestrictionMustApply(Boolean onlyOneRestrictionMustApply)
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • getOnlyOneRestrictionMustApply

      @Deprecated(since="6.6", forRemoval=true) public Boolean getOnlyOneRestrictionMustApply()
      Deprecated, for removal: This API element is subject to removal in a future version.
      no longer needed
    • setLocalizedTitle

      public void setLocalizedTitle(String localizedTitle)
    • getLocalizedTitle

      public String getLocalizedTitle()
    • setContentSlots

      public void setContentSlots(List<PageContentSlotData> contentSlots)
    • getContentSlots

      public List<PageContentSlotData> getContentSlots()
    • setCatalogVersionUuid

      public void setCatalogVersionUuid(String catalogVersionUuid)
    • getCatalogVersionUuid

      public String getCatalogVersionUuid()
    • setOtherProperties

      public void setOtherProperties(Map<String,Object> otherProperties)
    • getOtherProperties

      public Map<String,Object> getOtherProperties()