com.konakartadmin.app
Class AdminOrderStatusHistory

java.lang.Object
  extended by com.konakartadmin.app.AdminOrderStatusHistory
All Implemented Interfaces:
AdminObjectIf

public class AdminOrderStatusHistory
extends java.lang.Object
implements AdminObjectIf

OrderStatusHistory object for the Admin App


Field Summary
private  java.lang.String comments
          comments
private  boolean customerNotified
          customerNotified
private  java.util.Date dateAdded
          dateAdded
private  int id
          id
private  int orderId
          orderId
private  java.lang.String orderStatus
          orderStatus
private  int orderStatusId
          orderStatusId
private  int updatedById
          updatedById
 
Constructor Summary
AdminOrderStatusHistory()
          Constructor
AdminOrderStatusHistory(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()
           
 java.util.Date getDateAdded()
           
 int getId()
           
 int getOrderId()
           
 java.lang.String getOrderStatus()
           
 int getOrderStatusId()
           
 int getUpdatedById()
           
 boolean isCustomerNotified()
           
 void setComments(java.lang.String comments)
           
 void setCustomerNotified(boolean customerNotified)
           
 void setDateAdded(java.util.Date dateAdded)
           
 void setId(int id)
           
 void setOrderId(int orderId)
           
 void setOrderStatus(java.lang.String orderStatus)
           
 void setOrderStatusId(int orderStatusId)
           
 void setUpdatedById(int updatedById)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private int id
id


orderId

private int orderId
orderId


orderStatusId

private int orderStatusId
orderStatusId


orderStatus

private java.lang.String orderStatus
orderStatus


updatedById

private int updatedById
updatedById


dateAdded

private java.util.Date dateAdded
dateAdded


customerNotified

private boolean customerNotified
customerNotified


comments

private java.lang.String comments
comments

Constructor Detail

AdminOrderStatusHistory

public AdminOrderStatusHistory()
Constructor


AdminOrderStatusHistory

public AdminOrderStatusHistory(com.workingdogs.village.Record vr,
                               org.apache.torque.util.Criteria c)
                        throws com.workingdogs.village.DataSetException
Instantiates the attributes of the OrderStatus object from a Record object

Parameters:
vr - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface AdminObjectIf
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the OrderStatusHistory object.

getComments

public java.lang.String getComments()
Returns:
Returns the comments.

setComments

public void setComments(java.lang.String comments)
Parameters:
comments - The comments to set.

isCustomerNotified

public boolean isCustomerNotified()
Returns:
Returns the customerNotified.

setCustomerNotified

public void setCustomerNotified(boolean customerNotified)
Parameters:
customerNotified - The customerNotified to set.

getDateAdded

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

setDateAdded

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

getId

public int getId()
Specified by:
getId in interface AdminObjectIf
Returns:
Returns the id.

setId

public void setId(int id)
Specified by:
setId in interface AdminObjectIf
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.

getUpdatedById

public int getUpdatedById()
Returns:
the updatedById

setUpdatedById

public void setUpdatedById(int updatedById)
Parameters:
updatedById - the updatedById to set


Copyright © 2011 DS Data Systems UK Ltd.