|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.vaevent.RevisionEventBeanDeclared
public class RevisionEventBeanDeclared
Revision event bean for the overlayed scheme.
Constructor Summary | |
---|---|
RevisionEventBeanDeclared(RevisionEventType eventType,
EventBean underlying)
Ctor. |
Method Summary | |
---|---|
Object |
get(String property)
Returns the value of an event property. |
EventType |
getEventType()
Return the EventType instance that describes the set of properties available for this event. |
MultiKeyUntyped |
getKey()
Returns the key. |
EventBean |
getLastBaseEvent()
Returns last base event. |
RevisionEventType |
getRevisionEventType()
Returns the revision event type. |
Object |
getUnderlying()
Get the underlying data object to this event wrapper. |
EventBean |
getUnderlyingFullOrDelta()
Returns wrapped event. |
Object |
getVersionedValue(RevisionGetterParameters params)
Returns a versioned value. |
boolean |
isLatest()
Returns true if latest event, or false if not. |
void |
setHolders(RevisionBeanHolder[] holders)
Sets versions. |
void |
setKey(MultiKeyUntyped key)
Sets the key value. |
void |
setLastBaseEvent(EventBean lastBaseEvent)
Sets the last base event. |
void |
setLatest(boolean latest)
Set flag to indicate there is a later event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RevisionEventBeanDeclared(RevisionEventType eventType, EventBean underlying)
eventType
- revision event typeunderlying
- event wrappedMethod Detail |
---|
public boolean isLatest()
public void setLatest(boolean latest)
latest
- flag to setpublic void setKey(MultiKeyUntyped key)
key
- valuepublic void setLastBaseEvent(EventBean lastBaseEvent)
lastBaseEvent
- base eventpublic void setHolders(RevisionBeanHolder[] holders)
holders
- versionspublic EventBean getLastBaseEvent()
public EventBean getUnderlyingFullOrDelta()
public MultiKeyUntyped getKey()
public RevisionEventType getRevisionEventType()
public EventType getEventType()
EventBean
EventType
instance that describes the set of properties available for this event.
getEventType
in interface EventBean
public Object get(String property) throws PropertyAccessException
EventBean
get
in interface EventBean
property
- - name of the property whose value is to be retrieved
PropertyAccessException
- - if there is no property of the specified name, or the property cannot be accessedpublic Object getUnderlying()
EventBean
getUnderlying
in interface EventBean
public Object getVersionedValue(RevisionGetterParameters params)
params
- getter parameters
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |