public class ApiEditHistoryFieldChange
extends java.lang.Object
Java class for apiEditHistoryFieldChange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="apiEditHistoryFieldChange"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="columnName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="newValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="oldValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
columnName |
protected java.lang.String |
newValue |
protected java.lang.String |
oldValue |
Constructor and Description |
---|
ApiEditHistoryFieldChange() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Gets the value of the columnName property.
|
java.lang.String |
getNewValue()
Gets the value of the newValue property.
|
java.lang.String |
getOldValue()
Gets the value of the oldValue property.
|
void |
setColumnName(java.lang.String value)
Sets the value of the columnName property.
|
void |
setNewValue(java.lang.String value)
Sets the value of the newValue property.
|
void |
setOldValue(java.lang.String value)
Sets the value of the oldValue property.
|
protected java.lang.String columnName
protected java.lang.String newValue
protected java.lang.String oldValue
public java.lang.String getColumnName()
String
public void setColumnName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNewValue()
String
public void setNewValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOldValue()
String
public void setOldValue(java.lang.String value)
value
- allowed object is
String