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 MamdaBasicEvent
public short getSrcTimeFieldState()
MamdaBasicEvent
getSrcTimeFieldState
in interface MamdaBasicEvent
public void setSrcTime(com.wombat.mama.MamaDateTime srcTime)
mSrcTime
- The mSrcTime to set.public com.wombat.mama.MamaDateTime getActivityTime()
getActivityTime
in interface MamdaBasicEvent
public short getActivityTimeFieldState()
MamdaBasicEvent
getActivityTimeFieldState
in interface MamdaBasicEvent
public void setActivityTime(com.wombat.mama.MamaDateTime activityTime)
mActivityTime
- The mActivityTime to set.public com.wombat.mama.MamaDateTime getEventTime()
getEventTime
in interface MamdaBasicEvent
public short getEventTimeFieldState()
MamdaBasicEvent
getEventTimeFieldState
in interface MamdaBasicEvent
public void setEventTime(com.wombat.mama.MamaDateTime eventTime)
mEventTime
- The mEventTime to set.public long getEventSeqNum()
getEventSeqNum
in interface MamdaBasicEvent
public short getEventSeqNumFieldState()
MamdaBasicEvent
getEventSeqNumFieldState
in interface MamdaBasicEvent
public void setEventSeqNum(long eventSeqNum)
mEventSeqNum
- The mEventSeqNum to set.Copyright 2007 Wombat Financial Software, Inc.