org.broadleafcommerce.profile.core.domain
public interface CustomerAttribute extends Serializable
CustomerAttributeImpl}, {@link Customer}| Modifier and Type | Method and Description |
|---|---|
Customer |
getCustomer()
Gets the associated customer.
|
Long |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
String |
getValue()
Gets the value.
|
void |
setCustomer(Customer customer)
Sets the associated customer.
|
void |
setId(Long id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setValue(String value)
Sets the value.
|
Long getId()
void setId(Long id)
id - the new idString getName()
void setName(String name)
name - the new nameString getValue()
void setValue(String value)
value - the new valueCustomer getCustomer()
void setCustomer(Customer customer)
customer - Copyright © 2015. All Rights Reserved.