public class SaXWFEventBean extends Object
| Constructor and Description |
|---|
SaXWFEventBean(String eventText)
Constructor from event text.
|
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getSysTimeStamp() |
String |
getXEventId() |
String |
getXHDoc() |
int |
getXNodeId() |
String |
getXProcess() |
String |
getXSysRowId() |
boolean |
isValid() |
void |
setSysTimeStamp(Timestamp timeStamp) |
void |
setXEventId(String eventId) |
void |
setXHDoc(String hDoc) |
void |
setXNodeId(int nodeId) |
void |
setXProcess(String process) |
void |
setXSysRowId(String sysRowId) |
public SaXWFEventBean(String eventText)
eventText - Format: XHDOC$ProcessName$EventID$EventKindpublic final boolean isValid()
public void setXSysRowId(String sysRowId)
sysRowId - the sysRowId to setpublic String getXSysRowId()
public void setXHDoc(String hDoc)
hDoc - the hDoc to setpublic String getXHDoc()
public void setXProcess(String process)
process - the process to setpublic String getXProcess()
public void setXEventId(String eventId)
eventId - the eventId to setpublic String getXEventId()
public void setXNodeId(int nodeId)
nodeId - the nodeId to setpublic int getXNodeId()
public void setSysTimeStamp(Timestamp timeStamp)
timeStamp - the sysTimeStamp to setpublic Timestamp getSysTimeStamp()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.