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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributiongetAttribution()Attribution metadata for a genealogical resource.voidsetAttribution(Attribution attribution)Attribution metadata for a genealogical resource.
-
-
-
Method Detail
-
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
void setAttribution(Attribution attribution)
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.
-
-