@Entity public class CustomerAddressImpl extends Object implements CustomerAddress
| Modifier and Type | Field and Description |
|---|---|
protected Long |
addressExternalId |
protected String |
addressName |
protected ArchiveStatus |
archiveStatus |
protected Customer |
customer |
protected Long |
id |
protected boolean |
isDefault |
| Constructor and Description |
|---|
CustomerAddressImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends CustomerAddress> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Long |
getAddressExternalId() |
String |
getAddressName() |
Character |
getArchived() |
Customer |
getCustomer() |
Long |
getId() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isDefault() |
void |
setAddressExternalId(Long addressReferenceId) |
void |
setAddressName(String addressName) |
void |
setArchived(Character archived) |
void |
setCustomer(Customer customer) |
void |
setDefault(boolean isDefault) |
void |
setId(Long id) |
String |
toString() |
protected Long id
protected String addressName
protected boolean isDefault
protected Customer customer
protected Long addressExternalId
protected ArchiveStatus archiveStatus
public Long getId()
getId in interface CustomerAddresspublic void setId(Long id)
setId in interface CustomerAddresspublic String getAddressName()
getAddressName in interface CustomerAddresspublic void setAddressName(String addressName)
setAddressName in interface CustomerAddresspublic boolean isDefault()
isDefault in interface CustomerAddresspublic void setDefault(boolean isDefault)
setDefault in interface CustomerAddresspublic Customer getCustomer()
getCustomer in interface CustomerAddresspublic void setCustomer(Customer customer)
setCustomer in interface CustomerAddresspublic Long getAddressExternalId()
getAddressExternalId in interface CustomerAddresspublic void setAddressExternalId(Long addressReferenceId)
setAddressExternalId in interface CustomerAddresspublic Character getArchived()
getArchived in interface Statuspublic void setArchived(Character archived)
setArchived in interface Statuspublic <G extends CustomerAddress> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<CustomerAddress>CloneNotSupportedExceptionCopyright © 2017. All rights reserved.