org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyDecimalImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<BigDecimal>
          extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDecimalImpl
All Implemented Interfaces:
Serializable, ExtensionsData, PropertyData<BigDecimal>, PropertyDecimal

public class PropertyDecimalImpl
extends AbstractPropertyData<BigDecimal>
implements PropertyDecimal

Decimal property data implementation.

See Also:
Serialized Form

Constructor Summary
PropertyDecimalImpl()
           
PropertyDecimalImpl(String id, BigDecimal value)
           
PropertyDecimalImpl(String id, List<BigDecimal> values)
           
 
Method Summary
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName, setValue, setValues, toString
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.PropertyData
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Constructor Detail

PropertyDecimalImpl

public PropertyDecimalImpl()

PropertyDecimalImpl

public PropertyDecimalImpl(String id,
                           List<BigDecimal> values)

PropertyDecimalImpl

public PropertyDecimalImpl(String id,
                           BigDecimal value)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.