public class AmountItemWrapper extends BaseWrapper implements APIWrapper<AmountItem>, APIUnwrapper<AmountItem>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Long |
id |
protected Long |
paymentInfoId |
protected Long |
quantity |
protected String |
shortDescription |
protected String |
systemId |
protected 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 Long id
protected String description
protected Long paymentInfoId
protected Long quantity
protected String shortDescription
protected String systemId
protected 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 © 2013. All Rights Reserved.