org.gedcomx.common
Interface HasNotes

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

public interface HasNotes

Conclusion data that has notes.

Author:
Ryan Heaton

Method Summary
 List<Note> getNotes()
          The notes of a conclusion resource.
 void setNotes(List<Note> notes)
          The notes of a conclusion resource.
 

Method Detail

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.


Copyright © 2015. All rights reserved.