|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.BooleanLock
public class BooleanLock
A simple object with a boolean property.
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 |
---|
protected boolean flag
Constructor Detail |
---|
public BooleanLock()
public BooleanLock(boolean value)
Method Detail |
---|
public boolean getValue()
public void setValue(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |