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 HasNotes
Conclusion data that has notes.
- Author:
- Ryan Heaton
-
Method Summary
-
Method Details
-
getNotes
The notes of a conclusion resource.- Returns:
- The notes of a conclusion resource.
-
setNotes
The notes of a conclusion resource.- Parameters:
notes- The notes of a conclusion resource.
-