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 |
|---|---|
Long |
getId() |
String |
getName() |
Long |
getOrderId() |
String |
getValue() |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOrderId(Long orderId) |
void |
setValue(String value) |
void |
wrapDetails(OrderAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(OrderAttribute model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, 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>public Long getId()
public void setId(Long id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic Long getOrderId()
public void setOrderId(Long orderId)
orderId - the orderId to setCopyright © 2015. All Rights Reserved.