org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyIntegerImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<BigInteger>
          extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyIntegerImpl
All Implemented Interfaces:
Serializable, ExtensionsData, PropertyData<BigInteger>, PropertyInteger

public class PropertyIntegerImpl
extends AbstractPropertyData<BigInteger>
implements PropertyInteger

Integer property data implementation.

See Also:
Serialized Form

Constructor Summary
PropertyIntegerImpl()
           
PropertyIntegerImpl(String id, BigInteger value)
           
PropertyIntegerImpl(String id, List<BigInteger> 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

PropertyIntegerImpl

public PropertyIntegerImpl()

PropertyIntegerImpl

public PropertyIntegerImpl(String id,
                           List<BigInteger> values)

PropertyIntegerImpl

public PropertyIntegerImpl(String id,
                           BigInteger value)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.