public class CustomerAttributeWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.profile.core.domain.CustomerAttribute>, org.broadleafcommerce.common.rest.api.wrapper.APIUnwrapper<org.broadleafcommerce.profile.core.domain.CustomerAttribute>
Modifier and Type | Field and Description |
---|---|
protected Long |
customerId |
protected Long |
id |
protected String |
name |
protected String |
value |
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) |
org.broadleafcommerce.profile.core.domain.CustomerAttribute |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
void |
wrapDetails(org.broadleafcommerce.profile.core.domain.CustomerAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.profile.core.domain.CustomerAttribute model,
javax.servlet.http.HttpServletRequest request) |
protected Long id
protected String name
protected String value
protected Long customerId
public void wrapDetails(org.broadleafcommerce.profile.core.domain.CustomerAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.profile.core.domain.CustomerAttribute>
public void wrapSummary(org.broadleafcommerce.profile.core.domain.CustomerAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.profile.core.domain.CustomerAttribute>
public org.broadleafcommerce.profile.core.domain.CustomerAttribute unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext context)
unwrap
in interface org.broadleafcommerce.common.rest.api.wrapper.APIUnwrapper<org.broadleafcommerce.profile.core.domain.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 © 2020. All rights reserved.