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 |
|---|---|
String |
getAttributeName() |
String |
getAttributeValue() |
Long |
getId() |
Long |
getSkuId() |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setId(Long id) |
void |
setSkuId(Long skuId) |
void |
wrapDetails(SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, 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>public Long getId()
public void setId(Long id)
id - the id to setpublic Long getSkuId()
public void setSkuId(Long skuId)
skuId - the skuId to setpublic String getAttributeName()
public void setAttributeName(String attributeName)
attributeName - the attributeName to setpublic String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue - the attributeValue to setCopyright © 2015. All Rights Reserved.