org.xcmis.client.gwt.model.property
Class IntegerPropertyDefinition
java.lang.Object
org.xcmis.client.gwt.model.property.BasePropertyDefinition<Long>
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)
|
| 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 |
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 - idlocalName - local namelocalNamespace - local name spacequeryName - query namedisplayName - display namedescription - descriptioncardinality - cardinalityupdatability - updatabilityinherited - inheritedrequired - requiredqueryable - queryableorderable - orderableopenChoice - open choicechoices - choicesdefaultValue - default valueminInteger - min integer valuemaxInteger - max integer value
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.