|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.evolvis.ArtifactMessage
public class ArtifactMessage
Constructor Summary | |
---|---|
ArtifactMessage()
|
|
ArtifactMessage(int id,
int artifact_id,
java.lang.String body,
int adddate,
int user_id)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAdddate()
Gets the adddate value for this ArtifactMessage. |
int |
getArtifact_id()
Gets the artifact_id value for this ArtifactMessage. |
java.lang.String |
getBody()
Gets the body value for this ArtifactMessage. |
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 ArtifactMessage. |
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 |
getUser_id()
Gets the user_id value for this ArtifactMessage. |
int |
hashCode()
|
void |
setAdddate(int adddate)
Sets the adddate value for this ArtifactMessage. |
void |
setArtifact_id(int artifact_id)
Sets the artifact_id value for this ArtifactMessage. |
void |
setBody(java.lang.String body)
Sets the body value for this ArtifactMessage. |
void |
setId(int id)
Sets the id value for this ArtifactMessage. |
void |
setUser_id(int user_id)
Sets the user_id value for this ArtifactMessage. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArtifactMessage()
public ArtifactMessage(int id, int artifact_id, java.lang.String body, int adddate, int user_id)
Method Detail |
---|
public int getId()
public void setId(int id)
id
- public int getArtifact_id()
public void setArtifact_id(int artifact_id)
artifact_id
- public java.lang.String getBody()
public void setBody(java.lang.String body)
body
- public int getAdddate()
public void setAdddate(int adddate)
adddate
- public int getUser_id()
public void setUser_id(int user_id)
user_id
- 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 |