org.broadleafcommerce.core.web.api.wrapper
Class SkuAttributeWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.SkuAttributeWrapper
- All Implemented Interfaces:
- APIWrapper<SkuAttribute>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SkuAttributeWrapper
- extends BaseWrapper
- implements APIWrapper<SkuAttribute>
This is a JAXB wrapper for SkuAttribute
User: Kelly Tisdell
Date: 4/10/12
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
|
Method Summary |
void |
wrap(SkuAttribute model,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
skuId
protected Long skuId
attributeName
protected String attributeName
attributeValue
protected String attributeValue
SkuAttributeWrapper
public SkuAttributeWrapper()
wrap
public void wrap(SkuAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrap in interface APIWrapper<SkuAttribute>
Copyright © 2013. All Rights Reserved.