public class AuditHistorySoapRow extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MOVE |
static String |
UPDATE |
Constructor and Description |
---|
AuditHistorySoapRow() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Returns 'comment'.
|
Date |
getDateModified()
Returns 'dateModified'.
|
String |
getModifiedBy()
Returns 'modifiedBy'.
|
String |
getModifierFullName()
Returns 'modifierFullName'.
|
String |
getNewValue()
Returns 'newValue'.
|
String |
getOldValue()
Returns 'oldValue'.
|
String |
getOperation()
Returns 'operation'.
|
String |
getPropertyName()
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'.
|
public static final String UPDATE
public static final String MOVE
public String getOperation()
public void setOperation(String operation)
operation
- Value of 'operation'.public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName
- Value of 'propertyName'.public String getOldValue()
public void setOldValue(String oldValue)
oldValue
- Value of 'oldValue'.public String getNewValue()
public void setNewValue(String newValue)
newValue
- Value of 'newValue'.public String getComment()
public void setComment(String comment)
comment
- Value of 'comment'.public String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy
- Value of 'modifiedBy'.public String getModifierFullName()
public void setModifierFullName(String modifierFullName)
modifierFullName
- Value of 'modifierFullName'.public Date getDateModified()
public void setDateModified(Date dateModified)
dateModified
- Value of 'dateModified'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.