public class MamdaConcreteBasicEvent extends java.lang.Object implements MamdaBasicEvent
| Constructor and Description |
|---|
MamdaConcreteBasicEvent() |
| Modifier and Type | Method and Description |
|---|---|
com.wombat.mama.MamaDateTime |
getActivityTime() |
short |
getActivityTimeFieldState()
return Activity time Field State
MODIFIED (2) value indicates the fied was updated in last tick
NOT MODIFIED (1) value indicate that there was no change in the last tick
NOT_INITIALISED (0) value indicates that the field has never been updated
|
long |
getEventSeqNum() |
short |
getEventSeqNumFieldState()
return source sequence number Field State
MODIFIED (2) value indicates the fied was updated in last tick
NOT MODIFIED (1) value indicate that there was no change in the last tick
NOT_INITIALISED (0) value indicates that the field has never been updated
|
com.wombat.mama.MamaDateTime |
getEventTime() |
short |
getEventTimeFieldState()
return event time Field State
MODIFIED (2) value indicates the fied was updated in last tick
NOT MODIFIED (1) value indicate that there was no change in the last tick
NOT_INITIALISED (0) value indicates that the field has never been updated
|
com.wombat.mama.MamaDateTime |
getSrcTime() |
short |
getSrcTimeFieldState()
return Source time Field State
MODIFIED (2) value indicates the fied was updated in last tick
NOT MODIFIED (1) value indicate that there was no change in the last tick
NOT_INITIALISED (0) value indicates that the field has never been updated
|
void |
setActivityTime(com.wombat.mama.MamaDateTime activityTime) |
void |
setEventSeqNum(long eventSeqNum) |
void |
setEventTime(com.wombat.mama.MamaDateTime eventTime) |
void |
setSrcTime(com.wombat.mama.MamaDateTime srcTime) |
public com.wombat.mama.MamaDateTime getSrcTime()
getSrcTime in interface MamdaBasicEventpublic short getSrcTimeFieldState()
MamdaBasicEventgetSrcTimeFieldState in interface MamdaBasicEventpublic void setSrcTime(com.wombat.mama.MamaDateTime srcTime)
mSrcTime - The mSrcTime to set.public com.wombat.mama.MamaDateTime getActivityTime()
getActivityTime in interface MamdaBasicEventpublic short getActivityTimeFieldState()
MamdaBasicEventgetActivityTimeFieldState in interface MamdaBasicEventpublic void setActivityTime(com.wombat.mama.MamaDateTime activityTime)
mActivityTime - The mActivityTime to set.public com.wombat.mama.MamaDateTime getEventTime()
getEventTime in interface MamdaBasicEventpublic short getEventTimeFieldState()
MamdaBasicEventgetEventTimeFieldState in interface MamdaBasicEventpublic void setEventTime(com.wombat.mama.MamaDateTime eventTime)
mEventTime - The mEventTime to set.public long getEventSeqNum()
getEventSeqNum in interface MamdaBasicEventpublic short getEventSeqNumFieldState()
MamdaBasicEventgetEventSeqNumFieldState in interface MamdaBasicEventpublic void setEventSeqNum(long eventSeqNum)
mEventSeqNum - The mEventSeqNum to set.Copyright 2007 Wombat Financial Software, Inc.