org.xcmis.client.gwt.model.property
Class IntegerProperty

java.lang.Object
  extended by org.xcmis.client.gwt.model.property.BaseProperty<Long>
      extended by org.xcmis.client.gwt.model.property.IntegerProperty
All Implemented Interfaces:
Property<Long>

public class IntegerProperty
extends BaseProperty<Long>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
IntegerProperty()
          Default constructor.
IntegerProperty(IntegerProperty other)
           
IntegerProperty(String id, String queryName, String localName, String displayName, List<Long> values)
           
IntegerProperty(String id, String queryName, String localName, String displayName, Long value)
           
 
Method Summary
 EnumPropertyType getType()
          
 
Methods inherited from class org.xcmis.client.gwt.model.property.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(IntegerProperty other)

IntegerProperty

public IntegerProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       Long value)
Parameters:
id - id
queryName - query name
localName - local name
displayName - display name
value - value

IntegerProperty

public IntegerProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       List<Long> values)
Parameters:
id - id
queryName - query name
localName - local name
displayName - display name
values - values
Method Detail

getType

public final EnumPropertyType getType()

Returns:
property type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.