|
||||||||||
| 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 | |
|---|---|
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Order |
getOrder()
Gets the associated order. |
String |
getValue()
Gets the value. |
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. |
| Method Detail |
|---|
Long getId()
void setId(Long id)
id - the new idString getValue()
void setValue(String value)
value - the new valueOrder getOrder()
void setOrder(Order order)
order - the associated orderString getName()
void setName(String name)
name - the new name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||