org.apache.chemistry.opencmis.commons.impl.dataobjects
Class ChangeEventInfoDataImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
      extended by 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

Constructor Summary
ChangeEventInfoDataImpl()
           
 
Method Summary
 GregorianCalendar getChangeTime()
           
 ChangeType getChangeType()
           
 void setChangeTime(GregorianCalendar changeTime)
           
 void setChangeType(ChangeType changeType)
           
 
Methods inherited from class org.apache.chemistry.opencmis.commons.impl.dataobjects.AbstractExtensionData
getExtensions, setExtensions, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Constructor Detail

ChangeEventInfoDataImpl

public ChangeEventInfoDataImpl()
Method Detail

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.