Class TaskComment

  • All Implemented Interfaces:
    java.io.Serializable

    public class TaskComment
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String author  
      protected java.time.Instant date  
      protected java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      TaskComment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAuthor()  
      java.time.Instant getDate()  
      java.lang.String getText()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • author

        protected java.lang.String author
      • text

        protected java.lang.String text
      • date

        protected java.time.Instant date
    • Constructor Detail

      • TaskComment

        public TaskComment()
    • Method Detail

      • getAuthor

        public java.lang.String getAuthor()
      • getText

        public java.lang.String getText()
      • getDate

        public java.time.Instant getDate()