Class PageContentSlotContainerData

java.lang.Object
de.hybris.platform.cmsfacades.data.PageContentSlotContainerData
All Implemented Interfaces:
Serializable

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

    • PageContentSlotContainerData

      public PageContentSlotContainerData()
  • Method Details

    • setPageId

      public void setPageId(String pageId)
    • getPageId

      public String getPageId()
    • setSlotId

      public void setSlotId(String slotId)
    • getSlotId

      public String getSlotId()
    • setContainerId

      public void setContainerId(String containerId)
    • getContainerId

      public String getContainerId()
    • setContainerType

      public void setContainerType(String containerType)
    • getContainerType

      public String getContainerType()
    • setComponents

      public void setComponents(List<String> components)
    • getComponents

      public List<String> getComponents()