com.avaje.ebean
Class ValuePair

java.lang.Object
  extended by com.avaje.ebean.ValuePair

public class ValuePair
extends Object

Holds two values as the result of a difference comparison.


Constructor Summary
ValuePair(Object value1, Object value2)
           
 
Method Summary
 Object getValue1()
          Return the first value.
 Object getValue2()
          Return the second value.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValuePair

public ValuePair(Object value1,
                 Object value2)
Method Detail

getValue1

public Object getValue1()
Return the first value.


getValue2

public Object getValue2()
Return the second value.


toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010. All Rights Reserved.