public interface CustomerAttribute extends ValueAssignable<String>, MultiTenantCloneable<CustomerAttribute>
CustomerAttributeImpl}, {@link Customer}| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer()
Gets the associated customer.
|
Long |
getId()
Gets the id.
|
void |
setCustomer(Customer customer)
Sets the associated customer.
|
void |
setId(Long id)
Sets the id.
|
getName, getValue, setName, setValuecreateOrRetrieveCopyInstanceLong getId()
void setId(Long id)
id - the new idCustomer getCustomer()
void setCustomer(Customer customer)
customer - Copyright © 2015. All Rights Reserved.