org.evolvis
Class ArtifactChangeLog

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

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

See Also:
Serialized Form

Constructor Summary
ArtifactChangeLog()
           
ArtifactChangeLog(java.lang.String field_name, java.lang.String old_value, int date, java.lang.String user_name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDate()
          Gets the date value for this ArtifactChangeLog.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getField_name()
          Gets the field_name value for this ArtifactChangeLog.
 java.lang.String getOld_value()
          Gets the old_value value for this ArtifactChangeLog.
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
 java.lang.String getUser_name()
          Gets the user_name value for this ArtifactChangeLog.
 int hashCode()
           
 void setDate(int date)
          Sets the date value for this ArtifactChangeLog.
 void setField_name(java.lang.String field_name)
          Sets the field_name value for this ArtifactChangeLog.
 void setOld_value(java.lang.String old_value)
          Sets the old_value value for this ArtifactChangeLog.
 void setUser_name(java.lang.String user_name)
          Sets the user_name value for this ArtifactChangeLog.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactChangeLog

public ArtifactChangeLog()

ArtifactChangeLog

public ArtifactChangeLog(java.lang.String field_name,
                         java.lang.String old_value,
                         int date,
                         java.lang.String user_name)
Method Detail

getField_name

public java.lang.String getField_name()
Gets the field_name value for this ArtifactChangeLog.

Returns:
field_name

setField_name

public void setField_name(java.lang.String field_name)
Sets the field_name value for this ArtifactChangeLog.

Parameters:
field_name -

getOld_value

public java.lang.String getOld_value()
Gets the old_value value for this ArtifactChangeLog.

Returns:
old_value

setOld_value

public void setOld_value(java.lang.String old_value)
Sets the old_value value for this ArtifactChangeLog.

Parameters:
old_value -

getDate

public int getDate()
Gets the date value for this ArtifactChangeLog.

Returns:
date

setDate

public void setDate(int date)
Sets the date value for this ArtifactChangeLog.

Parameters:
date -

getUser_name

public java.lang.String getUser_name()
Gets the user_name value for this ArtifactChangeLog.

Returns:
user_name

setUser_name

public void setUser_name(java.lang.String user_name)
Sets the user_name value for this ArtifactChangeLog.

Parameters:
user_name -

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.