|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderStatusHistoryIf
An order may have an array of these OrderStatusHistory objects to log the life cycle of the order. A new object is created every time the status of an order changes.
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Comments may be added to explain the status change. |
java.util.Calendar |
getDateAdded()
|
int |
getId()
|
int |
getOrderId()
|
java.lang.String |
getOrderStatus()
|
int |
getOrderStatusId()
|
boolean |
isCustomerNotified()
When true, the customer is notified of the status change. |
void |
setComments(java.lang.String comments)
Comments may be added to explain the status change. |
void |
setCustomerNotified(boolean customerNotified)
When true, the customer is notified of the status change. |
void |
setDateAdded(java.util.Calendar dateAdded)
|
void |
setId(int id)
|
void |
setOrderId(int orderId)
|
void |
setOrderStatus(java.lang.String orderStatus)
|
void |
setOrderStatusId(int orderStatusId)
|
| Method Detail |
|---|
java.lang.String getComments()
void setComments(java.lang.String comments)
comments - The comments to set.boolean isCustomerNotified()
void setCustomerNotified(boolean customerNotified)
customerNotified - The customerNotified to set.java.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded - The dateAdded to set.int getId()
void setId(int id)
id - The id to set.int getOrderId()
void setOrderId(int orderId)
orderId - The orderId to set.java.lang.String getOrderStatus()
void setOrderStatus(java.lang.String orderStatus)
orderStatus - The orderStatus to set.int getOrderStatusId()
void setOrderStatusId(int orderStatusId)
orderStatusId - The orderStatusId to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||