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

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

public class ProductOptionValueWrapper
extends BaseWrapper
implements APIWrapper<ProductOptionValue>


Field Summary
protected  String attributeValue
           
protected  Money priceAdjustment
           
protected  Long productOptionId
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
ProductOptionValueWrapper()
           
 
Method Summary
 void wrapDetails(ProductOptionValue model, javax.servlet.http.HttpServletRequest request)
           
 void wrapSummary(ProductOptionValue 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

attributeValue

protected String attributeValue

priceAdjustment

protected Money priceAdjustment

productOptionId

protected Long productOptionId
Constructor Detail

ProductOptionValueWrapper

public ProductOptionValueWrapper()
Method Detail

wrapDetails

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

wrapSummary

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


Copyright © 2013. All Rights Reserved.