com.nhncorp.neptune.common
Class MutableBoolean

java.lang.Object
  extended by com.nhncorp.neptune.common.MutableBoolean

public class MutableBoolean
extends java.lang.Object


Constructor Summary
MutableBoolean(boolean value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean isTrue()
           
 void setValue(boolean value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableBoolean

public MutableBoolean(boolean value)
Method Detail

setValue

public void setValue(boolean value)

isTrue

public boolean isTrue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object