com.broadleafcommerce.core.rest.api.v2.wrapper.ProductAttributeWrapper
User: Kelly Tisdell
Date: 4/10/12@Deprecated public class ProductAttributeWrapper extends BaseWrapper implements APIWrapper<ProductAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName
Deprecated.
|
protected String |
attributeValue
Deprecated.
|
protected Long |
id
Deprecated.
|
protected Long |
productId
Deprecated.
|
context| Constructor and Description |
|---|
ProductAttributeWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Deprecated.
|
String |
getAttributeValue()
Deprecated.
|
Long |
getId()
Deprecated.
|
Long |
getProductId()
Deprecated.
|
void |
setAttributeName(String attributeName)
Deprecated.
|
void |
setAttributeValue(String attributeValue)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setProductId(Long productId)
Deprecated.
|
void |
wrapDetails(ProductAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(ProductAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected Long id
protected Long productId
protected String attributeName
protected String attributeValue
public void wrapDetails(ProductAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<ProductAttribute>public void wrapSummary(ProductAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<ProductAttribute>public Long getId()
public void setId(Long id)
id - the id to setpublic Long getProductId()
public void setProductId(Long productId)
productId - the productId 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 © 2017. All rights reserved.