public class OrderAddressDTO extends BaseWrapper implements APIWrapper<OrderAddress>, APIUnwrapper<OrderAddress>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressLine1 |
protected String |
addressLine2 |
protected String |
addressLine3 |
protected String |
cityLocality |
protected String |
companyName |
protected String |
countryCode |
protected String |
emailAddress |
protected Long |
externalId |
protected String |
firstName |
protected String |
fullName |
protected Long |
id |
protected String |
lastName |
protected String |
phone |
protected String |
postalCode |
protected String |
stateProvinceRegion |
context| Constructor and Description |
|---|
OrderAddressDTO() |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
void |
wrapDetails(OrderAddress address,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(OrderAddress address,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long externalId
protected String fullName
protected String firstName
protected String lastName
protected String companyName
protected String addressLine1
protected String addressLine2
protected String addressLine3
protected String cityLocality
protected String stateProvinceRegion
protected String countryCode
protected String postalCode
protected String phone
protected String emailAddress
public OrderAddress unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<OrderAddress>public void wrapDetails(OrderAddress address, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<OrderAddress>public void wrapSummary(OrderAddress address, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<OrderAddress>Copyright © 2017. All rights reserved.