| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.plugindata |
Plug-in data interfaces which are used across different data models.
|
| Modifier and Type | Method and Description |
|---|---|
NotesAndTasksData.NoteTask |
NotesAndTasksData.getFunctionalDocumentation()
Returns the functional ('fachliche') documentation.
|
NotesAndTasksData.NoteTask[] |
NotesAndTasksData.getNotes() |
NotesAndTasksData.NoteTask[] |
NotesAndTasksData.getTasks() |
NotesAndTasksData.NoteTask |
NotesAndTasksData.getTechnicalDocumentation()
Returns the technical (implementation) documentation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesAndTasksData.setFunctionalDocumentation(NotesAndTasksData.NoteTask doc)
Set the functional ('fachliche') documentation.
|
void |
NotesAndTasksData.setNotes(NotesAndTasksData.NoteTask[] notes)
Setter for
NotesAndTasksData.getNotes(). |
void |
NotesAndTasksData.setTasks(NotesAndTasksData.NoteTask[] notes)
Setter for
NotesAndTasksData.getTasks(). |
void |
NotesAndTasksData.setTechnicalDocumentation(NotesAndTasksData.NoteTask doc)
Set the technical (implementation) documentation.
|