edu.ucdavis.rj
Class PairBoolean

java.lang.Object
  extended by edu.ucdavis.rj.PairBoolean

public class PairBoolean
extends java.lang.Object


Constructor Summary
PairBoolean(boolean first, boolean second)
           
 
Method Summary
 boolean getFirstValue()
           
 boolean getSecondValue()
           
 void setFirstValue(boolean value)
           
 void setSecondValue(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairBoolean

public PairBoolean(boolean first,
                   boolean second)
Method Detail

getFirstValue

public boolean getFirstValue()

setFirstValue

public void setFirstValue(boolean value)

getSecondValue

public boolean getSecondValue()

setSecondValue

public void setSecondValue(boolean value)