org.broadleafcommerce.core.web.api.wrapper
Class AmountItemWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.AmountItemWrapper
- All Implemented Interfaces:
- APIUnwrapper<AmountItem>, APIWrapper<AmountItem>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class AmountItemWrapper
- extends BaseWrapper
- implements APIWrapper<AmountItem>, APIUnwrapper<AmountItem>
This is a JAXB wrapper around PaymentInfo.
User: Elbert Bautista
Date: 4/26/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
AmountItem |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
|
void |
wrap(AmountItem model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
description
protected String description
paymentInfoId
protected Long paymentInfoId
quantity
protected Long quantity
shortDescription
protected String shortDescription
systemId
protected String systemId
unitPrice
protected BigDecimal unitPrice
AmountItemWrapper
public AmountItemWrapper()
wrap
public void wrap(AmountItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<AmountItem>
unwrap
public AmountItem unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
- Specified by:
unwrap in interface APIUnwrapper<AmountItem>
Copyright © 2012. All Rights Reserved.