Class CsticValueSupplementsWsDTO

java.lang.Object
de.hybris.platform.sap.productconfig.occ.CsticValueSupplementsWsDTO
All Implemented Interfaces:
Serializable

public class CsticValueSupplementsWsDTO extends Object implements Serializable
Enriches an attribute value with supplementary pricing data
See Also:
  • Constructor Details

    • CsticValueSupplementsWsDTO

      public CsticValueSupplementsWsDTO()
  • Method Details

    • setAttributeValueKey

      public void setAttributeValueKey(String attributeValueKey)
    • getAttributeValueKey

      public String getAttributeValueKey()
    • setPriceValue

      public void setPriceValue(PriceWsDTO priceValue)
    • getPriceValue

      public PriceWsDTO getPriceValue()
    • setObsoletePriceValue

      public void setObsoletePriceValue(PriceWsDTO obsoletePriceValue)
    • getObsoletePriceValue

      public PriceWsDTO getObsoletePriceValue()