org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyDecimalImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<BigDecimal>
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
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 |
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.