org.apache.chemistry.opencmis.commons.impl.dataobjects
Class ChangeEventInfoDataImpl
java.lang.Object
org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
org.apache.chemistry.opencmis.commons.impl.dataobjects.ChangeEventInfoDataImpl
- All Implemented Interfaces:
- Serializable, ChangeEventInfo, ExtensionsData
- Direct Known Subclasses:
- ChangeEventImpl
public class ChangeEventInfoDataImpl
- extends AbstractExtensionData
- implements ChangeEventInfo
Change event.
- See Also:
- Serialized Form
ChangeEventInfoDataImpl
public ChangeEventInfoDataImpl()
getChangeTime
public GregorianCalendar getChangeTime()
- Specified by:
getChangeTime
in interface ChangeEventInfo
setChangeTime
public void setChangeTime(GregorianCalendar changeTime)
getChangeType
public ChangeType getChangeType()
- Specified by:
getChangeType
in interface ChangeEventInfo
setChangeType
public void setChangeType(ChangeType changeType)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.