Class SaWsHistoryEntry


  • public class SaWsHistoryEntry
    extends java.lang.Object
    The Class SaWsHistoryEntry.
    • Constructor Detail

      • SaWsHistoryEntry

        public SaWsHistoryEntry()
        Instantiates a new sa ws history entry.
      • SaWsHistoryEntry

        public SaWsHistoryEntry​(com.saperion.intf.wf.HistoryInfo history)
        Instantiates a new sa ws history entry.
        Parameters:
        history - the history
    • Method Detail

      • getIndex

        public int getIndex()
        Gets the index.
        Returns:
        the index
      • setIndex

        public void setIndex​(int newIndex)
        Sets the index.
        Parameters:
        newIndex - the new index
      • getReceiveDate

        public java.util.Date getReceiveDate()
        Gets the receive date.
        Returns:
        the receive date
      • setReceiveDate

        public void setReceiveDate​(java.util.Date newReceiveDate)
        Sets the receive date.
        Parameters:
        newReceiveDate - the new receive date
      • getSendDate

        public java.util.Date getSendDate()
        Gets the send date.
        Returns:
        the send date
      • setSendDate

        public void setSendDate​(java.util.Date newSendDate)
        Sets the send date.
        Parameters:
        newSendDate - the new send date
      • getActivity

        public int getActivity()
        Gets the activity.
        Returns:
        the activity
      • setActivity

        public void setActivity​(int newActivity)
        Sets the activity.
        Parameters:
        newActivity - the new activity
      • getCommand

        public int getCommand()
        Gets the command.
        Returns:
        the command
      • setCommand

        public void setCommand​(int newCommand)
        Sets the command.
        Parameters:
        newCommand - the new command
      • getExecutor

        public SaWsActor getExecutor()
        Gets the executor.
        Returns:
        the executor
      • setExecutor

        public void setExecutor​(SaWsActor newExecutor)
        Sets the executor.
        Parameters:
        newExecutor - the new executor
      • getActor

        public SaWsActor getActor()
        Gets the actor.
        Returns:
        the actor
      • setActor

        public void setActor​(SaWsActor newActor)
        Sets the actor.
        Parameters:
        newActor - the new actor
      • getTransitionDescription

        public java.lang.String getTransitionDescription()
        Gets the transition description.
        Returns:
        the transition description
      • setTransitionDescription

        public void setTransitionDescription​(java.lang.String newTransitionDescription)
        Sets the transition description.
        Parameters:
        newTransitionDescription - the new transition description
      • getTaskDescription

        public java.lang.String getTaskDescription()
        Gets the task description.
        Returns:
        the task description
      • setTaskDescription

        public void setTaskDescription​(java.lang.String newTaskDescription)
        Sets the task description.
        Parameters:
        newTaskDescription - the new task description
      • getError

        public int getError()
        Gets the error.
        Returns:
        the error
      • setError

        public void setError​(int newError)
        Sets the error.
        Parameters:
        newError - the new error
      • getErrorMsg

        public java.lang.String getErrorMsg()
        Gets the error msg.
        Returns:
        the error msg
      • setErrorMsg

        public void setErrorMsg​(java.lang.String newErrorMsg)
        Sets the error msg.
        Parameters:
        newErrorMsg - the new error msg
      • getKind

        public SaWsHistoryEnum getKind()
        Gets the kind.
        Returns:
        the kind
      • setKind

        public void setKind​(SaWsHistoryEnum newKind)
        Sets the kind.
        Parameters:
        newKind - the new kind
      • getComments

        public java.util.List<SaWsCommentEntry> getComments()
        Gets the comments.
        Returns:
        the comments
      • setComments

        public void setComments​(java.util.List<SaWsCommentEntry> newComments)
        Sets the comments.
        Parameters:
        newComments - the new comments