public interface IWithNotes
| Modifier and Type | Method and Description |
|---|---|
void |
addNote(Note note)
Adds a note to the list of notes.
|
int |
getNoteCount()
Gets the number of notes for this object.
|
Notes |
getNotes()
Gets the
Notes object for this object. |
void addNote(Note note)
note - the note to add.Notes getNotes()
Notes object for this object.int getNoteCount()
Copyright © 2020. All rights reserved.