public class StructuredNotes extends Notes
Constructor and Description |
---|
StructuredNotes(ProjectFile file,
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(ProjectFile file, Integer uniqueID, NotesTopic topic, Notes notes)
file
- parent fileuniqueID
- unique IDtopic
- notes topicnotes
- Notes instancepublic Integer getUniqueID()
public Integer getTopicID()
public NotesTopic getNotesTopic()
public Notes getNotes()
Copyright © 2000–2025 MPXJ. All rights reserved.