Class OPPSPriceAndPromotionsData
java.lang.Object
com.sap.retail.sapppspricing.cache.OPPSPriceAndPromotionsData
Class to hold OPPS price and promotion data to store in cache
-
Constructor Summary
ConstructorsConstructorDescriptionOPPSPriceAndPromotionsData(List<String> promotions, double price, String currencyCode) -
Method Summary
-
Constructor Details
-
OPPSPriceAndPromotionsData
- Parameters:
promotions-price-currencyCode-
-
-
Method Details
-
getPromotions
- Returns:
- the promotions
-
getPrice
public double getPrice()- Returns:
- the price
-
getCurrencyCode
- Returns:
- the currencyCode
-