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 |
|---|---|
String |
getAttributeValue() |
Money |
getPriceAdjustment() |
Long |
getProductOptionId() |
void |
setAttributeValue(String attributeValue) |
void |
setPriceAdjustment(Money priceAdjustment) |
void |
setProductOptionId(Long productOptionId) |
void |
wrapDetails(ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(ProductOptionValue model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, 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>public String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - the attributeValue to setpublic Money getPriceAdjustment()
public void setPriceAdjustment(Money priceAdjustment)
priceAdjustment - the priceAdjustment to setpublic Long getProductOptionId()
public void setProductOptionId(Long productOptionId)
productOptionId - the productOptionId to setCopyright © 2015. All Rights Reserved.