Package org.gedcomx.common
Interface HasNotes
-
- All Known Implementing Classes:
Conclusion,Document,Event,EventRole,Fact,Field,FieldValue,Gender,Name,Person,PlaceDescription,Relationship,SourceDescription,Subject
public interface HasNotesConclusion data that has notes.- Author:
- Ryan Heaton
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Note>getNotes()The notes of a conclusion resource.voidsetNotes(List<Note> notes)The notes of a conclusion resource.
-