Class EscalationReview

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

public class EscalationReview extends Object implements Serializable
Since:
2.18
See Also:
  • Field Details

    • author

      protected UserLink author
    • date

      protected Date date
    • comment

      protected String comment
  • Constructor Details

    • EscalationReview

      public EscalationReview()
  • Method Details

    • getAuthor

      public UserLink getAuthor()
    • setAuthor

      public void setAuthor(Linkable<Researcher> link)
    • getDate

      public Date getDate()
    • setDate

      public void setDate(Date date)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)