|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerAttribute
Implementations of this interface are used to hold data about a Customers Attributes.
For high volume sites, you should consider extending the BLC Customer entity instead of
relying on custom attributes as the extension mechanism is more performant under load.
CustomerAttributeImpl}, {@link Customer}| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.broadleafcommerce.common.value.ValueAssignable |
|---|
getName, getValue, setName, setValue |
| Method Detail |
|---|
Long getId()
void setId(Long id)
id - the new idCustomer getCustomer()
void setCustomer(Customer customer)
customer -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||