|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_OrderStatusHistory
public class J_OrderStatusHistory
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.
| Constructor Summary | |
|---|---|
J_OrderStatusHistory()
|
|
| 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()
|
int |
getUpdatedById()
|
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)
|
void |
setUpdatedById(int _updatedById)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_OrderStatusHistory()
| Method Detail |
|---|
public java.lang.String getComments()
public void setComments(java.lang.String _comments)
_comments - The comments to set.public boolean isCustomerNotified()
public void setCustomerNotified(boolean _customerNotified)
_customerNotified - The customerNotified to set.public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded - The dateAdded to set.public int getId()
public void setId(int _id)
_id - The id to set.public int getOrderId()
public void setOrderId(int _orderId)
_orderId - The orderId to set.public java.lang.String getOrderStatus()
public void setOrderStatus(java.lang.String _orderStatus)
_orderStatus - The orderStatus to set.public int getOrderStatusId()
public void setOrderStatusId(int _orderStatusId)
_orderStatusId - The orderStatusId to set.public int getUpdatedById()
public void setUpdatedById(int _updatedById)
_updatedById - the updatedById to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||