Class SaXWFEventBean


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

      • SaXWFEventBean

        public SaXWFEventBean​(java.lang.String eventText)
        Constructor from event text.
        Parameters:
        eventText - Format: XHDOC$ProcessName$EventID$EventKind
    • Method Detail

      • isValid

        public final boolean isValid()
        Returns:
        True, if this is valid.
      • setXSysRowId

        public void setXSysRowId​(java.lang.String sysRowId)
        Parameters:
        sysRowId - the sysRowId to set
      • getXSysRowId

        public java.lang.String getXSysRowId()
        Returns:
        the sysRowId
      • setXHDoc

        public void setXHDoc​(java.lang.String hDoc)
        Parameters:
        hDoc - the hDoc to set
      • getXHDoc

        public java.lang.String getXHDoc()
        Returns:
        the hDoc
      • setXProcess

        public void setXProcess​(java.lang.String process)
        Parameters:
        process - the process to set
      • getXProcess

        public java.lang.String getXProcess()
        Returns:
        the process
      • setXEventId

        public void setXEventId​(java.lang.String eventId)
        Parameters:
        eventId - the eventId to set
      • getXEventId

        public java.lang.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​(java.sql.Timestamp timeStamp)
        Parameters:
        timeStamp - the sysTimeStamp to set
      • getSysTimeStamp

        public java.sql.Timestamp getSysTimeStamp()
        Returns:
        the sysTimeStamp