public class PropertyDecimalImpl extends AbstractPropertyData<BigDecimal> implements MutablePropertyDecimal
| Constructor and Description |
|---|
PropertyDecimalImpl() |
PropertyDecimalImpl(PropertyDefinition<BigDecimal> propDef,
BigDecimal value) |
PropertyDecimalImpl(PropertyDefinition<BigDecimal> propDef,
List<BigDecimal> values) |
PropertyDecimalImpl(String id,
BigDecimal value) |
PropertyDecimalImpl(String id,
List<BigDecimal> values) |
getDisplayName, getFirstValue, getId, getLocalName, getPropertyDefinition, getQueryName, getValues, setDisplayName, setId, setLocalName, setPropertyDefinition, setQueryName, setValue, setValues, toStringgetExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetDisplayName, setId, setLocalName, setQueryName, setValue, setValuesgetDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValuesgetExtensions, setExtensionspublic PropertyDecimalImpl()
public PropertyDecimalImpl(String id, List<BigDecimal> values)
public PropertyDecimalImpl(String id, BigDecimal value)
public PropertyDecimalImpl(PropertyDefinition<BigDecimal> propDef, List<BigDecimal> values)
public PropertyDecimalImpl(PropertyDefinition<BigDecimal> propDef, BigDecimal value)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.