Class NoteDocument

java.lang.Object
com.priint.pubserver.metadata.xml.base.DocumentImpl
com.priint.pubserver.metadata.note.NoteDocument
All Implemented Interfaces:
Document, Serializable

public class NoteDocument extends DocumentImpl
The Class NoteDocument.
See Also:
  • Constructor Details

    • NoteDocument

      public NoteDocument()
  • Method Details

    • create

      public static final NoteDocument create()
      Creates an empty NoteDocument
      Returns:
      the note document
    • getNotes

      public List<Note> getNotes()
      Gets the notes.
      Returns:
      the notes
      See Also:
    • setNotes

      public void setNotes(List<Note> notes)
      Sets the notes.
      Parameters:
      notes - the new notes
      See Also: