|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.OrderStatusHistory
public class OrderStatusHistory
| Constructor Summary | |
|---|---|
OrderStatusHistory()
Constructor |
|
OrderStatusHistory(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the OrderStatus object from a Record object |
|
| 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)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OrderStatusHistory()
public OrderStatusHistory(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - Record containing datac - Criteria containing column names
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getComments()
OrderStatusHistoryIf
getComments in interface OrderStatusHistoryIfpublic void setComments(java.lang.String comments)
OrderStatusHistoryIf
setComments in interface OrderStatusHistoryIfcomments - The comments to set.public boolean isCustomerNotified()
OrderStatusHistoryIf
isCustomerNotified in interface OrderStatusHistoryIfpublic void setCustomerNotified(boolean customerNotified)
OrderStatusHistoryIf
setCustomerNotified in interface OrderStatusHistoryIfcustomerNotified - The customerNotified to set.public java.util.Calendar getDateAdded()
getDateAdded in interface OrderStatusHistoryIfpublic void setDateAdded(java.util.Calendar dateAdded)
setDateAdded in interface OrderStatusHistoryIfdateAdded - The dateAdded to set.public int getId()
getId in interface OrderStatusHistoryIfpublic void setId(int id)
setId in interface OrderStatusHistoryIfid - The id to set.public int getOrderId()
getOrderId in interface OrderStatusHistoryIfpublic void setOrderId(int orderId)
setOrderId in interface OrderStatusHistoryIforderId - The orderId to set.public java.lang.String getOrderStatus()
getOrderStatus in interface OrderStatusHistoryIfpublic void setOrderStatus(java.lang.String orderStatus)
setOrderStatus in interface OrderStatusHistoryIforderStatus - The orderStatus to set.public int getOrderStatusId()
getOrderStatusId in interface OrderStatusHistoryIfpublic void setOrderStatusId(int orderStatusId)
setOrderStatusId in interface OrderStatusHistoryIforderStatusId - The orderStatusId to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||