Synergy Home Page

au.edu.swin.synergy.plugin.repository
Class BBoolean

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.repository.BBoolean

public class BBoolean
extends Object
implements Serializable

A boolean in an object

See Also:
Serialized Form

Constructor Summary
BBoolean()
           
BBoolean(boolean fValue)
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean fValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoolean

public BBoolean(boolean fValue)

BBoolean

public BBoolean()
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean fValue)

Synergy Home Page