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

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


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

skuId

protected Long skuId

attributeName

protected String attributeName

attributeValue

protected String attributeValue
Constructor Detail

SkuAttributeWrapper

public SkuAttributeWrapper()
Method Detail

wrap

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


Copyright © 2012. All Rights Reserved.