Package com.saperion.ws.wrapper.wf
Class SaWsHistoryEntry
java.lang.Object
com.saperion.ws.wrapper.wf.SaWsHistoryEntry
The Class SaWsHistoryEntry.
- 
Constructor SummaryConstructorsConstructorDescriptionInstantiates a new sa ws history entry.SaWsHistoryEntry(com.saperion.intf.wf.HistoryInfo history) Instantiates a new sa ws history entry.
- 
Method SummaryModifier 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- 
SaWsHistoryEntrypublic SaWsHistoryEntry()Instantiates a new sa ws history entry.
- 
SaWsHistoryEntrypublic SaWsHistoryEntry(com.saperion.intf.wf.HistoryInfo history) Instantiates a new sa ws history entry.- Parameters:
- history- the history
 
 
- 
- 
Method Details- 
getIndexpublic int getIndex()Gets the index.- Returns:
- the index
 
- 
setIndexpublic void setIndex(int newIndex) Sets the index.- Parameters:
- newIndex- the new index
 
- 
getReceiveDateGets the receive date.- Returns:
- the receive date
 
- 
setReceiveDateSets the receive date.- Parameters:
- newReceiveDate- the new receive date
 
- 
getSendDateGets the send date.- Returns:
- the send date
 
- 
setSendDateSets the send date.- Parameters:
- newSendDate- the new send date
 
- 
getActivitypublic int getActivity()Gets the activity.- Returns:
- the activity
 
- 
setActivitypublic void setActivity(int newActivity) Sets the activity.- Parameters:
- newActivity- the new activity
 
- 
getCommandpublic int getCommand()Gets the command.- Returns:
- the command
 
- 
setCommandpublic void setCommand(int newCommand) Sets the command.- Parameters:
- newCommand- the new command
 
- 
getExecutorGets the executor.- Returns:
- the executor
 
- 
setExecutorSets the executor.- Parameters:
- newExecutor- the new executor
 
- 
getActorGets the actor.- Returns:
- the actor
 
- 
setActorSets the actor.- Parameters:
- newActor- the new actor
 
- 
getTransitionDescriptionGets the transition description.- Returns:
- the transition description
 
- 
setTransitionDescriptionSets the transition description.- Parameters:
- newTransitionDescription- the new transition description
 
- 
getTaskDescriptionGets the task description.- Returns:
- the task description
 
- 
setTaskDescriptionSets the task description.- Parameters:
- newTaskDescription- the new task description
 
- 
getErrorpublic int getError()Gets the error.- Returns:
- the error
 
- 
setErrorpublic void setError(int newError) Sets the error.- Parameters:
- newError- the new error
 
- 
getErrorMsgGets the error msg.- Returns:
- the error msg
 
- 
setErrorMsgSets the error msg.- Parameters:
- newErrorMsg- the new error msg
 
- 
getKindGets the kind.- Returns:
- the kind
 
- 
setKindSets the kind.- Parameters:
- newKind- the new kind
 
- 
getCommentsGets the comments.- Returns:
- the comments
 
- 
setCommentsSets the comments.- Parameters:
- newComments- the new comments
 
 
-