|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ProjectMessage
public class ProjectMessage
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 |
---|
public ProjectMessage()
public ProjectMessage(int project_message_id, int project_task_id, java.lang.String body, int postdate, int posted_by)
Method Detail |
---|
public int getProject_message_id()
public void setProject_message_id(int project_message_id)
project_message_id
- public int getProject_task_id()
public void setProject_task_id(int project_task_id)
project_task_id
- public java.lang.String getBody()
public void setBody(java.lang.String body)
body
- public int getPostdate()
public void setPostdate(int postdate)
postdate
- public int getPosted_by()
public void setPosted_by(int posted_by)
posted_by
- 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 |