com.konakart.rmi.app
Class S_OrderStatusHistory

java.lang.Object
  extended by com.konakart.rmi.app.S_OrderStatusHistory
All Implemented Interfaces:
java.io.Serializable

public class S_OrderStatusHistory
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
S_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()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_OrderStatusHistory

public S_OrderStatusHistory()
Method Detail

getComments

public java.lang.String getComments()
Comments may be added to explain the status change.

Returns:
Returns the comments.

setComments

public void setComments(java.lang.String _comments)
Comments may be added to explain the status change.

Parameters:
_comments - The comments to set.

isCustomerNotified

public boolean isCustomerNotified()
When true, the customer is notified of the status change.

Returns:
Returns the customerNotified.

setCustomerNotified

public void setCustomerNotified(boolean _customerNotified)
When true, the customer is notified of the status change.

Parameters:
_customerNotified - The customerNotified to set.

getDateAdded

public java.util.Calendar getDateAdded()
Returns:
Returns the dateAdded.

setDateAdded

public void setDateAdded(java.util.Calendar _dateAdded)
Parameters:
_dateAdded - The dateAdded to set.

getId

public int getId()
Returns:
Returns the id.

setId

public void setId(int _id)
Parameters:
_id - The id to set.

getOrderId

public int getOrderId()
Returns:
Returns the orderId.

setOrderId

public void setOrderId(int _orderId)
Parameters:
_orderId - The orderId to set.

getOrderStatus

public java.lang.String getOrderStatus()
Returns:
Returns the orderStatus.

setOrderStatus

public void setOrderStatus(java.lang.String _orderStatus)
Parameters:
_orderStatus - The orderStatus to set.

getOrderStatusId

public int getOrderStatusId()
Returns:
Returns the orderStatusId.

setOrderStatusId

public void setOrderStatusId(int _orderStatusId)
Parameters:
_orderStatusId - The orderStatusId to set.


Copyright © 2011 DS Data Systems UK Ltd.