Class AuditHistorySoapRow

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.AuditHistorySoapRow

public class AuditHistorySoapRow extends Object
AuditHistorySoapList class represents the audit history of an object.
Since:
4.1-SP3
  • Field Details

  • Constructor Details

    • AuditHistorySoapRow

      public AuditHistorySoapRow()
  • Method Details

    • getOperation

      public String getOperation()
      Returns 'operation'. Name of the operation (UPDATE or MOVE) {
      Returns:
      Value of 'operation'.
    • setOperation

      public void setOperation(String operation)
      Sets 'operation'. Name of the operation (UPDATE or MOVE) {
      Parameters:
      operation - Value of 'operation'.
    • getPropertyName

      public String getPropertyName()
      Returns 'propertyName'. Name of the modified property.
      Returns:
      Value of 'propertyName'.
    • setPropertyName

      public void setPropertyName(String propertyName)
      Sets 'propertyName'. Name of the modified property.
      Parameters:
      propertyName - Value of 'propertyName'.
    • getOldValue

      public String getOldValue()
      Returns 'oldValue'. Old value of the property.
      Returns:
      Value of 'oldValue'.
    • setOldValue

      public void setOldValue(String oldValue)
      Sets 'oldValue'. Old value of the property.
      Parameters:
      oldValue - Value of 'oldValue'.
    • getNewValue

      public String getNewValue()
      Returns 'newValue'. Modified value of the property.
      Returns:
      Value of 'newValue'.
    • setNewValue

      public void setNewValue(String newValue)
      Sets 'newValue'. Modified value of the property.
      Parameters:
      newValue - Value of 'newValue'.
    • getComment

      public String getComment()
      Returns 'comment'. Comment associated with this change.
      Returns:
      Value of 'comment'.
    • setComment

      public void setComment(String comment)
      Sets 'comment'. Comment associated with this change.
      Parameters:
      comment - Value of 'comment'.
    • getModifiedBy

      public String getModifiedBy()
      Returns 'modifiedBy'. Name of the user who modified this property.
      Returns:
      Value of 'modifiedBy'.
    • setModifiedBy

      public void setModifiedBy(String modifiedBy)
      Sets 'modifiedBy'. Name of the user who modified this property.
      Parameters:
      modifiedBy - Value of 'modifiedBy'.
    • getModifierFullName

      public String getModifierFullName()
      Returns 'modifierFullName'. Full name of the user who modified this property.
      Returns:
      Value of 'modifierFullName'.
    • setModifierFullName

      public void setModifierFullName(String modifierFullName)
      Sets 'modifierFullName'. Full name of the user who modified this property.
      Parameters:
      modifierFullName - Value of 'modifierFullName'.
    • getDateModified

      public Date getDateModified()
      Returns 'dateModified'. Date when the property was modified.
      Returns:
      Value of 'dateModified'.
    • setDateModified

      public void setDateModified(Date dateModified)
      Sets 'dateModified'. Date when the property was modified.
      Parameters:
      dateModified - Value of 'dateModified'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)