Class ProductSpecCharacteristicValueWsDTO

java.lang.Object
de.hybris.platform.b2ctelcocommercewebservicescommons.dto.ProductSpecCharacteristicValueWsDTO
All Implemented Interfaces:
Serializable

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

    • ProductSpecCharacteristicValueWsDTO

      public ProductSpecCharacteristicValueWsDTO()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setUnitOfMeasure

      public void setUnitOfMeasure(String unitOfMeasure)
    • getUnitOfMeasure

      public String getUnitOfMeasure()
    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • setValueType

      public void setValueType(String valueType)
    • getValueType

      public String getValueType()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()