Interface HasNotes

All Known Implementing Classes:
Conclusion, Document, Event, EventRole, Fact, Field, FieldValue, Gender, Name, Person, PlaceDescription, Relationship, SourceDescription, Subject

public interface HasNotes
Conclusion data that has notes.
Author:
Ryan Heaton
  • Method Summary

    Modifier and Type
    Method
    Description
    The notes of a conclusion resource.
    void
    setNotes(List<Note> notes)
    The notes of a conclusion resource.
  • Method Details

    • getNotes

      List<Note> getNotes()
      The notes of a conclusion resource.
      Returns:
      The notes of a conclusion resource.
    • setNotes

      void setNotes(List<Note> notes)
      The notes of a conclusion resource.
      Parameters:
      notes - The notes of a conclusion resource.