public interface CustomerPhone extends Serializable, MultiTenantCloneable<CustomerPhone>
| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer() |
Long |
getId() |
Phone |
getPhone() |
String |
getPhoneName() |
void |
setCustomer(Customer customer) |
void |
setId(Long id) |
void |
setPhone(Phone phone) |
void |
setPhoneName(String phoneName) |
createOrRetrieveCopyInstanceCopyright © 2015. All Rights Reserved.