public class ProductAttributeWrapper extends BaseWrapper implements APIWrapper<ProductAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
protected String |
attributeValue |
protected Long |
id |
protected Long |
productId |
context| Constructor and Description |
|---|
ProductAttributeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(ProductAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(ProductAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected 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>Copyright © 2015. All Rights Reserved.