public class FulfillmentGroupDTO extends BaseWrapper implements APIWrapper<FulfillmentGroup>
| Modifier and Type | Field and Description |
|---|---|
protected List<FulfillmentGroupItemDTO> |
fulfillmentGroupItems |
protected FulfillmentOptionDTO |
fulfillmentOptionDto |
protected Money |
fulfillmentPrice |
protected String |
fulfillmentType |
protected Long |
id |
protected OrderAddressDTO |
orderAddressDto |
protected String |
referenceNumber |
protected Money |
retailFulfillmentPrice |
protected Money |
saleFulfillmentPrice |
protected Money |
total |
protected Money |
totalItemTax |
protected Money |
totalTax |
context| Constructor and Description |
|---|
FulfillmentGroupDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(FulfillmentGroup fg,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(FulfillmentGroup fg,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String referenceNumber
protected Money retailFulfillmentPrice
protected Money saleFulfillmentPrice
protected Money fulfillmentPrice
protected String fulfillmentType
protected Money totalTax
protected Money totalItemTax
protected Money total
protected FulfillmentOptionDTO fulfillmentOptionDto
protected OrderAddressDTO orderAddressDto
protected List<FulfillmentGroupItemDTO> fulfillmentGroupItems
public void wrapDetails(FulfillmentGroup fg, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<FulfillmentGroup>public void wrapSummary(FulfillmentGroup fg, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<FulfillmentGroup>Copyright © 2017. All rights reserved.