Class PricingData
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.PricingData
-
- All Implemented Interfaces:
java.io.Serializable
public class PricingData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PricingData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceDatagetBasePrice()PriceDatagetCurrentTotal()PriceDatagetCurrentTotalSavings()PriceDatagetSelectedOptions()voidsetBasePrice(PriceData basePrice)voidsetCurrentTotal(PriceData currentTotal)voidsetCurrentTotalSavings(PriceData currentTotalSavings)voidsetSelectedOptions(PriceData selectedOptions)
-
-
-
Method Detail
-
setBasePrice
public void setBasePrice(PriceData basePrice)
-
getBasePrice
public PriceData getBasePrice()
-
setSelectedOptions
public void setSelectedOptions(PriceData selectedOptions)
-
getSelectedOptions
public PriceData getSelectedOptions()
-
setCurrentTotalSavings
public void setCurrentTotalSavings(PriceData currentTotalSavings)
-
getCurrentTotalSavings
public PriceData getCurrentTotalSavings()
-
setCurrentTotal
public void setCurrentTotal(PriceData currentTotal)
-
getCurrentTotal
public PriceData getCurrentTotal()
-
-