public interface IWithNotes
void
addNote(Note note)
int
getNoteCount()
Notes
getNotes()
void addNote(Note note)
note
Notes getNotes()
int getNoteCount()