org.broadleafcommerce.core.web.api.wrapper
public class OrderItemAttributeWrapper extends BaseWrapper implements APIWrapper<OrderItemAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
name |
protected Long |
orderItemId |
protected String |
value |
context| Constructor and Description |
|---|
OrderItemAttributeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrap(OrderItemAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String name
protected String value
protected Long orderItemId
public void wrap(OrderItemAttribute model, javax.servlet.http.HttpServletRequest request)
wrap in interface APIWrapper<OrderItemAttribute>Copyright © 2015. All Rights Reserved.