org.xcmis.spi.model.impl
Class DecimalProperty

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

public class DecimalProperty
extends BaseProperty<BigDecimal>

Version:
$Id: $
Author:
Andrey Parfonov

Constructor Summary
DecimalProperty()
          Default constructor.
DecimalProperty(String id, String queryName, String localName, String displayName, BigDecimal value)
           
DecimalProperty(String id, String queryName, String localName, String displayName, List<BigDecimal> 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

DecimalProperty

public DecimalProperty()
Default constructor.


DecimalProperty

public DecimalProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       BigDecimal value)

DecimalProperty

public DecimalProperty(String id,
                       String queryName,
                       String localName,
                       String displayName,
                       List<BigDecimal> values)
Method Detail

getType

public final PropertyType getType()

Returns:
property type


Copyright © 2010 eXo Platform SAS. All Rights Reserved.