Class ValuePair
java.lang.Object
io.ebean.ValuePair
Holds two values as the result of a difference comparison.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the new value.Return the old value.voidsetNewValue(Object newValue) Set the new value.voidsetOldValue(Object oldValue) Set the old value.toString()
-
Field Details
-
newValue
-
oldValue
-
-
Constructor Details
-
ValuePair
public ValuePair()Default constructor for JSON tools. -
ValuePair
-
-
Method Details
-
getNewValue
Return the new value. -
getOldValue
Return the old value. -
setNewValue
Set the new value. -
setOldValue
Set the old value. -
toString
-