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