org.broadleafcommerce.core.web.api.wrapper
Class OrderItemAttributeWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.OrderItemAttributeWrapper
- All Implemented Interfaces:
- APIWrapper<OrderItemAttribute>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class OrderItemAttributeWrapper
- extends BaseWrapper
- implements APIWrapper<OrderItemAttribute>
API wrapper to wrap Order Item Attributes.
- Author:
- Kelly Tisdell
| 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
name
protected String name
value
protected String value
orderItemId
protected Long orderItemId
OrderItemAttributeWrapper
public OrderItemAttributeWrapper()
wrap
public void wrap(OrderItemAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<OrderItemAttribute>
Copyright © 2013. All Rights Reserved.