|
||||||||||
| 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 Long |
id
|
protected String |
name
|
protected Order |
order
|
protected String |
value
The value. |
| Constructor Summary | |
|---|---|
OrderAttributeImpl()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Order |
getOrder()
Gets the associated order. |
String |
getValue()
Gets the value. |
int |
hashCode()
|
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setOrder(Order order)
Sets the order. |
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 Order order
| Constructor Detail |
|---|
public OrderAttributeImpl()
| Method Detail |
|---|
public Long getId()
OrderAttribute
getId in interface OrderAttributepublic void setId(Long id)
OrderAttribute
setId in interface OrderAttributeid - the new idpublic String getValue()
OrderAttribute
getValue in interface OrderAttributepublic void setValue(String value)
OrderAttribute
setValue in interface OrderAttributevalue - the new valuepublic String getName()
OrderAttribute
getName in interface OrderAttributepublic void setName(String name)
OrderAttribute
setName in interface OrderAttributename - the new namepublic String toString()
toString in class 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 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 | |||||||||