Class AuthorAffiliation

java.lang.Object
eu.dnetlib.dhp.schema.oaf.Oaf
eu.dnetlib.dhp.schema.oaf.rel.AuthorAffiliation
All Implemented Interfaces:
Serializable

public class AuthorAffiliation extends Oaf
The class to represent the Employment taken from the orcid profile
See Also:
  • Constructor Details

    • AuthorAffiliation

      public AuthorAffiliation()
  • Method Details

    • getPerson

      public String getPerson()
    • setPerson

      public void setPerson(String person)
    • getOrganization

      public String getOrganization()
    • setOrganization

      public void setOrganization(String organization)
    • getPeriod

      public List<Period> getPeriod()
    • setPeriod

      public void setPeriod(List<Period> period)