Package org.gedcomx.common
Interface Attributable
- All Known Implementing Classes:
Collection,Conclusion,Document,Event,EventRole,EvidenceReference,Fact,Field,FieldValue,Gender,Name,Note,Person,PlaceDescription,Relationship,SourceDescription,SourceReference,Subject
public interface Attributable
- Author:
- Ryan Heaton
-
Method Summary
Modifier and TypeMethodDescriptionAttribution metadata for a genealogical resource.voidsetAttribution(Attribution attribution) Attribution metadata for a genealogical resource.
-
Method Details
-
getAttribution
Attribution getAttribution()Attribution metadata for a genealogical resource. Attribution data is necessary to support a sound genealogical proof statement.- Returns:
- Attribution metadata for a genealogical resource. Attribution data is necessary to support a sound genealogical proof statement.
-
setAttribution
Attribution metadata for a genealogical resource. Attribution data is necessary to support a sound genealogical proof statement.- Parameters:
attribution- Attribution metadata for a genealogical resource. Attribution data is necessary to support a sound genealogical proof statement.
-