java.lang.Object
com.genologics.ri.step.EscalationRequest
- All Implemented Interfaces:
Serializable
Represents an escalation request in a step.
- Since:
- 2.18
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the author.Gets the comment.getDate()Gets the date.Gets the reviewer.voidsetAuthor(Linkable<Researcher> link) Sets the author.voidsetComment(String comment) Sets the comment.voidSets the date.voidsetReviewer(Linkable<Researcher> link) Sets the reviewer.
-
Field Details
-
author
The author of the escalation request. -
reviewer
The reviewer of the escalation request. -
date
The date of the escalation request. -
comment
Comment for the escalation request.
-
-
Constructor Details
-
EscalationRequest
public EscalationRequest()
-
-
Method Details
-
getAuthor
Gets the author.- Returns:
- The author.
-
setAuthor
Sets the author.- Parameters:
link- The linkable researcher.
-
getReviewer
Gets the reviewer.- Returns:
- The reviewer.
-
setReviewer
Sets the reviewer.- Parameters:
link- The linkable researcher.
-
getDate
Gets the date.- Returns:
- The date.
-
setDate
Sets the date.- Parameters:
date- The date.
-
getComment
Gets the comment.- Returns:
- The comment.
-
setComment
Sets the comment.- Parameters:
comment- The comment.
-