|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderItemAttribute
The Interface OrderItemAttribute. Allows for arbitrary data to be persisted with the orderItem. This can be used to store additional items that are required during order entry. Examples: Engravement Message for a jewelry item TestDate for someone purchasing an online exam Number of minutes for someone purchasing a rate plan.
| Method Summary | |
|---|---|
OrderItemAttribute |
clone()
Provide support for a deep copy of an order item. |
Long |
getId()
Gets the id. |
String |
getName()
Gets the name. |
OrderItem |
getOrderItem()
Gets the parent orderItem |
String |
getValue()
Gets the value. |
void |
setId(Long id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setOrderItem(OrderItem orderItem)
Sets the orderItem. |
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 valueOrderItem getOrderItem()
void setOrderItem(OrderItem orderItem)
orderItem - the associated orderItemString getName()
void setName(String name)
name - the new nameOrderItemAttribute clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||