com.vasoftware.sf.soap44.webservices.sfmain
Class AuditHistorySoapRow

java.lang.Object
  extended by com.vasoftware.sf.soap44.webservices.sfmain.AuditHistorySoapRow

public class AuditHistorySoapRow
extends java.lang.Object

AuditHistorySoapList class represents the audit history of an object.

Since:
4.1-SP3

Constructor Summary
AuditHistorySoapRow()
           
 
Method Summary
 java.lang.String getComment()
          Returns 'comment'.
 java.util.Date getDateModified()
          Returns 'dateModified'.
 java.lang.String getModifiedBy()
          Returns 'modifiedBy'.
 java.lang.String getModifierFullName()
          Returns 'modifierFullName'.
 java.lang.String getNewValue()
          Returns 'newValue'.
 java.lang.String getOldValue()
          Returns 'oldValue'.
 java.lang.String getOperation()
          Returns 'operation'.
 java.lang.String getPropertyName()
          Returns 'propertyName'.
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setComment(java.lang.String comment)
          Sets 'comment'.
 void setDateModified(java.util.Date dateModified)
          Sets 'dateModified'.
 void setModifiedBy(java.lang.String modifiedBy)
          Sets 'modifiedBy'.
 void setModifierFullName(java.lang.String modifierFullName)
          Sets 'modifierFullName'.
 void setNewValue(java.lang.String newValue)
          Sets 'newValue'.
 void setOldValue(java.lang.String oldValue)
          Sets 'oldValue'.
 void setOperation(java.lang.String operation)
          Sets 'operation'.
 void setPropertyName(java.lang.String propertyName)
          Sets 'propertyName'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditHistorySoapRow

public AuditHistorySoapRow()
Method Detail

getOperation

public java.lang.String getOperation()
Returns 'operation'. Name of the operation (UPDATE or MOVE)

Returns:
Value of 'operation'.

setOperation

public void setOperation(java.lang.String operation)
Sets 'operation'. Name of the operation (UPDATE or MOVE)

Parameters:
operation - Value of 'operation'.

getPropertyName

public java.lang.String getPropertyName()
Returns 'propertyName'. Name of the modified property.

Returns:
Value of 'propertyName'.

setPropertyName

public void setPropertyName(java.lang.String propertyName)
Sets 'propertyName'. Name of the modified property.

Parameters:
propertyName - Value of 'propertyName'.

getOldValue

public java.lang.String getOldValue()
Returns 'oldValue'. Old value of the property.

Returns:
Value of 'oldValue'.

setOldValue

public void setOldValue(java.lang.String oldValue)
Sets 'oldValue'. Old value of the property.

Parameters:
oldValue - Value of 'oldValue'.

getNewValue

public java.lang.String getNewValue()
Returns 'newValue'. Modified value of the property.

Returns:
Value of 'newValue'.

setNewValue

public void setNewValue(java.lang.String newValue)
Sets 'newValue'. Modified value of the property.

Parameters:
newValue - Value of 'newValue'.

getComment

public java.lang.String getComment()
Returns 'comment'. Comment associated with this change.

Returns:
Value of 'comment'.

setComment

public void setComment(java.lang.String comment)
Sets 'comment'. Comment associated with this change.

Parameters:
comment - Value of 'comment'.

getModifiedBy

public java.lang.String getModifiedBy()
Returns 'modifiedBy'. Name of the user who modified this property.

Returns:
Value of 'modifiedBy'.

setModifiedBy

public void setModifiedBy(java.lang.String modifiedBy)
Sets 'modifiedBy'. Name of the user who modified this property.

Parameters:
modifiedBy - Value of 'modifiedBy'.

getModifierFullName

public java.lang.String getModifierFullName()
Returns 'modifierFullName'. Full name of the user who modified this property.

Returns:
Value of 'modifierFullName'.

setModifierFullName

public void setModifierFullName(java.lang.String modifierFullName)
Sets 'modifierFullName'. Full name of the user who modified this property.

Parameters:
modifierFullName - Value of 'modifierFullName'.

getDateModified

public java.util.Date getDateModified()
Returns 'dateModified'. Date when the property was modified.

Returns:
Value of 'dateModified'.

setDateModified

public void setDateModified(java.util.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)