Package com.saperion.ws.wrapper.wf
Class SaWsHistoryEntry
java.lang.Object
com.saperion.ws.wrapper.wf.SaWsHistoryEntry
The Class SaWsHistoryEntry.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new sa ws history entry.SaWsHistoryEntry
(com.saperion.intf.wf.HistoryInfo history) Instantiates a new sa ws history entry. -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the activity.getActor()
Gets the actor.int
Gets the command.Gets the comments.int
getError()
Gets the error.Gets the error msg.Gets the executor.int
getIndex()
Gets the index.getKind()
Gets the kind.Gets the receive date.Gets the send date.Gets the task description.Gets the transition description.void
setActivity
(int newActivity) Sets the activity.void
Sets the actor.void
setCommand
(int newCommand) Sets the command.void
setComments
(List<SaWsCommentEntry> newComments) Sets the comments.void
setError
(int newError) Sets the error.void
setErrorMsg
(String newErrorMsg) Sets the error msg.void
setExecutor
(SaWsActor newExecutor) Sets the executor.void
setIndex
(int newIndex) Sets the index.void
setKind
(SaWsHistoryEnum newKind) Sets the kind.void
setReceiveDate
(Date newReceiveDate) Sets the receive date.void
setSendDate
(Date newSendDate) Sets the send date.void
setTaskDescription
(String newTaskDescription) Sets the task description.void
setTransitionDescription
(String newTransitionDescription) Sets the transition description.
-
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
Gets the receive date.- Returns:
- the receive date
-
setReceiveDate
Sets the receive date.- Parameters:
newReceiveDate
- the new receive date
-
getSendDate
Gets the send date.- Returns:
- the send date
-
setSendDate
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
Gets the executor.- Returns:
- the executor
-
setExecutor
Sets the executor.- Parameters:
newExecutor
- the new executor
-
getActor
Gets the actor.- Returns:
- the actor
-
setActor
Sets the actor.- Parameters:
newActor
- the new actor
-
getTransitionDescription
Gets the transition description.- Returns:
- the transition description
-
setTransitionDescription
Sets the transition description.- Parameters:
newTransitionDescription
- the new transition description
-
getTaskDescription
Gets the task description.- Returns:
- the task description
-
setTaskDescription
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
Gets the error msg.- Returns:
- the error msg
-
setErrorMsg
Sets the error msg.- Parameters:
newErrorMsg
- the new error msg
-
getKind
Gets the kind.- Returns:
- the kind
-
setKind
Sets the kind.- Parameters:
newKind
- the new kind
-
getComments
Gets the comments.- Returns:
- the comments
-
setComments
Sets the comments.- Parameters:
newComments
- the new comments
-