@Entity public class CustomerPhoneImpl extends Object implements CustomerPhone
| Modifier and Type | Field and Description |
|---|---|
protected Customer |
customer |
protected Long |
id |
protected Phone |
phone |
protected String |
phoneName |
| Constructor and Description |
|---|
CustomerPhoneImpl() |
| Modifier and Type | Method and Description |
|---|---|
<G extends CustomerPhone> |
createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
boolean |
equals(Object obj) |
Customer |
getCustomer() |
Long |
getId() |
Phone |
getPhone() |
String |
getPhoneName() |
int |
hashCode() |
void |
setCustomer(Customer customer) |
void |
setId(Long id) |
void |
setPhone(Phone phone) |
void |
setPhoneName(String phoneName) |
protected Long id
protected String phoneName
protected Customer customer
protected Phone phone
public Long getId()
getId in interface CustomerPhonepublic void setId(Long id)
setId in interface CustomerPhonepublic String getPhoneName()
getPhoneName in interface CustomerPhonepublic void setPhoneName(String phoneName)
setPhoneName in interface CustomerPhonepublic Customer getCustomer()
getCustomer in interface CustomerPhonepublic void setCustomer(Customer customer)
setCustomer in interface CustomerPhonepublic Phone getPhone()
getPhone in interface CustomerPhonepublic void setPhone(Phone phone)
setPhone in interface CustomerPhonepublic <G extends CustomerPhone> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException
createOrRetrieveCopyInstance in interface MultiTenantCloneable<CustomerPhone>CloneNotSupportedExceptionCopyright © 2015. All Rights Reserved.