hudson.plugins.sfee.webservice
Class AuditHistorySoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.AuditHistorySoapRow
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
AuditHistorySoapRow()
           
AuditHistorySoapRow(java.lang.String comment, java.util.Calendar dateModified, java.lang.String modifiedBy, java.lang.String modifierFullName, java.lang.String newValue, java.lang.String oldValue, java.lang.String operation, java.lang.String propertyName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComment()
          Gets the comment value for this AuditHistorySoapRow.
 java.util.Calendar getDateModified()
          Gets the dateModified value for this AuditHistorySoapRow.
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 getModifiedBy()
          Gets the modifiedBy value for this AuditHistorySoapRow.
 java.lang.String getModifierFullName()
          Gets the modifierFullName value for this AuditHistorySoapRow.
 java.lang.String getNewValue()
          Gets the newValue value for this AuditHistorySoapRow.
 java.lang.String getOldValue()
          Gets the oldValue value for this AuditHistorySoapRow.
 java.lang.String getOperation()
          Gets the operation value for this AuditHistorySoapRow.
 java.lang.String getPropertyName()
          Gets the propertyName value for this AuditHistorySoapRow.
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 setComment(java.lang.String comment)
          Sets the comment value for this AuditHistorySoapRow.
 void setDateModified(java.util.Calendar dateModified)
          Sets the dateModified value for this AuditHistorySoapRow.
 void setModifiedBy(java.lang.String modifiedBy)
          Sets the modifiedBy value for this AuditHistorySoapRow.
 void setModifierFullName(java.lang.String modifierFullName)
          Sets the modifierFullName value for this AuditHistorySoapRow.
 void setNewValue(java.lang.String newValue)
          Sets the newValue value for this AuditHistorySoapRow.
 void setOldValue(java.lang.String oldValue)
          Sets the oldValue value for this AuditHistorySoapRow.
 void setOperation(java.lang.String operation)
          Sets the operation value for this AuditHistorySoapRow.
 void setPropertyName(java.lang.String propertyName)
          Sets the propertyName value for this AuditHistorySoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditHistorySoapRow

public AuditHistorySoapRow()

AuditHistorySoapRow

public AuditHistorySoapRow(java.lang.String comment,
                           java.util.Calendar dateModified,
                           java.lang.String modifiedBy,
                           java.lang.String modifierFullName,
                           java.lang.String newValue,
                           java.lang.String oldValue,
                           java.lang.String operation,
                           java.lang.String propertyName)
Method Detail

getComment

public java.lang.String getComment()
Gets the comment value for this AuditHistorySoapRow.

Returns:
comment

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this AuditHistorySoapRow.

Parameters:
comment -

getDateModified

public java.util.Calendar getDateModified()
Gets the dateModified value for this AuditHistorySoapRow.

Returns:
dateModified

setDateModified

public void setDateModified(java.util.Calendar dateModified)
Sets the dateModified value for this AuditHistorySoapRow.

Parameters:
dateModified -

getModifiedBy

public java.lang.String getModifiedBy()
Gets the modifiedBy value for this AuditHistorySoapRow.

Returns:
modifiedBy

setModifiedBy

public void setModifiedBy(java.lang.String modifiedBy)
Sets the modifiedBy value for this AuditHistorySoapRow.

Parameters:
modifiedBy -

getModifierFullName

public java.lang.String getModifierFullName()
Gets the modifierFullName value for this AuditHistorySoapRow.

Returns:
modifierFullName

setModifierFullName

public void setModifierFullName(java.lang.String modifierFullName)
Sets the modifierFullName value for this AuditHistorySoapRow.

Parameters:
modifierFullName -

getNewValue

public java.lang.String getNewValue()
Gets the newValue value for this AuditHistorySoapRow.

Returns:
newValue

setNewValue

public void setNewValue(java.lang.String newValue)
Sets the newValue value for this AuditHistorySoapRow.

Parameters:
newValue -

getOldValue

public java.lang.String getOldValue()
Gets the oldValue value for this AuditHistorySoapRow.

Returns:
oldValue

setOldValue

public void setOldValue(java.lang.String oldValue)
Sets the oldValue value for this AuditHistorySoapRow.

Parameters:
oldValue -

getOperation

public java.lang.String getOperation()
Gets the operation value for this AuditHistorySoapRow.

Returns:
operation

setOperation

public void setOperation(java.lang.String operation)
Sets the operation value for this AuditHistorySoapRow.

Parameters:
operation -

getPropertyName

public java.lang.String getPropertyName()
Gets the propertyName value for this AuditHistorySoapRow.

Returns:
propertyName

setPropertyName

public void setPropertyName(java.lang.String propertyName)
Sets the propertyName value for this AuditHistorySoapRow.

Parameters:
propertyName -

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