com.broadleafcommerce.core.rest.api.v2.wrapper.CustomerAttributeWrapper@Deprecated public class CustomerAttributeWrapper extends BaseWrapper implements APIWrapper<CustomerAttribute>, APIUnwrapper<CustomerAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customerId
Deprecated.
|
protected Long |
id
Deprecated.
|
protected String |
name
Deprecated.
|
protected String |
value
Deprecated.
|
context| Constructor and Description |
|---|
CustomerAttributeWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomerId()
Deprecated.
|
Long |
getId()
Deprecated.
|
String |
getName()
Deprecated.
|
String |
getValue()
Deprecated.
|
void |
setCustomerId(Long customerId)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
CustomerAttribute |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context)
Deprecated.
|
void |
wrapDetails(CustomerAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(CustomerAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected 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 © 2018. All rights reserved.