- java.lang.Object
-
- io.ebean.ValuePair
-
public class ValuePair extends Object
Holds two values as the result of a difference comparison.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetNewValue()Return the new value.ObjectgetOldValue()Return the old value.voidsetNewValue(Object newValue)Set the new value.voidsetOldValue(Object oldValue)Set the old value.StringtoString()
-