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 |
|---|---|
Long |
getCustomerId() |
Long |
getId() |
String |
getName() |
String |
getValue() |
void |
setCustomerId(Long customerId) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setValue(String value) |
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) |
createElementWrappers, 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>public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public Long getCustomerId()
public void setCustomerId(Long customerId)
Copyright © 2015. All Rights Reserved.