|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.domain.CustomerAttributeImpl
@Entity public class CustomerAttributeImpl
| Field Summary | |
|---|---|
protected Customer |
customer
The customer. |
protected Long |
id
The id. |
protected String |
name
The name. |
protected String |
value
The value. |
| Constructor Summary | |
|---|---|
CustomerAttributeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Customer |
getCustomer()
Gets the associated customer. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
String |
getValue()
Gets the value. |
int |
hashCode()
|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Long id
protected String name
protected String value
protected Customer customer
| Constructor Detail |
|---|
public CustomerAttributeImpl()
| Method Detail |
|---|
public Long getId()
CustomerAttribute
getId in interface CustomerAttributepublic void setId(Long id)
CustomerAttribute
setId in interface CustomerAttributeid - the new idpublic String getValue()
CustomerAttribute
getValue in interface CustomerAttributepublic void setValue(String value)
CustomerAttribute
setValue in interface CustomerAttributevalue - the new valuepublic String getName()
CustomerAttribute
getName in interface CustomerAttributepublic void setName(String name)
CustomerAttribute
setName in interface CustomerAttributename - the new namepublic String toString()
toString in class Objectpublic Customer getCustomer()
CustomerAttribute
getCustomer in interface CustomerAttributepublic void setCustomer(Customer customer)
CustomerAttribute
setCustomer in interface CustomerAttributepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||