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 void
registerTypeMappings
(org.apache.axis.client.Call call) void
setComment
(String comment) Sets 'comment'.void
setDateModified
(Date dateModified) Sets 'dateModified'.void
setModifiedBy
(String modifiedBy) Sets 'modifiedBy'.void
setModifierFullName
(String modifierFullName) Sets 'modifierFullName'.void
setNewValue
(String newValue) Sets 'newValue'.void
setOldValue
(String oldValue) Sets 'oldValue'.void
setOperation
(String operation) Sets 'operation'.void
setPropertyName
(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)
-