org.xcmis.spi.model.impl
Class IntegerProperty

java.lang.Object
  extended by org.xcmis.spi.model.impl.BaseProperty<BigInteger>
      extended by org.xcmis.spi.model.impl.IntegerProperty
All Implemented Interfaces:
Property<BigInteger>

public class IntegerProperty
extends BaseProperty<BigInteger>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
IntegerProperty()
          Default constructor.
IntegerProperty(String id, String queryName, String localName, String displayName, BigInteger value)
           
IntegerProperty(String id, String queryName, String localName, String displayName, List<BigInteger> values)
           
 
Method Summary
 PropertyType getType()
          
 
Methods inherited from class org.xcmis.spi.model.impl.BaseProperty
getDisplayName, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerProperty

public IntegerProperty()
Default constructor.


IntegerProperty

public IntegerProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       BigInteger value)

IntegerProperty

public IntegerProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       List<BigInteger> values)
Method Detail

getType

public final PropertyType getType()

Returns:
property type


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.