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 |
|---|---|
String |
getAttributeName() |
String |
getAttributeValue() |
Long |
getCategoryId() |
Long |
getId() |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setCategoryId(Long categoryId) |
void |
setId(Long id) |
void |
wrapDetails(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, 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>public Long getId()
public void setId(Long id)
id - the id to setpublic Long getCategoryId()
public void setCategoryId(Long categoryId)
categoryId - the categoryId 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.