Class ContentSlotTypeRestrictionsData

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

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

    • ContentSlotTypeRestrictionsData

      public ContentSlotTypeRestrictionsData()
  • Method Details

    • setContentSlotUid

      public void setContentSlotUid(String contentSlotUid)
    • getContentSlotUid

      public String getContentSlotUid()
    • setValidComponentTypes

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

      public List<String> getValidComponentTypes()