public class CustomerAddressWrapper extends BaseWrapper implements APIWrapper<CustomerAddress>, APIUnwrapper<CustomerAddress>
| Modifier and Type | Field and Description |
|---|---|
protected AddressWrapper |
address |
protected String |
addressName |
protected Long |
id |
context| Constructor and Description |
|---|
CustomerAddressWrapper() |
| Modifier and Type | Method and Description |
|---|---|
AddressWrapper |
getAddress() |
String |
getAddressName() |
Long |
getId() |
void |
setAddress(AddressWrapper address) |
void |
setAddressName(String addressName) |
void |
setId(Long id) |
CustomerAddress |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
void |
wrapDetails(CustomerAddress model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(CustomerAddress model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected Long id
protected String addressName
protected AddressWrapper address
public void wrapDetails(CustomerAddress model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<CustomerAddress>public void wrapSummary(CustomerAddress model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<CustomerAddress>public CustomerAddress unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<CustomerAddress>public Long getId()
public void setId(Long id)
public String getAddressName()
public void setAddressName(String addressName)
public AddressWrapper getAddress()
public void setAddress(AddressWrapper address)
Copyright © 2016. All rights reserved.