public abstract class NSFDesignNoteBase extends NSFBase
Constructor and Description |
---|
NSFDesignNoteBase(NSFDatabase parent,
int noteId) |
Modifier and Type | Method and Description |
---|---|
protected NSFNote |
_getInternalNote() |
protected void |
doFree()
This method is called when the final reference to this object is freed.
|
List<String> |
getAliases()
Returns the aliases of the design note.
|
String |
getFlagsString() |
NSFNote |
getNote() |
int |
getNoteID() |
NSFDatabase |
getParent() |
String |
getProgrammaticTitle()
Returns the programmatic title of the design note.
|
String |
getTitle()
Returns the title of the design note.
|
boolean |
isRefValid()
Checks whether the object's inner reference is valid.
|
_checkRefValidity, addChild, addChildStruct, debugPrintChildHierarchy, finalize, free, free, free, getAPI, getChildObjectCount, getChildObjectCount, getChildStructCount, isFreed, isTraceCreation, removeChild, removeChildStruct, removeFromParent, retain, setNeedsFree, setTraceCreation, toString
public NSFDesignNoteBase(NSFDatabase parent, int noteId)
protected void doFree()
NSFBase
Implemented classes are expected to release any memory or network resources they have open. They are also expected to write this defensively, allowing the method to be called multiple times on the same object without problem.
public boolean isRefValid()
NSFBase
isRefValid
in class NSFBase
public int getNoteID()
public NSFDatabase getParent()
public NSFNote getNote() throws DominoException
DominoException
public String getTitle() throws DominoException
DominoException
- if there is a lower-level-API problem retrieving the $TITLE itempublic List<String> getAliases() throws DominoException
DominoException
- if there is a lower-level-API problem retrieving the $TITLE itempublic String getProgrammaticTitle() throws DominoException
DominoException
- if there is a lower-level-API problem retrieving the $TITLE itempublic String getFlagsString() throws DominoException
DominoException
protected NSFNote _getInternalNote() throws DominoException
DominoException
Copyright © 2014–2018. All rights reserved.