Class CsticValueSupplementsWsDTO

  • All Implemented Interfaces:
    java.io.Serializable

    public class CsticValueSupplementsWsDTO
    extends java.lang.Object
    implements java.io.Serializable
    Enriches an attribute value with supplementary pricing data
    See Also:
    Serialized Form
    • Constructor Detail

      • CsticValueSupplementsWsDTO

        public CsticValueSupplementsWsDTO()
    • Method Detail

      • setAttributeValueKey

        public void setAttributeValueKey​(java.lang.String attributeValueKey)
      • getAttributeValueKey

        public java.lang.String getAttributeValueKey()
      • setPriceValue

        public void setPriceValue​(PriceWsDTO priceValue)
      • getPriceValue

        public PriceWsDTO getPriceValue()
      • setObsoletePriceValue

        public void setObsoletePriceValue​(PriceWsDTO obsoletePriceValue)
      • getObsoletePriceValue

        public PriceWsDTO getObsoletePriceValue()