public class CustomerAddressWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.profile.core.domain.CustomerAddress>, org.broadleafcommerce.common.rest.api.wrapper.APIUnwrapper<org.broadleafcommerce.profile.core.domain.CustomerAddress>
Modifier and Type | Field and Description |
---|---|
protected AddressWrapper |
address |
protected String |
addressName |
protected Character |
archived |
protected Long |
id |
Constructor and Description |
---|
CustomerAddressWrapper() |
Modifier and Type | Method and Description |
---|---|
AddressWrapper |
getAddress() |
String |
getAddressName() |
Character |
getArchived() |
Long |
getId() |
void |
setAddress(AddressWrapper address) |
void |
setAddressName(String addressName) |
void |
setArchived(Character archived) |
void |
setId(Long id) |
org.broadleafcommerce.profile.core.domain.CustomerAddress |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
void |
wrapDetails(org.broadleafcommerce.profile.core.domain.CustomerAddress model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.profile.core.domain.CustomerAddress model,
javax.servlet.http.HttpServletRequest request) |
protected Long id
protected String addressName
protected AddressWrapper address
protected Character archived
public void wrapDetails(org.broadleafcommerce.profile.core.domain.CustomerAddress model, javax.servlet.http.HttpServletRequest request)
wrapDetails
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.profile.core.domain.CustomerAddress>
public void wrapSummary(org.broadleafcommerce.profile.core.domain.CustomerAddress model, javax.servlet.http.HttpServletRequest request)
wrapSummary
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.profile.core.domain.CustomerAddress>
public org.broadleafcommerce.profile.core.domain.CustomerAddress 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.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)
public Character getArchived()
public void setArchived(Character archived)
Copyright © 2020. All rights reserved.