com.broadleafcommerce.core.rest.api.v2.wrapper.CategoryAttributeWrapper@Deprecated public class CategoryAttributeWrapper extends BaseWrapper implements APIWrapper<CategoryAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName
Deprecated.
|
protected String |
attributeValue
Deprecated.
|
protected Long |
categoryId
Deprecated.
|
protected Long |
id
Deprecated.
|
context| Constructor and Description |
|---|
CategoryAttributeWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Deprecated.
|
String |
getAttributeValue()
Deprecated.
|
Long |
getCategoryId()
Deprecated.
|
Long |
getId()
Deprecated.
|
void |
setAttributeName(String attributeName)
Deprecated.
|
void |
setAttributeValue(String attributeValue)
Deprecated.
|
void |
setCategoryId(Long categoryId)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
wrapDetails(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(CategoryAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected 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 © 2019. All rights reserved.