Class SaWsHistoryEntry

java.lang.Object
com.saperion.ws.wrapper.wf.SaWsHistoryEntry

public class SaWsHistoryEntry extends Object
The Class SaWsHistoryEntry.
  • Constructor Details

    • 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 Details

    • 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 Date getReceiveDate()
      Gets the receive date.
      Returns:
      the receive date
    • setReceiveDate

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

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

      public void setSendDate(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 String getTransitionDescription()
      Gets the transition description.
      Returns:
      the transition description
    • setTransitionDescription

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

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

      public void setTaskDescription(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 String getErrorMsg()
      Gets the error msg.
      Returns:
      the error msg
    • setErrorMsg

      public void setErrorMsg(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 List<SaWsCommentEntry> getComments()
      Gets the comments.
      Returns:
      the comments
    • setComments

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