org.evolvis
Class ProjectMessage

java.lang.Object
  extended by org.evolvis.ProjectMessage
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ProjectMessage()
           
ProjectMessage(int project_message_id, int project_task_id, java.lang.String body, int postdate, int posted_by)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBody()
          Gets the body value for this ProjectMessage.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getPostdate()
          Gets the postdate value for this ProjectMessage.
 int getPosted_by()
          Gets the posted_by value for this ProjectMessage.
 int getProject_message_id()
          Gets the project_message_id value for this ProjectMessage.
 int getProject_task_id()
          Gets the project_task_id value for this ProjectMessage.
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 hashCode()
           
 void setBody(java.lang.String body)
          Sets the body value for this ProjectMessage.
 void setPostdate(int postdate)
          Sets the postdate value for this ProjectMessage.
 void setPosted_by(int posted_by)
          Sets the posted_by value for this ProjectMessage.
 void setProject_message_id(int project_message_id)
          Sets the project_message_id value for this ProjectMessage.
 void setProject_task_id(int project_task_id)
          Sets the project_task_id value for this ProjectMessage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectMessage

public ProjectMessage()

ProjectMessage

public ProjectMessage(int project_message_id,
                      int project_task_id,
                      java.lang.String body,
                      int postdate,
                      int posted_by)
Method Detail

getProject_message_id

public int getProject_message_id()
Gets the project_message_id value for this ProjectMessage.

Returns:
project_message_id

setProject_message_id

public void setProject_message_id(int project_message_id)
Sets the project_message_id value for this ProjectMessage.

Parameters:
project_message_id -

getProject_task_id

public int getProject_task_id()
Gets the project_task_id value for this ProjectMessage.

Returns:
project_task_id

setProject_task_id

public void setProject_task_id(int project_task_id)
Sets the project_task_id value for this ProjectMessage.

Parameters:
project_task_id -

getBody

public java.lang.String getBody()
Gets the body value for this ProjectMessage.

Returns:
body

setBody

public void setBody(java.lang.String body)
Sets the body value for this ProjectMessage.

Parameters:
body -

getPostdate

public int getPostdate()
Gets the postdate value for this ProjectMessage.

Returns:
postdate

setPostdate

public void setPostdate(int postdate)
Sets the postdate value for this ProjectMessage.

Parameters:
postdate -

getPosted_by

public int getPosted_by()
Gets the posted_by value for this ProjectMessage.

Returns:
posted_by

setPosted_by

public void setPosted_by(int posted_by)
Sets the posted_by value for this ProjectMessage.

Parameters:
posted_by -

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 © 2007. All Rights Reserved.