public class ProductOptionWrapper extends BaseWrapper implements APIWrapper<ProductOption>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductOptionValueWrapper> |
allowedValues |
protected String |
attributeName |
protected String |
label |
protected String |
productOptionType |
protected String |
productOptionValidationStrategyType |
protected String |
productOptionValidationType |
protected Boolean |
required |
protected String |
validationString |
context| Constructor and Description |
|---|
ProductOptionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(ProductOption model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(ProductOption model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected String attributeName
protected String label
protected Boolean required
protected String productOptionType
protected String productOptionValidationStrategyType
protected String productOptionValidationType
protected List<ProductOptionValueWrapper> allowedValues
protected String validationString
public void wrapDetails(ProductOption model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<ProductOption>public void wrapSummary(ProductOption model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<ProductOption>Copyright © 2014. All Rights Reserved.