aminePlatform.util
Class AmineBoolean

java.lang.Object
  extended byaminePlatform.util.AmineBoolean
All Implemented Interfaces:
java.lang.Cloneable, Muable

public class AmineBoolean
extends java.lang.Object
implements Muable, java.lang.Cloneable

Title : util.AmineBoolean Class

Description : like Boolean, AmineBoolean is a Wrapper class for boolean value, but unlike Boolean, the value of an AmineBoolean object can be modified; the value is muable, that is why this class implements the Muable interface.

Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Constructor Summary
AmineBoolean(boolean b)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 boolean getBoolean()
           
 boolean isTrue()
           
 void setBoolean(boolean b)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmineBoolean

public AmineBoolean(boolean b)
Method Detail

getBoolean

public boolean getBoolean()

isTrue

public boolean isTrue()

setBoolean

public void setBoolean(boolean b)

clone

public java.lang.Object clone()
Specified by:
clone in interface Muable

equals

public boolean equals(java.lang.Object obj)

toString

public java.lang.String toString()