Package com.saperion.events.bean
Class SaXWFEventBean
java.lang.Object
com.saperion.events.bean.SaXWFEventBean
Work Flow Event Bean.
- Author:
- lav, tfr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetXHDoc()
int
final boolean
isValid()
void
setSysTimeStamp
(Timestamp timeStamp) void
setXEventId
(String eventId) void
void
setXNodeId
(int nodeId) void
setXProcess
(String process) void
setXSysRowId
(String sysRowId)
-
Constructor Details
-
SaXWFEventBean
Constructor from event text.- Parameters:
eventText
- Format: XHDOC$ProcessName$EventID$EventKind
-
-
Method Details
-
isValid
public final boolean isValid()- Returns:
- True, if this is valid.
-
setXSysRowId
- Parameters:
sysRowId
- the sysRowId to set
-
getXSysRowId
- Returns:
- the sysRowId
-
setXHDoc
- Parameters:
hDoc
- the hDoc to set
-
getXHDoc
- Returns:
- the hDoc
-
setXProcess
- Parameters:
process
- the process to set
-
getXProcess
- Returns:
- the process
-
setXEventId
- Parameters:
eventId
- the eventId to set
-
getXEventId
- Returns:
- the eventId
-
setXNodeId
public void setXNodeId(int nodeId) - Parameters:
nodeId
- the nodeId to set
-
getXNodeId
public int getXNodeId()- Returns:
- the nodeId
-
setSysTimeStamp
- Parameters:
timeStamp
- the sysTimeStamp to set
-
getSysTimeStamp
- Returns:
- the sysTimeStamp
-