public class FulfillmentGroupItemDTO extends BaseWrapper implements APIWrapper<FulfillmentGroupItem>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected OrderItemDTO |
orderItem |
protected Integer |
quantity |
protected Money |
retailPrice |
protected Money |
salePrice |
protected String |
status |
protected Money |
totalItemAmount |
protected Money |
totalTax |
context| Constructor and Description |
|---|
FulfillmentGroupItemDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(FulfillmentGroupItem fgi,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(FulfillmentGroupItem fgi,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected OrderItemDTO orderItem
protected Integer quantity
protected Money retailPrice
protected Money salePrice
protected Money totalItemAmount
protected String status
protected Money totalTax
public void wrapDetails(FulfillmentGroupItem fgi, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<FulfillmentGroupItem>public void wrapSummary(FulfillmentGroupItem fgi, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<FulfillmentGroupItem>Copyright © 2017. All rights reserved.