|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderAttribute
The Interface OrderAttribute. Allows for arbitrary data to be persisted with the order.
| Method Summary | |
|---|---|
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. |
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. |
| Method Detail |
|---|
java.lang.Long getId()
void setId(java.lang.Long id)
id - the new idjava.lang.String getValue()
void setValue(java.lang.String value)
value - the new valueOrder getOrder()
void setOrder(Order order)
order - the associated orderjava.lang.String getName()
void setName(java.lang.String name)
name - the new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||