Package com.saperion.ngc.dialogs
Class WfInformationDialog.HistoryBean
java.lang.Object
com.saperion.ngc.dialogs.WfInformationDialog.HistoryBean
- Enclosing class:
- WfInformationDialog
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 dateoutDate
- send dateactor
- actor nameaction
- action nametask
- task nameprocess
- process name
-
HistoryBean
Constructor.- Parameters:
inDate
- receive dateactor
- actor namedescription
- description
-
-
Method Details
-
getInDate
- Returns:
- receive date
-
getOutDate
- Returns:
- send date
-
getActor
- Returns:
- actor
-
getTask
- Returns:
- task name
-
getAction
- Returns:
- action name
-
getDescription
- Returns:
- action name
-
getProcessName
- Returns:
- process name
-
getActorDescription
- Returns:
- description of the actor
-
setActorDescription
- Parameters:
actorDescription
- description of the actor
-
setErrorMessage
- Parameters:
errorMessage
- error message of the history item
-
getErrorMessage
- Returns:
- error message for the history item
-
getInDateAsDate
- Returns:
- receive date as
Date
-