org.agileclick.genorm.runtime
Class Pair<A,B>

java.lang.Object
  extended by org.agileclick.genorm.runtime.Pair<A,B>

public class Pair<A,B>
extends java.lang.Object


Constructor Summary
Pair()
           
Pair(A first, B second)
           
 
Method Summary
 A getFirst()
           
 B getSecond()
           
 void setFirst(A first)
           
 void setSecond(B second)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair()

Pair

public Pair(A first,
            B second)
Method Detail

getFirst

public A getFirst()

setFirst

public void setFirst(A first)

getSecond

public B getSecond()

setSecond

public void setSecond(B second)