public class StructuredNotes extends Notes
| Constructor and Description |
|---|
StructuredNotes(ProjectContext context,
Integer uniqueID,
NotesTopic topic,
Notes notes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Notes |
getNotes()
Retrieve the notes.
|
NotesTopic |
getNotesTopic()
Retrieve this note's topic.
|
Integer |
getTopicID()
Retrieve this note's topic ID.
|
Integer |
getUniqueID()
Retrieve the unique ID of these notes.
|
String |
toString() |
public StructuredNotes(ProjectContext context, Integer uniqueID, NotesTopic topic, Notes notes)
context - project contextuniqueID - unique IDtopic - notes topicnotes - Notes instancepublic Integer getUniqueID()
public Integer getTopicID()
public NotesTopic getNotesTopic()
public Notes getNotes()
Copyright © 2000–2025 MPXJ. All rights reserved.