public class AuditHistorySoapRow extends Object implements Serializable
| Constructor and Description |
|---|
AuditHistorySoapRow() |
AuditHistorySoapRow(String comment,
Calendar dateModified,
String modifiedBy,
String modifierFullName,
String newValue,
String oldValue,
String operation,
String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComment()
Gets the comment value for this AuditHistorySoapRow.
|
Calendar |
getDateModified()
Gets the dateModified value for this AuditHistorySoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getModifiedBy()
Gets the modifiedBy value for this AuditHistorySoapRow.
|
String |
getModifierFullName()
Gets the modifierFullName value for this AuditHistorySoapRow.
|
String |
getNewValue()
Gets the newValue value for this AuditHistorySoapRow.
|
String |
getOldValue()
Gets the oldValue value for this AuditHistorySoapRow.
|
String |
getOperation()
Gets the operation value for this AuditHistorySoapRow.
|
String |
getPropertyName()
Gets the propertyName value for this AuditHistorySoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setComment(String comment)
Sets the comment value for this AuditHistorySoapRow.
|
void |
setDateModified(Calendar dateModified)
Sets the dateModified value for this AuditHistorySoapRow.
|
void |
setModifiedBy(String modifiedBy)
Sets the modifiedBy value for this AuditHistorySoapRow.
|
void |
setModifierFullName(String modifierFullName)
Sets the modifierFullName value for this AuditHistorySoapRow.
|
void |
setNewValue(String newValue)
Sets the newValue value for this AuditHistorySoapRow.
|
void |
setOldValue(String oldValue)
Sets the oldValue value for this AuditHistorySoapRow.
|
void |
setOperation(String operation)
Sets the operation value for this AuditHistorySoapRow.
|
void |
setPropertyName(String propertyName)
Sets the propertyName value for this AuditHistorySoapRow.
|
public String getComment()
public void setComment(String comment)
comment - public Calendar getDateModified()
public void setDateModified(Calendar dateModified)
dateModified - public String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - public String getModifierFullName()
public void setModifierFullName(String modifierFullName)
modifierFullName - public String getNewValue()
public void setNewValue(String newValue)
newValue - public String getOldValue()
public void setOldValue(String oldValue)
oldValue - public String getOperation()
public void setOperation(String operation)
operation - public String getPropertyName()
public void setPropertyName(String propertyName)
propertyName - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.