public class AdjustmentWrapper extends BaseWrapper implements APIWrapper<Adjustment>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
adjustmentValue |
protected BigDecimal |
discountAmount |
protected String |
discountType |
protected Long |
id |
protected String |
marketingMessage |
protected Long |
offerid |
protected 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 Long id
protected Long offerid
protected String reason
protected String marketingMessage
protected Money adjustmentValue
protected String discountType
protected 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 © 2015. All Rights Reserved.