org.pentaho.commons.util.repository.type
Class PropertyBoolean

java.lang.Object
  extended by org.pentaho.commons.util.repository.type.CmisProperty
      extended by org.pentaho.commons.util.repository.type.PropertyBoolean

public class PropertyBoolean
extends CmisProperty


Constructor Summary
PropertyBoolean(String name)
           
PropertyBoolean(String name, boolean value)
           
 
Method Summary
 Boolean getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class org.pentaho.commons.util.repository.type.CmisProperty
getName, getPropertyType, setName, setPropertyType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyBoolean

public PropertyBoolean(String name)

PropertyBoolean

public PropertyBoolean(String name,
                       boolean value)
Method Detail

getValue

public Boolean getValue()
Specified by:
getValue in class CmisProperty

setValue

public void setValue(Object value)