| Constructor and Description | 
|---|
ValuePair()
Default constructor for JSON tools. 
 | 
ValuePair(Object newValue,
         Object oldValue)
Construct with the pair of new and old values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getNewValue()
Return the new value. 
 | 
Object | 
getOldValue()
Return the old value. 
 | 
void | 
setNewValue(Object newValue)
Set the new value. 
 | 
void | 
setOldValue(Object oldValue)
Set the old value. 
 | 
String | 
toString()  | 
public ValuePair()
public Object getNewValue()
public Object getOldValue()
public void setNewValue(Object newValue)
public void setOldValue(Object oldValue)
Copyright © 2019. All rights reserved.