public class OrderAttributeWrapper extends BaseWrapper implements APIWrapper<OrderAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected Long |
orderId |
protected String |
value |
context| Constructor and Description |
|---|
OrderAttributeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(OrderAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(OrderAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String name
protected String value
protected Long orderId
public void wrapDetails(OrderAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<OrderAttribute>public void wrapSummary(OrderAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<OrderAttribute>Copyright © 2013. All Rights Reserved.