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 Summary
Constructors 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 Summary
All 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
-
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
public java.util.Date getReceiveDate()
Gets the receive date.- Returns:
- the receive date
-
setReceiveDate
public void setReceiveDate(java.util.Date newReceiveDate)
Sets the receive date.- Parameters:
newReceiveDate- the new receive date
-
getSendDate
public java.util.Date getSendDate()
Gets the send date.- Returns:
- the send date
-
setSendDate
public void setSendDate(java.util.Date newSendDate)
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
public SaWsActor getExecutor()
Gets the executor.- Returns:
- the executor
-
setExecutor
public void setExecutor(SaWsActor newExecutor)
Sets the executor.- Parameters:
newExecutor- the new executor
-
getActor
public SaWsActor getActor()
Gets the actor.- Returns:
- the actor
-
setActor
public void setActor(SaWsActor newActor)
Sets the actor.- Parameters:
newActor- the new actor
-
getTransitionDescription
public java.lang.String getTransitionDescription()
Gets the transition description.- Returns:
- the transition description
-
setTransitionDescription
public void setTransitionDescription(java.lang.String newTransitionDescription)
Sets the transition description.- Parameters:
newTransitionDescription- the new transition description
-
getTaskDescription
public java.lang.String getTaskDescription()
Gets the task description.- Returns:
- the task description
-
setTaskDescription
public void setTaskDescription(java.lang.String newTaskDescription)
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
public java.lang.String getErrorMsg()
Gets the error msg.- Returns:
- the error msg
-
setErrorMsg
public void setErrorMsg(java.lang.String newErrorMsg)
Sets the error msg.- Parameters:
newErrorMsg- the new error msg
-
getKind
public SaWsHistoryEnum getKind()
Gets the kind.- Returns:
- the kind
-
setKind
public void setKind(SaWsHistoryEnum newKind)
Sets the kind.- Parameters:
newKind- the new kind
-
getComments
public java.util.List<SaWsCommentEntry> getComments()
Gets the comments.- Returns:
- the comments
-
setComments
public void setComments(java.util.List<SaWsCommentEntry> newComments)
Sets the comments.- Parameters:
newComments- the new comments
-
-