Class CPSValuePriceInfo
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.runtime.cps.model.runtime.pricing.CPSValuePriceInfo
-
- All Implemented Interfaces:
java.io.Serializable
public class CPSValuePriceInfo extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CPSValuePriceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPSValuePricegetDeltaPrice()CPSValuePricegetValuePrice()voidsetDeltaPrice(CPSValuePrice deltaPrice)voidsetValuePrice(CPSValuePrice valuePrice)
-
-
-
Method Detail
-
setValuePrice
public void setValuePrice(CPSValuePrice valuePrice)
-
getValuePrice
public CPSValuePrice getValuePrice()
-
setDeltaPrice
public void setDeltaPrice(CPSValuePrice deltaPrice)
-
getDeltaPrice
public CPSValuePrice getDeltaPrice()
-
-