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 TypeMethodDescriptionintGets the activity.getActor()Gets the actor.intGets the command.Gets the comments.intgetError()Gets the error.Gets the error msg.Gets the executor.intgetIndex()Gets the index.getKind()Gets the kind.Gets the receive date.Gets the send date.Gets the task description.Gets the transition description.voidsetActivity(int newActivity) Sets the activity.voidSets the actor.voidsetCommand(int newCommand) Sets the command.voidsetComments(List<SaWsCommentEntry> newComments) Sets the comments.voidsetError(int newError) Sets the error.voidsetErrorMsg(String newErrorMsg) Sets the error msg.voidsetExecutor(SaWsActor newExecutor) Sets the executor.voidsetIndex(int newIndex) Sets the index.voidsetKind(SaWsHistoryEnum newKind) Sets the kind.voidsetReceiveDate(Date newReceiveDate) Sets the receive date.voidsetSendDate(Date newSendDate) Sets the send date.voidsetTaskDescription(String newTaskDescription) Sets the task description.voidsetTransitionDescription(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
-