java.lang.Object
de.hybris.platform.sap.productconfig.facades.PricingData
All Implemented Interfaces:
Serializable

public class PricingData extends Object implements Serializable
See Also:
  • Constructor Details

    • PricingData

      public PricingData()
  • Method Details

    • 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()