org.broadleafcommerce.core.web.api.wrapper
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 |
wrap(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 wrap(AmountItem model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<AmountItem>public AmountItem unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<AmountItem>Copyright © 2015. All Rights Reserved.