Interface NotesAndTasksData
public interface NotesAndTasksData
Plug-in data for
- Author:
- Kevin Goeser
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceNote / task data.static enumStates for tasks. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the functional ('fachliche') documentation.getNotes()getTasks()Returns the technical (implementation) documentation.voidSet the functional ('fachliche') documentation.voidsetNotes(NotesAndTasksData.NoteTask[] notes) Setter forgetNotes().voidsetTasks(NotesAndTasksData.NoteTask[] notes) Setter forgetTasks().voidSet the technical (implementation) documentation.
-
Field Details
-
PLUGIN_ID
The plug-in (data) ID.- See Also:
-
DEFAULT_CATEGORIES
Some default strings for categories.
-
-
Method Details
-
getTechnicalDocumentation
NotesAndTasksData.NoteTask getTechnicalDocumentation()Returns the technical (implementation) documentation.- Returns:
- The technical documentation.
-
getFunctionalDocumentation
NotesAndTasksData.NoteTask getFunctionalDocumentation()Returns the functional ('fachliche') documentation.- Returns:
- The functional documentation.
-
setTechnicalDocumentation
Set the technical (implementation) documentation.- Parameters:
doc- The technical documentation.
-
setFunctionalDocumentation
Set the functional ('fachliche') documentation.- Parameters:
doc- The functional documentation.
-
getNotes
NotesAndTasksData.NoteTask[] getNotes()- Returns:
- All notes.
-
setNotes
Setter forgetNotes().- Parameters:
notes-
-
getTasks
NotesAndTasksData.NoteTask[] getTasks()- Returns:
- All tasks
-
setTasks
Setter forgetTasks().- Parameters:
notes-
-