public class SaWsHistoryEntry extends Object
Constructor and Description |
---|
SaWsHistoryEntry()
Instantiates a new sa ws history entry.
|
SaWsHistoryEntry(com.saperion.intf.wf.HistoryInfo history)
Instantiates a new sa ws history entry.
|
Modifier and Type | Method and Description |
---|---|
int |
getActivity()
Gets the activity.
|
SaWsActor |
getActor()
Gets the actor.
|
int |
getCommand()
Gets the command.
|
List<SaWsCommentEntry> |
getComments()
Gets the comments.
|
int |
getError()
Gets the error.
|
String |
getErrorMsg()
Gets the error msg.
|
SaWsActor |
getExecutor()
Gets the executor.
|
int |
getIndex()
Gets the index.
|
SaWsHistoryEnum |
getKind()
Gets the kind.
|
Date |
getReceiveDate()
Gets the receive date.
|
Date |
getSendDate()
Gets the send date.
|
String |
getTaskDescription()
Gets the task description.
|
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(List<SaWsCommentEntry> newComments)
Sets the comments.
|
void |
setError(int newError)
Sets the error.
|
void |
setErrorMsg(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(Date newReceiveDate)
Sets the receive date.
|
void |
setSendDate(Date newSendDate)
Sets the send date.
|
void |
setTaskDescription(String newTaskDescription)
Sets the task description.
|
void |
setTransitionDescription(String newTransitionDescription)
Sets the transition description.
|
public SaWsHistoryEntry()
public SaWsHistoryEntry(com.saperion.intf.wf.HistoryInfo history)
history
- the historypublic int getIndex()
public void setIndex(int newIndex)
newIndex
- the new indexpublic Date getReceiveDate()
public void setReceiveDate(Date newReceiveDate)
newReceiveDate
- the new receive datepublic Date getSendDate()
public void setSendDate(Date newSendDate)
newSendDate
- the new send datepublic int getActivity()
public void setActivity(int newActivity)
newActivity
- the new activitypublic int getCommand()
public void setCommand(int newCommand)
newCommand
- the new commandpublic SaWsActor getExecutor()
public void setExecutor(SaWsActor newExecutor)
newExecutor
- the new executorpublic SaWsActor getActor()
public void setActor(SaWsActor newActor)
newActor
- the new actorpublic String getTransitionDescription()
public void setTransitionDescription(String newTransitionDescription)
newTransitionDescription
- the new transition descriptionpublic String getTaskDescription()
public void setTaskDescription(String newTaskDescription)
newTaskDescription
- the new task descriptionpublic int getError()
public void setError(int newError)
newError
- the new errorpublic String getErrorMsg()
public void setErrorMsg(String newErrorMsg)
newErrorMsg
- the new error msgpublic SaWsHistoryEnum getKind()
public void setKind(SaWsHistoryEnum newKind)
newKind
- the new kindpublic List<SaWsCommentEntry> getComments()
public void setComments(List<SaWsCommentEntry> newComments)
newComments
- the new commentsCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.