Class PageContentSlotContainerWsDTO

java.lang.Object
de.hybris.platform.cmswebservices.dto.PageContentSlotContainerWsDTO
All Implemented Interfaces:
Serializable

public class PageContentSlotContainerWsDTO extends Object implements Serializable
Specifies properties of the page content slot container.
See Also:
  • Constructor Details

    • PageContentSlotContainerWsDTO

      public PageContentSlotContainerWsDTO()
  • 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()