Class AuditHistorySoapRow
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.AuditHistorySoapRow
AuditHistorySoapList class represents the audit history of an object.
- Since:
- 4.1-SP3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'comment'.Returns 'dateModified'.Returns 'modifiedBy'.Returns 'modifierFullName'.Returns 'newValue'.Returns 'oldValue'.Returns 'operation'.Returns 'propertyName'.static voidregisterTypeMappings(org.apache.axis.client.Call call) voidsetComment(String comment) Sets 'comment'.voidsetDateModified(Date dateModified) Sets 'dateModified'.voidsetModifiedBy(String modifiedBy) Sets 'modifiedBy'.voidsetModifierFullName(String modifierFullName) Sets 'modifierFullName'.voidsetNewValue(String newValue) Sets 'newValue'.voidsetOldValue(String oldValue) Sets 'oldValue'.voidsetOperation(String operation) Sets 'operation'.voidsetPropertyName(String propertyName) Sets 'propertyName'.
-
Field Details
-
UPDATE
- See Also:
-
MOVE
- See Also:
-
-
Constructor Details
-
AuditHistorySoapRow
public AuditHistorySoapRow()
-
-
Method Details
-
getOperation
Returns 'operation'. Name of the operation (UPDATE or MOVE) {- Returns:
- Value of 'operation'.
-
setOperation
Sets 'operation'. Name of the operation (UPDATE or MOVE) {- Parameters:
operation- Value of 'operation'.
-
getPropertyName
Returns 'propertyName'. Name of the modified property.- Returns:
- Value of 'propertyName'.
-
setPropertyName
Sets 'propertyName'. Name of the modified property.- Parameters:
propertyName- Value of 'propertyName'.
-
getOldValue
Returns 'oldValue'. Old value of the property.- Returns:
- Value of 'oldValue'.
-
setOldValue
Sets 'oldValue'. Old value of the property.- Parameters:
oldValue- Value of 'oldValue'.
-
getNewValue
Returns 'newValue'. Modified value of the property.- Returns:
- Value of 'newValue'.
-
setNewValue
Sets 'newValue'. Modified value of the property.- Parameters:
newValue- Value of 'newValue'.
-
getComment
Returns 'comment'. Comment associated with this change.- Returns:
- Value of 'comment'.
-
setComment
Sets 'comment'. Comment associated with this change.- Parameters:
comment- Value of 'comment'.
-
getModifiedBy
Returns 'modifiedBy'. Name of the user who modified this property.- Returns:
- Value of 'modifiedBy'.
-
setModifiedBy
Sets 'modifiedBy'. Name of the user who modified this property.- Parameters:
modifiedBy- Value of 'modifiedBy'.
-
getModifierFullName
Returns 'modifierFullName'. Full name of the user who modified this property.- Returns:
- Value of 'modifierFullName'.
-
setModifierFullName
Sets 'modifierFullName'. Full name of the user who modified this property.- Parameters:
modifierFullName- Value of 'modifierFullName'.
-
getDateModified
Returns 'dateModified'. Date when the property was modified.- Returns:
- Value of 'dateModified'.
-
setDateModified
Sets 'dateModified'. Date when the property was modified.- Parameters:
dateModified- Value of 'dateModified'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-