|
||||||||||
| 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. |
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. |
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||