public class CustomerAttributeWrapper extends BaseWrapper implements APIWrapper<CustomerAttribute>, APIUnwrapper<CustomerAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customerId |
protected Long |
id |
protected String |
name |
protected String |
value |
context| Constructor and Description |
|---|
CustomerAttributeWrapper() |
| Modifier and Type | Method and Description |
|---|---|
CustomerAttribute |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
void |
wrapDetails(CustomerAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(CustomerAttribute model,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected String name
protected String value
protected Long customerId
public void wrapDetails(CustomerAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<CustomerAttribute>public void wrapSummary(CustomerAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<CustomerAttribute>public CustomerAttribute unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap in interface APIUnwrapper<CustomerAttribute>Copyright © 2015. All Rights Reserved.