org.broadleafcommerce.core.web.api.wrapper
Class ProductAttributeWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
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
| 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
productId
protected Long productId
attributeName
protected String attributeName
attributeValue
protected String attributeValue
ProductAttributeWrapper
public ProductAttributeWrapper()
wrap
public void wrap(ProductAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<ProductAttribute>
Copyright © 2013. All Rights Reserved.