public class ProductOptionValueWrapper extends BaseWrapper implements APIWrapper<ProductOptionValue>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeValue |
protected Money |
priceAdjustment |
protected Long |
productOptionId |
context| Constructor and Description |
|---|
ProductOptionValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected String attributeValue
protected Money priceAdjustment
protected Long productOptionId
public void wrapDetails(ProductOptionValue model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<ProductOptionValue>public void wrapSummary(ProductOptionValue model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<ProductOptionValue>Copyright © 2014. All Rights Reserved.