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