org.broadleafcommerce.core.web.api.wrapper
public class ProductOptionWrapper extends BaseWrapper implements APIWrapper<ProductOption>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProductOptionValueWrapper> |
allowedValues |
protected String |
attributeName |
protected Long |
id |
protected String |
label |
protected String |
productOptionType |
protected Boolean |
required |
context| Constructor and Description |
|---|
ProductOptionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(ProductOption model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String attributeName
protected String label
protected Boolean required
protected String productOptionType
protected List<ProductOptionValueWrapper> allowedValues
public void wrap(ProductOption model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<ProductOption>Copyright © 2015. All Rights Reserved.