public class ChangeEventInfoDataImpl extends AbstractExtensionData implements ChangeEventInfo
| Constructor and Description | 
|---|
ChangeEventInfoDataImpl()  | 
ChangeEventInfoDataImpl(ChangeType changeType,
                       GregorianCalendar changeTime)  | 
| Modifier and Type | Method and Description | 
|---|---|
GregorianCalendar | 
getChangeTime()
Returns when the change took place. 
 | 
ChangeType | 
getChangeType()
Returns the change event type. 
 | 
void | 
setChangeTime(GregorianCalendar changeTime)  | 
void | 
setChangeType(ChangeType changeType)  | 
getExtensions, setExtensions, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic ChangeEventInfoDataImpl()
public ChangeEventInfoDataImpl(ChangeType changeType, GregorianCalendar changeTime)
public GregorianCalendar getChangeTime()
ChangeEventInfogetChangeTime in interface ChangeEventInfonullpublic void setChangeTime(GregorianCalendar changeTime)
public ChangeType getChangeType()
ChangeEventInfogetChangeType in interface ChangeEventInfonullpublic void setChangeType(ChangeType changeType)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.