Class PricingData

  • All Implemented Interfaces:
    java.io.Serializable

    public class PricingData
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • PricingData

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