public class AmountItemWrapper extends BaseWrapper implements APIWrapper<AmountItem>, APIUnwrapper<AmountItem>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.Long |
id |
protected java.lang.Long |
paymentInfoId |
protected java.lang.Long |
quantity |
protected java.lang.String |
shortDescription |
protected java.lang.String |
systemId |
protected java.math.BigDecimal |
unitPrice |
context| Constructor and Description |
|---|
AmountItemWrapper() |
| Modifier and Type | Method and Description |
|---|---|
AmountItem |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
void |
wrapDetails(AmountItem model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(AmountItem model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected java.lang.Long id
protected java.lang.String description
protected java.lang.Long paymentInfoId
protected java.lang.Long quantity
protected java.lang.String shortDescription
protected java.lang.String systemId
protected java.math.BigDecimal unitPrice
public void wrapDetails(AmountItem model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<AmountItem>public void wrapSummary(AmountItem model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<AmountItem>public AmountItem unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<AmountItem>Copyright © 2018. All Rights Reserved.