java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.FeatureWsDTO
All Implemented Interfaces:
Serializable

public class FeatureWsDTO extends Object implements Serializable
Representation of a Feature
See Also:
  • Constructor Details

    • FeatureWsDTO

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

      public void setType(String type)
    • getType

      public String getType()
    • setRange

      public void setRange(Boolean range)
    • getRange

      public Boolean getRange()
    • setComparable

      public void setComparable(Boolean comparable)
    • getComparable

      public Boolean getComparable()
    • setFeatureUnit

      public void setFeatureUnit(FeatureUnitWsDTO featureUnit)
    • getFeatureUnit

      public FeatureUnitWsDTO getFeatureUnit()
    • setFeatureValues

      public void setFeatureValues(Collection<FeatureValueWsDTO> featureValues)
    • getFeatureValues

      public Collection<FeatureValueWsDTO> getFeatureValues()