java.lang.Object
com.genologics.ri.step.EscalationReview
- All Implemented Interfaces:
Serializable
Represents an escalation review 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.voidsetAuthor(Linkable<Researcher> link) Sets the author.voidsetComment(String comment) Sets the comment.voidSets the date.
-
Field Details
-
author
The author of the escalation review. -
date
The date of the escalation review. -
comment
Comment for the escalation review.
-
-
Constructor Details
-
EscalationReview
public EscalationReview()
-
-
Method Details
-
getAuthor
Gets the author.- Returns:
- The author.
-
setAuthor
Sets the author.- 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.
-