Class WfInformationDialog.HistoryBean

java.lang.Object
com.saperion.ngc.dialogs.WfInformationDialog.HistoryBean
Enclosing class:
WfInformationDialog

public static class WfInformationDialog.HistoryBean extends Object
History bean.
  • Constructor Details

    • HistoryBean

      public HistoryBean(Date inDate, Date outDate, String actor, String action, String task, String process)
      Constructor. Description is build from task and action name
      Parameters:
      inDate - receive date
      outDate - send date
      actor - actor name
      action - action name
      task - task name
      process - process name
    • HistoryBean

      public HistoryBean(Date inDate, String actor, String description)
      Constructor.
      Parameters:
      inDate - receive date
      actor - actor name
      description - description
  • Method Details

    • getInDate

      public final String getInDate()
      Returns:
      receive date
    • getOutDate

      public final String getOutDate()
      Returns:
      send date
    • getActor

      public final String getActor()
      Returns:
      actor
    • getTask

      public final String getTask()
      Returns:
      task name
    • getAction

      public final String getAction()
      Returns:
      action name
    • getDescription

      public final String getDescription()
      Returns:
      action name
    • getProcessName

      public final String getProcessName()
      Returns:
      process name
    • getActorDescription

      public String getActorDescription()
      Returns:
      description of the actor
    • setActorDescription

      public void setActorDescription(String actorDescription)
      Parameters:
      actorDescription - description of the actor
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Parameters:
      errorMessage - error message of the history item
    • getErrorMessage

      public String getErrorMessage()
      Returns:
      error message for the history item
    • getInDateAsDate

      public Date getInDateAsDate()
      Returns:
      receive date as Date