org.apache.chemistry.opencmis.commons.impl.dataobjects
Class PropertyDateTimeDefinitionImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition<GregorianCalendar>
org.apache.chemistry.opencmis.commons.impl.dataobjects.PropertyDateTimeDefinitionImpl
- All Implemented Interfaces:
- Serializable, ExtensionsData, PropertyDateTimeDefinition, PropertyDefinition<GregorianCalendar>
public class PropertyDateTimeDefinitionImpl
- extends AbstractPropertyDefinition<GregorianCalendar>
- implements PropertyDateTimeDefinition
DateTime property definition data implementation.
- Author:
- Florian Müller
- See Also:
- Serialized Form
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractPropertyDefinition |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatability, toString |
Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired |
PropertyDateTimeDefinitionImpl
public PropertyDateTimeDefinitionImpl()
getDateTimeResolution
public DateTimeResolution getDateTimeResolution()
- Specified by:
getDateTimeResolution
in interface PropertyDateTimeDefinition
setDateTimeResolution
public void setDateTimeResolution(DateTimeResolution dateTimeResolution)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.