org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyDecimalDefinitionImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition<java.math.BigDecimal>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDecimalDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, ExtensionsData, PropertyDecimalDefinition, PropertyDefinition<java.math.BigDecimal>
public class PropertyDecimalDefinitionImpl
- extends AbstractPropertyDefinition<java.math.BigDecimal>
- implements PropertyDecimalDefinition
Decimal property definition data implementation.
- Author:
- Florian Müller
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatability, toString |
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.definitions.PropertyDefinition |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired |
PropertyDecimalDefinitionImpl
public PropertyDecimalDefinitionImpl()
getMinValue
public java.math.BigDecimal getMinValue()
- Specified by:
getMinValue
in interface PropertyDecimalDefinition
setMinValue
public void setMinValue(java.math.BigDecimal minValue)
getMaxValue
public java.math.BigDecimal getMaxValue()
- Specified by:
getMaxValue
in interface PropertyDecimalDefinition
setMaxValue
public void setMaxValue(java.math.BigDecimal maxValue)
getPrecision
public DecimalPrecision getPrecision()
- Specified by:
getPrecision
in interface PropertyDecimalDefinition
setPrecision
public void setPrecision(DecimalPrecision precision)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.