org.broadleafcommerce.core.web.api.wrapper
public class ProductOptionValueWrapper extends BaseWrapper implements APIWrapper<ProductOptionValue>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeValue |
protected Long |
displayOrder |
protected Long |
id |
protected Money |
priceAdjustment |
protected Long |
productOptionId |
context| Constructor and Description |
|---|
ProductOptionValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String attributeValue
protected Long displayOrder
protected Money priceAdjustment
protected Long productOptionId
public void wrap(ProductOptionValue model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<ProductOptionValue>Copyright © 2015. All Rights Reserved.