org.broadleafcommerce.core.web.api.wrapper
Class FulfillmentGroupItemWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.FulfillmentGroupItemWrapper
- All Implemented Interfaces:
- APIUnwrapper<FulfillmentGroupItemRequest>, APIWrapper<FulfillmentGroupItem>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class FulfillmentGroupItemWrapper
- extends BaseWrapper
- implements APIWrapper<FulfillmentGroupItem>, APIUnwrapper<FulfillmentGroupItemRequest>
This is a JAXB wrapper around FulfillmentGroupItem.
User: Elbert Bautista
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
fulfillmentGroupId
protected Long fulfillmentGroupId
orderItemId
protected Long orderItemId
retailPrice
protected Money retailPrice
salePrice
protected Money salePrice
totalTax
protected Money totalTax
quantity
protected Integer quantity
FulfillmentGroupItemWrapper
public FulfillmentGroupItemWrapper()
wrap
public void wrap(FulfillmentGroupItem model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<FulfillmentGroupItem>
unwrap
public FulfillmentGroupItemRequest unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
- Specified by:
unwrap in interface APIUnwrapper<FulfillmentGroupItemRequest>
Copyright © 2012. All Rights Reserved.