com.konakart.appif
Interface OrderStatusHistoryIf

All Known Implementing Classes:
OrderStatusHistory

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

getComments

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

Returns:
Returns the comments.

setComments

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

Parameters:
comments - The comments to set.

isCustomerNotified

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

Returns:
Returns the customerNotified.

setCustomerNotified

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

Parameters:
customerNotified - The customerNotified to set.

getDateAdded

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

setDateAdded

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

getId

int getId()
Returns:
Returns the id.

setId

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

getOrderId

int getOrderId()
Returns:
Returns the orderId.

setOrderId

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

getOrderStatus

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

setOrderStatus

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

getOrderStatusId

int getOrderStatusId()
Returns:
Returns the orderStatusId.

setOrderStatusId

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


Copyright © 2011 DS Data Systems UK Ltd.