Class NoteDocument

    • Constructor Detail

      • NoteDocument

        public NoteDocument()
    • Method Detail

      • create

        public static final NoteDocument create()
        Creates an empty NoteDocument
        Returns:
        the note document
      • getNotes

        public java.util.List<Note> getNotes()
        Gets the notes.
        Returns:
        the notes
        See Also:
        Note
      • setNotes

        public void setNotes​(java.util.List<Note> notes)
        Sets the notes.
        Parameters:
        notes - the new notes
        See Also:
        Note