public class AdjustmentWrapper extends BaseWrapper implements APIWrapper<Adjustment>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
adjustmentValue |
protected java.math.BigDecimal |
discountAmount |
protected java.lang.String |
discountType |
protected java.lang.Long |
id |
protected java.lang.String |
marketingMessage |
protected java.lang.Long |
offerid |
protected java.lang.String |
reason |
context| Constructor and Description |
|---|
AdjustmentWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(Adjustment model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(Adjustment model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected java.lang.Long id
protected java.lang.Long offerid
protected java.lang.String reason
protected java.lang.String marketingMessage
protected Money adjustmentValue
protected java.lang.String discountType
protected java.math.BigDecimal discountAmount
public void wrapDetails(Adjustment model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Adjustment>public void wrapSummary(Adjustment model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Adjustment>Copyright © 2018. All Rights Reserved.