public class CategoryAttributeWrapper extends BaseWrapper implements APIWrapper<CategoryAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
attributeValue |
protected Long |
categoryId |
protected Long |
id |
context| Constructor and Description |
|---|
CategoryAttributeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long categoryId
protected String attributeName
protected String attributeValue
public void wrapDetails(CategoryAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<CategoryAttribute>public void wrapSummary(CategoryAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<CategoryAttribute>Copyright © 2014. All Rights Reserved.