Class OPPSPriceAndPromotionsData

java.lang.Object
com.sap.retail.sapppspricing.cache.OPPSPriceAndPromotionsData

public class OPPSPriceAndPromotionsData extends Object
Class to hold OPPS price and promotion data to store in cache
  • Constructor Details

    • OPPSPriceAndPromotionsData

      public OPPSPriceAndPromotionsData(List<String> promotions, double price, String currencyCode)
      Parameters:
      promotions -
      price -
      currencyCode -
  • Method Details

    • getPromotions

      public List<String> getPromotions()
      Returns:
      the promotions
    • getPrice

      public double getPrice()
      Returns:
      the price
    • getCurrencyCode

      public String getCurrencyCode()
      Returns:
      the currencyCode