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 |
wrapDetails(SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long skuId
protected String attributeName
protected String attributeValue
public void wrapDetails(SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<SkuAttribute>public void wrapSummary(SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<SkuAttribute>Copyright © 2014. All Rights Reserved.