org.xcmis.spi.model.impl
Class DateTimeProperty

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

public class DateTimeProperty
extends BaseProperty<Calendar>

Version:
$Id: $
Author:
Andrey Parfonov

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

DateTimeProperty

public DateTimeProperty()
Default constructor.


DateTimeProperty

public DateTimeProperty(String id,
                        String queryName,
                        String localName,
                        String displayName,
                        Calendar value)

DateTimeProperty

public DateTimeProperty(String id,
                        String queryName,
                        String localName,
                        String displayName,
                        List<Calendar> values)
Method Detail

getType

public final PropertyType getType()

Returns:
property type


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