Class PriceSummaryWsDTO

java.lang.Object
de.hybris.platform.sap.productconfig.occ.PriceSummaryWsDTO
All Implemented Interfaces:
Serializable

public class PriceSummaryWsDTO extends Object implements Serializable
Prices on overall product configuration level
See Also:
  • Constructor Details

    • PriceSummaryWsDTO

      public PriceSummaryWsDTO()
  • Method Details

    • setBasePrice

      public void setBasePrice(PriceWsDTO basePrice)
    • getBasePrice

      public PriceWsDTO getBasePrice()
    • setSelectedOptions

      public void setSelectedOptions(PriceWsDTO selectedOptions)
    • getSelectedOptions

      public PriceWsDTO getSelectedOptions()
    • setCurrentTotal

      public void setCurrentTotal(PriceWsDTO currentTotal)
    • getCurrentTotal

      public PriceWsDTO getCurrentTotal()
    • setCurrentTotalSavings

      public void setCurrentTotalSavings(PriceWsDTO currentTotalSavings)
    • getCurrentTotalSavings

      public PriceWsDTO getCurrentTotalSavings()