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

java.lang.Object
  extended by org.xcmis.client.gwt.model.property.BasePropertyDefinition<Long>
      extended by org.xcmis.client.gwt.model.property.IntegerPropertyDefinition
All Implemented Interfaces:
PropertyDefinition<Long>

public class IntegerPropertyDefinition
extends BasePropertyDefinition<Long>

Version:
$Id: $
Author:
Oksana Vereshchaka

Constructor Summary
IntegerPropertyDefinition()
          Default constructor.
IntegerPropertyDefinition(String id, String localName, String localNamespace, String queryName, String displayName, String description, EnumCardinality cardinality, EnumUpdatability updatability, Boolean inherited, Boolean required, Boolean queryable, Boolean orderable, Boolean openChoice, List<Choice<Long>> choices, Long[] defaultValue, Long minInteger, Long maxInteger)
           
 
Method Summary
 Long getMaxInteger()
           
 Long getMinInteger()
           
 EnumPropertyType getPropertyType()
          
 void setMaxInteger(Long maxInteger)
          Setter for maxInteger.
 void setMinInteger(Long minInteger)
          Setter for minInteger.
 
Methods inherited from class org.xcmis.client.gwt.model.property.BasePropertyDefinition
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setInherited, setLocalName, setLocalNamespace, setOpenChoice, setOrderable, setQueryable, setQueryName, setRequired, setUpdatability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerPropertyDefinition

public IntegerPropertyDefinition()
Default constructor.


IntegerPropertyDefinition

public IntegerPropertyDefinition(String id,
                                 String localName,
                                 String localNamespace,
                                 String queryName,
                                 String displayName,
                                 String description,
                                 EnumCardinality cardinality,
                                 EnumUpdatability updatability,
                                 Boolean inherited,
                                 Boolean required,
                                 Boolean queryable,
                                 Boolean orderable,
                                 Boolean openChoice,
                                 List<Choice<Long>> choices,
                                 Long[] defaultValue,
                                 Long minInteger,
                                 Long maxInteger)
Parameters:
id - id
localName - local name
localNamespace - local name space
queryName - query name
displayName - display name
description - description
cardinality - cardinality
updatability - updatability
inherited - inherited
required - required
queryable - queryable
orderable - orderable
openChoice - open choice
choices - choices
defaultValue - default value
minInteger - min integer value
maxInteger - max integer value
Method Detail

getMinInteger

public Long getMinInteger()
Returns:
property min integer

getMaxInteger

public Long getMaxInteger()
Returns:
property max integer

getPropertyType

public EnumPropertyType getPropertyType()

Returns:
property type

setMinInteger

public void setMinInteger(Long minInteger)
Setter for minInteger.

Parameters:
minInteger -

setMaxInteger

public void setMaxInteger(Long maxInteger)
Setter for maxInteger.

Parameters:
maxInteger - maxInteger


Copyright © 2010 eXo Platform SAS. All Rights Reserved.