public class StructuredNotes extends Notes
Constructor and Description |
---|
StructuredNotes(Integer uniqueID,
NotesTopic topic,
Notes notes)
Deprecated.
use the new version of the constructor
|
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() |
@Deprecated public StructuredNotes(Integer uniqueID, NotesTopic topic, Notes notes)
uniqueID
- unique IDtopic
- notes topicnotes
- Notes instancepublic 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–2024 Packwood Software. All rights reserved.