Class EscalationReview

java.lang.Object
com.genologics.ri.step.EscalationReview
All Implemented Interfaces:
Serializable

public class EscalationReview extends Object implements Serializable
Represents an escalation review in a step.
Since:
2.18
See Also:
  • Field Details

    • author

      protected UserLink author
      The author of the escalation review.
    • date

      protected Date date
      The date of the escalation review.
    • comment

      protected String comment
      Comment for the escalation review.
  • Constructor Details

    • EscalationReview

      public EscalationReview()
  • Method Details

    • getAuthor

      public UserLink getAuthor()
      Gets the author.
      Returns:
      The author.
    • setAuthor

      public void setAuthor(Linkable<Researcher> link)
      Sets the author.
      Parameters:
      link - The linkable researcher.
    • getDate

      public Date getDate()
      Gets the date.
      Returns:
      The date.
    • setDate

      public void setDate(Date date)
      Sets the date.
      Parameters:
      date - The date.
    • getComment

      public String getComment()
      Gets the comment.
      Returns:
      The comment.
    • setComment

      public void setComment(String comment)
      Sets the comment.
      Parameters:
      comment - The comment.