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

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.ProductAttributeWrapper
All Implemented Interfaces:
APIWrapper<ProductAttribute>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ProductAttributeWrapper
extends BaseWrapper
implements APIWrapper<ProductAttribute>

To change this template use File | Settings | File Templates.

User: Kelly Tisdell Date: 4/10/12


Field Summary
protected  String attributeName
           
protected  String attributeValue
           
protected  Long id
           
protected  Long productId
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
ProductAttributeWrapper()
           
 
Method Summary
 void wrap(ProductAttribute 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

productId

protected Long productId

attributeName

protected String attributeName

attributeValue

protected String attributeValue
Constructor Detail

ProductAttributeWrapper

public ProductAttributeWrapper()
Method Detail

wrap

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


Copyright © 2013. All Rights Reserved.