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 |
| 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()
wrapDetails
public void wrapDetails(SkuAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapDetails in interface APIWrapper<SkuAttribute>
wrapSummary
public void wrapSummary(SkuAttribute model,
javax.servlet.http.HttpServletRequest request)
- Specified by:
wrapSummary in interface APIWrapper<SkuAttribute>
Copyright © 2013. All Rights Reserved.