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