portal.core.model
Class SimpleBooleanModel

java.lang.Object
  extended byportal.core.model.SimpleBooleanModel
All Implemented Interfaces:
BooleanModel, Model, java.io.Serializable

public class SimpleBooleanModel
extends java.lang.Object
implements BooleanModel

See Also:
Serialized Form

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

Constructor Detail

SimpleBooleanModel

public SimpleBooleanModel()

SimpleBooleanModel

public SimpleBooleanModel(boolean initialValue)
Method Detail

getValue

public boolean getValue()
Specified by:
getValue in interface BooleanModel

setValue

public void setValue(boolean newValue)
Specified by:
setValue in interface BooleanModel