Class Contributor

java.lang.Object
eu.dnetlib.dhp.schema.orcid.AuthorData
eu.dnetlib.dhp.schema.orcid.Contributor
All Implemented Interfaces:
Serializable

public class Contributor extends AuthorData implements Serializable
This class models the data related to a contributor, that are retrieved from an orcid publication
See Also:
  • Constructor Details

    • Contributor

      public Contributor()
  • Method Details

    • getSequence

      public String getSequence()
    • setSequence

      public void setSequence(String sequence)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • isSimpleMatch

      public boolean isSimpleMatch()
    • setSimpleMatch

      public void setSimpleMatch(boolean simpleMatch)
    • getScore

      public Double getScore()
    • setScore

      public void setScore(Double score)
    • isBestMatch

      public boolean isBestMatch()
    • setBestMatch

      public void setBestMatch(boolean bestMatch)