@Entity public class CustomerAddressImpl extends Object implements CustomerAddress
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected String |
addressName |
protected ArchiveStatus |
archiveStatus |
protected Customer |
customer |
protected Long |
id |
| Constructor and Description |
|---|
CustomerAddressImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends CustomerAddress> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Address |
getAddress() |
String |
getAddressName() |
Character |
getArchived() |
Customer |
getCustomer() |
Long |
getId() |
int |
hashCode() |
boolean |
isActive() |
void |
setAddress(Address address) |
void |
setAddressName(String addressName) |
void |
setArchived(Character archived) |
void |
setCustomer(Customer customer) |
void |
setId(Long id) |
String |
toString() |
protected Long id
protected String addressName
protected Customer customer
protected Address address
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 Customer getCustomer()
getCustomer in interface CustomerAddresspublic void setCustomer(Customer customer)
setCustomer in interface CustomerAddresspublic Address getAddress()
getAddress in interface CustomerAddresspublic void setAddress(Address address)
setAddress 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 © 2015. All Rights Reserved.