public class ProductOptionValueWrapper extends BaseWrapper implements APIWrapper<ProductOptionValue>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeValue |
protected org.broadleafcommerce.common.money.Money |
priceAdjustment |
protected Long |
productOptionId |
context| Constructor and Description |
|---|
ProductOptionValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue() |
org.broadleafcommerce.common.money.Money |
getPriceAdjustment() |
Long |
getProductOptionId() |
void |
setAttributeValue(String attributeValue) |
void |
setPriceAdjustment(org.broadleafcommerce.common.money.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, setApplicationContext, transferAdditionalFieldsFromWrapperprotected String attributeValue
protected org.broadleafcommerce.common.money.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 org.broadleafcommerce.common.money.Money getPriceAdjustment()
public void setPriceAdjustment(org.broadleafcommerce.common.money.Money priceAdjustment)
priceAdjustment - the priceAdjustment to setpublic Long getProductOptionId()
public void setProductOptionId(Long productOptionId)
productOptionId - the productOptionId to setCopyright © 2015. All rights reserved.