Class CPSValuePrice
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.pricing.CPSValuePrice
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSValuePrice extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSValuePrice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrency()java.math.BigDecimalgetObsoleteValuePrice()java.math.BigDecimalgetValuePrice()voidsetCurrency(java.lang.String currency)voidsetObsoleteValuePrice(java.math.BigDecimal obsoleteValuePrice)voidsetValuePrice(java.math.BigDecimal valuePrice)
-
-
-
Method Detail
-
setValuePrice
public void setValuePrice(java.math.BigDecimal valuePrice)
-
getValuePrice
public java.math.BigDecimal getValuePrice()
-
setObsoleteValuePrice
public void setObsoleteValuePrice(java.math.BigDecimal obsoleteValuePrice)
-
getObsoleteValuePrice
public java.math.BigDecimal getObsoleteValuePrice()
-
setCurrency
public void setCurrency(java.lang.String currency)
-
getCurrency
public java.lang.String getCurrency()
-
-