portal.core.model
Interface BooleanModel

All Superinterfaces:
Model, java.io.Serializable
All Known Implementing Classes:
SimpleBooleanModel

public interface BooleanModel
extends Model


Method Summary
 boolean getValue()
           
 void setValue(boolean bool)
           
 

Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean bool)