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

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

public class PropertyDecimal
extends CmisProperty


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

PropertyDecimal

public PropertyDecimal(String name)

PropertyDecimal

public PropertyDecimal(String name,
                       BigDecimal value)
Method Detail

getValue

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

setValue

public void setValue(Object value)