org.jasig.portal.portlets
Class BooleanAttribute

java.lang.Object
  extended by org.jasig.portal.portlets.BooleanAttribute
All Implemented Interfaces:
Serializable

public class BooleanAttribute
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

BooleanAttribute

public BooleanAttribute()

BooleanAttribute

public BooleanAttribute(boolean value)
Method Detail

getValue

public boolean getValue()
Returns:
the value

setValue

public void setValue(boolean value)
Parameters:
value - the value to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.