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()intfinal booleanisValid()voidsetSysTimeStamp(Timestamp timeStamp) voidsetXEventId(String eventId) voidvoidsetXNodeId(int nodeId) voidsetXProcess(String process) voidsetXSysRowId(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
-