public class WrappedPromotionResultModel extends AbstractItemModelReflectionWrapper
| Modifier and Type | Field and Description |
|---|---|
protected static Class |
ABSTRACT_PROMOTION_MODEL_CLASS |
| Constructor and Description |
|---|
WrappedPromotionResultModel(Object promotionResult) |
| Modifier and Type | Method and Description |
|---|---|
long |
getConsumedCount() |
List<WrappedPromotionOrderEntryConsumedModel> |
getConsumedEntries() |
String |
getDescription() |
WrappedPromotionModel |
getPromotion() |
Object |
getPromotionResult() |
double |
getTotalDiscount() |
boolean |
isApplied() |
toTypedObjectcallReflectedMethod, callReflectedMethod, classForName, equals, executeMethod, executeMethod, getInstance, getReflectedJaloProperty, hashCode, modelWrapprotected static final Class ABSTRACT_PROMOTION_MODEL_CLASS
public WrappedPromotionResultModel(Object promotionResult)
public Object getPromotionResult()
public double getTotalDiscount()
public long getConsumedCount()
public String getDescription()
public List<WrappedPromotionOrderEntryConsumedModel> getConsumedEntries()
public boolean isApplied()
public WrappedPromotionModel getPromotion()
Copyright © 2017 SAP SE. All Rights Reserved.