Class ContentSlotTypeRestrictionsWsDTO

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

public class ContentSlotTypeRestrictionsWsDTO extends Object implements Serializable
Specifies a list of valid component types for a given content slot.
See Also:
  • Constructor Details

    • ContentSlotTypeRestrictionsWsDTO

      public ContentSlotTypeRestrictionsWsDTO()
  • Method Details

    • setContentSlotUid

      public void setContentSlotUid(String contentSlotUid)
    • getContentSlotUid

      public String getContentSlotUid()
    • setValidComponentTypes

      public void setValidComponentTypes(List<String> validComponentTypes)
    • getValidComponentTypes

      public List<String> getValidComponentTypes()