Package com.saperion.ws.wrapper.wf
Class SaWsHistoryEntry
- java.lang.Object
- 
- com.saperion.ws.wrapper.wf.SaWsHistoryEntry
 
- 
 public class SaWsHistoryEntry extends java.lang.ObjectThe Class SaWsHistoryEntry.
- 
- 
Constructor SummaryConstructors Constructor Description SaWsHistoryEntry()Instantiates a new sa ws history entry.SaWsHistoryEntry(com.saperion.intf.wf.HistoryInfo history)Instantiates a new sa ws history entry.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActivity()Gets the activity.SaWsActorgetActor()Gets the actor.intgetCommand()Gets the command.java.util.List<SaWsCommentEntry>getComments()Gets the comments.intgetError()Gets the error.java.lang.StringgetErrorMsg()Gets the error msg.SaWsActorgetExecutor()Gets the executor.intgetIndex()Gets the index.SaWsHistoryEnumgetKind()Gets the kind.java.util.DategetReceiveDate()Gets the receive date.java.util.DategetSendDate()Gets the send date.java.lang.StringgetTaskDescription()Gets the task description.java.lang.StringgetTransitionDescription()Gets the transition description.voidsetActivity(int newActivity)Sets the activity.voidsetActor(SaWsActor newActor)Sets the actor.voidsetCommand(int newCommand)Sets the command.voidsetComments(java.util.List<SaWsCommentEntry> newComments)Sets the comments.voidsetError(int newError)Sets the error.voidsetErrorMsg(java.lang.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(java.util.Date newReceiveDate)Sets the receive date.voidsetSendDate(java.util.Date newSendDate)Sets the send date.voidsetTaskDescription(java.lang.String newTaskDescription)Sets the task description.voidsetTransitionDescription(java.lang.String newTransitionDescription)Sets the transition description.
 
- 
- 
- 
Method Detail- 
getIndexpublic int getIndex() Gets the index.- Returns:
- the index
 
 - 
setIndexpublic void setIndex(int newIndex) Sets the index.- Parameters:
- newIndex- the new index
 
 - 
getReceiveDatepublic java.util.Date getReceiveDate() Gets the receive date.- Returns:
- the receive date
 
 - 
setReceiveDatepublic void setReceiveDate(java.util.Date newReceiveDate) Sets the receive date.- Parameters:
- newReceiveDate- the new receive date
 
 - 
getSendDatepublic java.util.Date getSendDate() Gets the send date.- Returns:
- the send date
 
 - 
setSendDatepublic void setSendDate(java.util.Date newSendDate) Sets 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
 
 - 
getExecutorpublic SaWsActor getExecutor() Gets the executor.- Returns:
- the executor
 
 - 
setExecutorpublic void setExecutor(SaWsActor newExecutor) Sets the executor.- Parameters:
- newExecutor- the new executor
 
 - 
getActorpublic SaWsActor getActor() Gets the actor.- Returns:
- the actor
 
 - 
setActorpublic void setActor(SaWsActor newActor) Sets the actor.- Parameters:
- newActor- the new actor
 
 - 
getTransitionDescriptionpublic java.lang.String getTransitionDescription() Gets the transition description.- Returns:
- the transition description
 
 - 
setTransitionDescriptionpublic void setTransitionDescription(java.lang.String newTransitionDescription) Sets the transition description.- Parameters:
- newTransitionDescription- the new transition description
 
 - 
getTaskDescriptionpublic java.lang.String getTaskDescription() Gets the task description.- Returns:
- the task description
 
 - 
setTaskDescriptionpublic void setTaskDescription(java.lang.String newTaskDescription) Sets 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
 
 - 
getErrorMsgpublic java.lang.String getErrorMsg() Gets the error msg.- Returns:
- the error msg
 
 - 
setErrorMsgpublic void setErrorMsg(java.lang.String newErrorMsg) Sets the error msg.- Parameters:
- newErrorMsg- the new error msg
 
 - 
getKindpublic SaWsHistoryEnum getKind() Gets the kind.- Returns:
- the kind
 
 - 
setKindpublic void setKind(SaWsHistoryEnum newKind) Sets the kind.- Parameters:
- newKind- the new kind
 
 - 
getCommentspublic java.util.List<SaWsCommentEntry> getComments() Gets the comments.- Returns:
- the comments
 
 - 
setCommentspublic void setComments(java.util.List<SaWsCommentEntry> newComments) Sets the comments.- Parameters:
- newComments- the new comments
 
 
- 
 
-