Class SaXWFEventBean

java.lang.Object
com.saperion.events.bean.SaXWFEventBean

public class SaXWFEventBean extends Object
Work Flow Event Bean.
Author:
lav, tfr
  • Constructor Details

    • SaXWFEventBean

      public SaXWFEventBean(String eventText)
      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

      public void setXSysRowId(String sysRowId)
      Parameters:
      sysRowId - the sysRowId to set
    • getXSysRowId

      public String getXSysRowId()
      Returns:
      the sysRowId
    • setXHDoc

      public void setXHDoc(String hDoc)
      Parameters:
      hDoc - the hDoc to set
    • getXHDoc

      public String getXHDoc()
      Returns:
      the hDoc
    • setXProcess

      public void setXProcess(String process)
      Parameters:
      process - the process to set
    • getXProcess

      public String getXProcess()
      Returns:
      the process
    • setXEventId

      public void setXEventId(String eventId)
      Parameters:
      eventId - the eventId to set
    • getXEventId

      public String getXEventId()
      Returns:
      the eventId
    • setXNodeId

      public void setXNodeId(int nodeId)
      Parameters:
      nodeId - the nodeId to set
    • getXNodeId

      public int getXNodeId()
      Returns:
      the nodeId
    • setSysTimeStamp

      public void setSysTimeStamp(Timestamp timeStamp)
      Parameters:
      timeStamp - the sysTimeStamp to set
    • getSysTimeStamp

      public Timestamp getSysTimeStamp()
      Returns:
      the sysTimeStamp