Class NoteDocument
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.base.DocumentImpl
-
- com.priint.pubserver.metadata.note.NoteDocument
-
- All Implemented Interfaces:
Document,java.io.Serializable
public class NoteDocument extends DocumentImpl
The Class NoteDocument.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoteDocument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NoteDocumentcreate()Creates an empty NoteDocumentjava.util.List<Note>getNotes()Gets the notes.voidsetNotes(java.util.List<Note> notes)Sets the notes.-
Methods inherited from class com.priint.pubserver.metadata.xml.base.DocumentImpl
getCreator, getDocumentId, getDocumentName, getDocumentPath, getElementId, getGroupId, getIsConverted, getIsMissingPlugIns, getIsModified, getIsReadOnly, getPageId, getPluginRevision, getRef, getSpreadId, getVersion, setCreator, setDocumentId, setDocumentName, setDocumentPath, setElementId, setGroupId, setIsConverted, setIsMissingPlugIns, setIsModified, setIsReadOnly, setPageId, setPluginRevision, setRef, setSpreadId, setVersion
-
-
-
-
Method Detail
-
create
public static final NoteDocument create()
Creates an empty NoteDocument- Returns:
- the note document
-
-