|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.OrderStatusHistory
public class OrderStatusHistory
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 |
---|
public 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 |
---|
public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments
- public boolean isCustomerNotified()
public void setCustomerNotified(boolean customerNotified)
customerNotified
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public int getId()
public void setId(int id)
id
- public int getOrderId()
public void setOrderId(int orderId)
orderId
- public java.lang.String getOrderStatus()
public void setOrderStatus(java.lang.String orderStatus)
orderStatus
- public int getOrderStatusId()
public void setOrderStatusId(int orderStatusId)
orderStatusId
- public int getUpdatedById()
public void setUpdatedById(int updatedById)
updatedById
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |