util
Class SettableBoolean

java.lang.Object
  extended by util.SettableBoolean

public class SettableBoolean
extends Object

Suckers set Booleans final.


Field Summary
private  boolean bol
           
 
Constructor Summary
SettableBoolean(boolean v)
           
SettableBoolean(String s)
           
 
Method Summary
 boolean booleanValue()
           
 int hashCode()
           
 void setValue(boolean to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bol

private boolean bol
Constructor Detail

SettableBoolean

public SettableBoolean(boolean v)

SettableBoolean

public SettableBoolean(String s)
Method Detail

booleanValue

public boolean booleanValue()

setValue

public void setValue(boolean to)

hashCode

public int hashCode()
Overrides:
hashCode in class Object