org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyDateTimeImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData<GregorianCalendar>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDateTimeImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, PropertyData<GregorianCalendar>, PropertyDateTime
public class PropertyDateTimeImpl
- extends AbstractPropertyData<GregorianCalendar>
- implements PropertyDateTime
DateTime property data implementation.
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyData |
getDisplayName, getFirstValue, getId, getLocalName, getQueryName, getValues, setDisplayName, setId, setLocalName, setQueryName, setValue, setValues, toString |
PropertyDateTimeImpl
public PropertyDateTimeImpl()
PropertyDateTimeImpl
public PropertyDateTimeImpl(String id,
List<GregorianCalendar> values)
PropertyDateTimeImpl
public PropertyDateTimeImpl(String id,
GregorianCalendar value)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.