uPortal 2.4.1
API Documentation

org.jasig.portal.utils
Class BooleanLock

java.lang.Object
  extended byorg.jasig.portal.utils.BooleanLock

public class BooleanLock
extends java.lang.Object

A simple object with a boolean property.

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

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

Constructor Detail

BooleanLock

public BooleanLock()

BooleanLock

public BooleanLock(boolean value)
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean value)

uPortal 2.4.1
API Documentation