Class CsticValueSupplementsWsDTO
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.occ.CsticValueSupplementsWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class CsticValueSupplementsWsDTO extends java.lang.Object implements java.io.SerializableEnriches an attribute value with supplementary pricing data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsticValueSupplementsWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeValueKey()PriceWsDTOgetObsoletePriceValue()PriceWsDTOgetPriceValue()voidsetAttributeValueKey(java.lang.String attributeValueKey)voidsetObsoletePriceValue(PriceWsDTO obsoletePriceValue)voidsetPriceValue(PriceWsDTO priceValue)
-
-
-
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()
-
-