com.konakart.wsapp
Class OrderStatusHistory

java.lang.Object
  extended by com.konakart.wsapp.OrderStatusHistory
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
OrderStatusHistory()
           
OrderStatusHistory(java.lang.String comments, boolean customerNotified, java.util.Calendar dateAdded, int id, int orderId, java.lang.String orderStatus, int orderStatusId, int updatedById)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComments()
          Gets the comments value for this OrderStatusHistory.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this OrderStatusHistory.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this OrderStatusHistory.
 int getOrderId()
          Gets the orderId value for this OrderStatusHistory.
 java.lang.String getOrderStatus()
          Gets the orderStatus value for this OrderStatusHistory.
 int getOrderStatusId()
          Gets the orderStatusId value for this OrderStatusHistory.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getUpdatedById()
          Gets the updatedById value for this OrderStatusHistory.
 int hashCode()
           
 boolean isCustomerNotified()
          Gets the customerNotified value for this OrderStatusHistory.
 void setComments(java.lang.String comments)
          Sets the comments value for this OrderStatusHistory.
 void setCustomerNotified(boolean customerNotified)
          Sets the customerNotified value for this OrderStatusHistory.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this OrderStatusHistory.
 void setId(int id)
          Sets the id value for this OrderStatusHistory.
 void setOrderId(int orderId)
          Sets the orderId value for this OrderStatusHistory.
 void setOrderStatus(java.lang.String orderStatus)
          Sets the orderStatus value for this OrderStatusHistory.
 void setOrderStatusId(int orderStatusId)
          Sets the orderStatusId value for this OrderStatusHistory.
 void setUpdatedById(int updatedById)
          Sets the updatedById value for this OrderStatusHistory.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderStatusHistory

public OrderStatusHistory()

OrderStatusHistory

public OrderStatusHistory(java.lang.String comments,
                          boolean customerNotified,
                          java.util.Calendar dateAdded,
                          int id,
                          int orderId,
                          java.lang.String orderStatus,
                          int orderStatusId,
                          int updatedById)
Method Detail

getComments

public java.lang.String getComments()
Gets the comments value for this OrderStatusHistory.

Returns:
comments

setComments

public void setComments(java.lang.String comments)
Sets the comments value for this OrderStatusHistory.

Parameters:
comments -

isCustomerNotified

public boolean isCustomerNotified()
Gets the customerNotified value for this OrderStatusHistory.

Returns:
customerNotified

setCustomerNotified

public void setCustomerNotified(boolean customerNotified)
Sets the customerNotified value for this OrderStatusHistory.

Parameters:
customerNotified -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this OrderStatusHistory.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this OrderStatusHistory.

Parameters:
dateAdded -

getId

public int getId()
Gets the id value for this OrderStatusHistory.

Returns:
id

setId

public void setId(int id)
Sets the id value for this OrderStatusHistory.

Parameters:
id -

getOrderId

public int getOrderId()
Gets the orderId value for this OrderStatusHistory.

Returns:
orderId

setOrderId

public void setOrderId(int orderId)
Sets the orderId value for this OrderStatusHistory.

Parameters:
orderId -

getOrderStatus

public java.lang.String getOrderStatus()
Gets the orderStatus value for this OrderStatusHistory.

Returns:
orderStatus

setOrderStatus

public void setOrderStatus(java.lang.String orderStatus)
Sets the orderStatus value for this OrderStatusHistory.

Parameters:
orderStatus -

getOrderStatusId

public int getOrderStatusId()
Gets the orderStatusId value for this OrderStatusHistory.

Returns:
orderStatusId

setOrderStatusId

public void setOrderStatusId(int orderStatusId)
Sets the orderStatusId value for this OrderStatusHistory.

Parameters:
orderStatusId -

getUpdatedById

public int getUpdatedById()
Gets the updatedById value for this OrderStatusHistory.

Returns:
updatedById

setUpdatedById

public void setUpdatedById(int updatedById)
Sets the updatedById value for this OrderStatusHistory.

Parameters:
updatedById -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.