|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.order.domain.OrderAttributeImpl
@Entity public class OrderAttributeImpl
The Class OrderAttributeImpl
OrderAttribute,
Serialized Form| Field Summary | |
|---|---|
protected java.lang.Long |
id
|
protected java.lang.String |
name
|
protected Order |
order
|
protected java.lang.String |
value
The value. |
| Constructor Summary | |
|---|---|
OrderAttributeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getName()
Gets the name. |
Order |
getOrder()
Gets the associated order. |
java.lang.String |
getValue()
Gets the value. |
int |
hashCode()
|
void |
setId(java.lang.Long id)
Sets the id. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setOrder(Order order)
Sets the order. |
void |
setValue(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Long id
protected java.lang.String name
protected java.lang.String value
protected Order order
| Constructor Detail |
|---|
public OrderAttributeImpl()
| Method Detail |
|---|
public java.lang.Long getId()
OrderAttribute
getId in interface OrderAttributepublic void setId(java.lang.Long id)
OrderAttribute
setId in interface OrderAttributeid - the new idpublic java.lang.String getValue()
OrderAttribute
getValue in interface OrderAttributepublic void setValue(java.lang.String value)
OrderAttribute
setValue in interface OrderAttributevalue - the new valuepublic java.lang.String getName()
OrderAttribute
getName in interface OrderAttributepublic void setName(java.lang.String name)
OrderAttribute
setName in interface OrderAttributename - the new namepublic java.lang.String toString()
toString in class java.lang.Objectpublic Order getOrder()
OrderAttribute
getOrder in interface OrderAttributepublic void setOrder(Order order)
OrderAttribute
setOrder in interface OrderAttributeorder - the associated orderpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||