Package com.saperion.ws.wrapper.wf
Class SaWsHistoryEntry
- java.lang.Object
-
- com.saperion.ws.wrapper.wf.SaWsHistoryEntry
-
public class SaWsHistoryEntry extends java.lang.Object
The 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 int
getActivity()
Gets the activity.SaWsActor
getActor()
Gets the actor.int
getCommand()
Gets the command.java.util.List<SaWsCommentEntry>
getComments()
Gets the comments.int
getError()
Gets the error.java.lang.String
getErrorMsg()
Gets the error msg.SaWsActor
getExecutor()
Gets the executor.int
getIndex()
Gets the index.SaWsHistoryEnum
getKind()
Gets the kind.java.util.Date
getReceiveDate()
Gets the receive date.java.util.Date
getSendDate()
Gets the send date.java.lang.String
getTaskDescription()
Gets the task description.java.lang.String
getTransitionDescription()
Gets the transition description.void
setActivity(int newActivity)
Sets the activity.void
setActor(SaWsActor newActor)
Sets the actor.void
setCommand(int newCommand)
Sets the command.void
setComments(java.util.List<SaWsCommentEntry> newComments)
Sets the comments.void
setError(int newError)
Sets the error.void
setErrorMsg(java.lang.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(java.util.Date newReceiveDate)
Sets the receive date.void
setSendDate(java.util.Date newSendDate)
Sets the send date.void
setTaskDescription(java.lang.String newTaskDescription)
Sets the task description.void
setTransitionDescription(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
-
-