|
||||||||||
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.AbstractPropertyData<java.math.BigDecimal>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDecimalImpl
public class PropertyDecimalImpl
Decimal property data implementation.
Constructor Summary | |
---|---|
PropertyDecimalImpl()
|
|
PropertyDecimalImpl(java.lang.String id,
java.math.BigDecimal value)
|
|
PropertyDecimalImpl(java.lang.String id,
java.util.List<java.math.BigDecimal> values)
|
Method Summary |
---|
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 |
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.data.PropertyData |
---|
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues |
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
---|
getExtensions, setExtensions |
Constructor Detail |
---|
public PropertyDecimalImpl()
public PropertyDecimalImpl(java.lang.String id, java.util.List<java.math.BigDecimal> values)
public PropertyDecimalImpl(java.lang.String id, java.math.BigDecimal value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |