org.broadleafcommerce.core.web.api.wrapper
Class OrderItemAttributeWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by 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

Field Summary
protected  Long id
           
protected  String name
           
protected  Long orderItemId
           
protected  String value
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
OrderItemAttributeWrapper()
           
 
Method Summary
 void wrap(OrderItemAttribute model, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name

value

protected String value

orderItemId

protected Long orderItemId
Constructor Detail

OrderItemAttributeWrapper

public OrderItemAttributeWrapper()
Method Detail

wrap

public void wrap(OrderItemAttribute model,
                 javax.servlet.http.HttpServletRequest request)
Specified by:
wrap in interface APIWrapper<OrderItemAttribute>


Copyright © 2013. All Rights Reserved.