public class FulfillmentGroupWrapper extends BaseWrapper implements APIWrapper<FulfillmentGroup>, APIUnwrapper<FulfillmentGroupRequest>
| Modifier and Type | Field and Description |
|---|---|
protected AddressWrapper |
address |
protected List<AdjustmentWrapper> |
fulfillmentGroupAdjustments |
protected List<FulfillmentGroupItemWrapper> |
fulfillmentGroupItems |
protected FulfillmentOptionWrapper |
fulfillmentOption |
protected BroadleafEnumerationTypeWrapper |
fulfillmentType |
protected Long |
id |
protected Long |
orderId |
protected PhoneWrapper |
phone |
protected List<TaxDetailWrapper> |
taxDetails |
protected Money |
total |
context| Constructor and Description |
|---|
FulfillmentGroupWrapper() |
createElementWrappers, setApplicationContextprotected Long id
protected Long orderId
protected BroadleafEnumerationTypeWrapper fulfillmentType
protected FulfillmentOptionWrapper fulfillmentOption
protected Money total
protected AddressWrapper address
protected PhoneWrapper phone
protected List<AdjustmentWrapper> fulfillmentGroupAdjustments
protected List<FulfillmentGroupItemWrapper> fulfillmentGroupItems
protected List<TaxDetailWrapper> taxDetails
public void wrapDetails(FulfillmentGroup model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<FulfillmentGroup>public void wrapSummary(FulfillmentGroup model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<FulfillmentGroup>public FulfillmentGroupRequest unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<FulfillmentGroupRequest>public Long getId()
public void setId(Long id)
id - the id to setpublic Long getOrderId()
public void setOrderId(Long orderId)
orderId - the orderId to setpublic BroadleafEnumerationTypeWrapper getFulfillmentType()
public void setFulfillmentType(BroadleafEnumerationTypeWrapper fulfillmentType)
fulfillmentType - the fulfillmentType to setpublic FulfillmentOptionWrapper getFulfillmentOption()
public void setFulfillmentOption(FulfillmentOptionWrapper fulfillmentOption)
fulfillmentOption - the fulfillmentOption to setpublic Money getTotal()
public void setTotal(Money total)
total - the total to setpublic AddressWrapper getAddress()
public void setAddress(AddressWrapper address)
address - the address to setpublic PhoneWrapper getPhone()
public void setPhone(PhoneWrapper phone)
phone - the phone to setpublic List<AdjustmentWrapper> getFulfillmentGroupAdjustments()
public void setFulfillmentGroupAdjustments(List<AdjustmentWrapper> fulfillmentGroupAdjustments)
fulfillmentGroupAdjustments - the fulfillmentGroupAdjustments to setpublic List<FulfillmentGroupItemWrapper> getFulfillmentGroupItems()
public void setFulfillmentGroupItems(List<FulfillmentGroupItemWrapper> fulfillmentGroupItems)
fulfillmentGroupItems - the fulfillmentGroupItems to setpublic List<TaxDetailWrapper> getTaxDetails()
public void setTaxDetails(List<TaxDetailWrapper> taxDetails)
taxDetails - the taxDetails to setCopyright © 2015. All Rights Reserved.