org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyIntegerDefinitionImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition<BigInteger>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIntegerDefinitionImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, PropertyDefinition<BigInteger>, PropertyIntegerDefinition
public class PropertyIntegerDefinitionImpl
- extends AbstractPropertyDefinition<BigInteger>
- implements PropertyIntegerDefinition
Boolean 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 interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired |
PropertyIntegerDefinitionImpl
public PropertyIntegerDefinitionImpl()
getMinValue
public BigInteger getMinValue()
- Specified by:
getMinValue
in interface PropertyIntegerDefinition
setMinValue
public void setMinValue(BigInteger minValue)
getMaxValue
public BigInteger getMaxValue()
- Specified by:
getMaxValue
in interface PropertyIntegerDefinition
setMaxValue
public void setMaxValue(BigInteger maxValue)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.