org.evolvis
Class ArtifactMessage

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

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

See Also:
Serialized Form

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

ArtifactMessage

public ArtifactMessage()

ArtifactMessage

public ArtifactMessage(int id,
                       int artifact_id,
                       java.lang.String body,
                       int adddate,
                       int user_id)
Method Detail

getId

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

Returns:
id

setId

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

Parameters:
id -

getArtifact_id

public int getArtifact_id()
Gets the artifact_id value for this ArtifactMessage.

Returns:
artifact_id

setArtifact_id

public void setArtifact_id(int artifact_id)
Sets the artifact_id value for this ArtifactMessage.

Parameters:
artifact_id -

getBody

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

Returns:
body

setBody

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

Parameters:
body -

getAdddate

public int getAdddate()
Gets the adddate value for this ArtifactMessage.

Returns:
adddate

setAdddate

public void setAdddate(int adddate)
Sets the adddate value for this ArtifactMessage.

Parameters:
adddate -

getUser_id

public int getUser_id()
Gets the user_id value for this ArtifactMessage.

Returns:
user_id

setUser_id

public void setUser_id(int user_id)
Sets the user_id value for this ArtifactMessage.

Parameters:
user_id -

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.