Class NoteHistory

    • Constructor Detail

      • NoteHistory

        public NoteHistory()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • setDate

        public void setDate​(Calendar date)
      • getAuthor

        public String getAuthor()
      • setAuthor

        public void setAuthor​(String author)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)