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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExtensions, setExtensions
public ChangeEventInfoDataImpl()
public ChangeEventInfoDataImpl(ChangeType changeType, GregorianCalendar changeTime)
public GregorianCalendar getChangeTime()
ChangeEventInfo
getChangeTime
in interface ChangeEventInfo
null
public void setChangeTime(GregorianCalendar changeTime)
public ChangeType getChangeType()
ChangeEventInfo
getChangeType
in interface ChangeEventInfo
null
public void setChangeType(ChangeType changeType)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.