Class ContentSlotWsDTO

java.lang.Object
de.hybris.platform.cmsocc.data.ContentSlotWsDTO
All Implemented Interfaces:
Serializable

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

    • ContentSlotWsDTO

      public ContentSlotWsDTO()
  • Method Details

    • setSlotId

      public void setSlotId(String slotId)
    • getSlotId

      public String getSlotId()
    • setSlotUuid

      public void setSlotUuid(String slotUuid)
    • getSlotUuid

      public String getSlotUuid()
    • setPosition

      public void setPosition(String position)
    • getPosition

      public String getPosition()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setSlotShared

      public void setSlotShared(Boolean slotShared)
    • getSlotShared

      public Boolean getSlotShared()
    • setSlotStatus

      public void setSlotStatus(String slotStatus)
    • getSlotStatus

      public String getSlotStatus()
    • setComponents

      public void setComponents(ComponentListWsDTO components)
    • getComponents

      public ComponentListWsDTO getComponents()
    • setOtherProperties

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

      public Map<String,Object> getOtherProperties()