org.gedcomx.common
Interface Attributable

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

public interface Attributable

Author:
Ryan Heaton

Method Summary
 Attribution getAttribution()
          Attribution metadata for a genealogical resource.
 void setAttribution(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.


Copyright © 2015. All rights reserved.