org.jasig.portal.utils
Class BooleanLock

java.lang.Object
  extended by org.jasig.portal.utils.BooleanLock

public class BooleanLock
extends java.lang.Object

A simple object with a boolean property.

Version:
$Revision: 1.2 $
Author:
Peter Kharchenko pkharchenko@interactivebusiness.com

Field Summary
protected  boolean flag
           
 
Constructor Summary
BooleanLock()
           
BooleanLock(boolean value)
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flag

protected boolean flag
Constructor Detail

BooleanLock

public BooleanLock()

BooleanLock

public BooleanLock(boolean value)
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean value)