org.broadleafcommerce.core.web.api.wrapper
public class SkuAttributeWrapper extends BaseWrapper implements APIWrapper<SkuAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
attributeValue |
protected Long |
id |
protected Long |
skuId |
context| Constructor and Description |
|---|
SkuAttributeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long skuId
protected String attributeName
protected String attributeValue
public void wrap(SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<SkuAttribute>Copyright © 2015. All Rights Reserved.