Class CustomizationData

java.lang.Object
de.hybris.platform.personalizationfacades.data.CustomizationData
All Implemented Interfaces:
Serializable

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

    • CustomizationData

      public CustomizationData()
  • Method Details

    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setRank

      public void setRank(Integer rank)
    • getRank

      public Integer getRank()
    • setActive

      public void setActive(Boolean active)
    • getActive

      public Boolean getActive()
    • setStatus

      public void setStatus(ItemStatus status)
    • getStatus

      public ItemStatus getStatus()
    • setEnabledStartDate

      public void setEnabledStartDate(Date enabledStartDate)
    • getEnabledStartDate

      public Date getEnabledStartDate()
    • setEnabledEndDate

      public void setEnabledEndDate(Date enabledEndDate)
    • getEnabledEndDate

      public Date getEnabledEndDate()
    • setCatalog

      public void setCatalog(String catalog)
    • getCatalog

      public String getCatalog()
    • setCatalogVersion

      public void setCatalogVersion(String catalogVersion)
    • getCatalogVersion

      public String getCatalogVersion()
    • setVariations

      public void setVariations(List<VariationData> variations)
    • getVariations

      public List<VariationData> getVariations()