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

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

public class DateTimeProperty
extends BaseProperty<Date>

Version:
$Id: $
Author:
Andrey Parfonov

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

DateTimeProperty

public DateTimeProperty()
Default constructor.


DateTimeProperty

public DateTimeProperty(DateTimeProperty other)

DateTimeProperty

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

DateTimeProperty

public DateTimeProperty(String id,
                        String queryName,
                        String localName,
                        String displayName,
                        List<Date> 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.