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

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

public class PropertyInteger
extends CmisProperty


Constructor Summary
PropertyInteger(String name)
           
PropertyInteger(String name, Integer value)
           
 
Method Summary
 Integer 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

PropertyInteger

public PropertyInteger(String name)

PropertyInteger

public PropertyInteger(String name,
                       Integer value)
Method Detail

getValue

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

setValue

public void setValue(Object value)