|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition<java.math.BigInteger>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIntegerDefinitionImpl
public class PropertyIntegerDefinitionImpl
Boolean property definition data implementation.
Constructor Summary | |
---|---|
PropertyIntegerDefinitionImpl()
|
Method Summary | |
---|---|
java.math.BigInteger |
getMaxValue()
|
java.math.BigInteger |
getMinValue()
|
void |
setMaxValue(java.math.BigInteger maxValue)
|
void |
setMinValue(java.math.BigInteger minValue)
|
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 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.definitions.PropertyDefinition |
---|
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Constructor Detail |
---|
public PropertyIntegerDefinitionImpl()
Method Detail |
---|
public java.math.BigInteger getMinValue()
getMinValue
in interface PropertyIntegerDefinition
public void setMinValue(java.math.BigInteger minValue)
public java.math.BigInteger getMaxValue()
getMaxValue
in interface PropertyIntegerDefinition
public void setMaxValue(java.math.BigInteger maxValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |