Class Contributor


  • public class Contributor
    extends java.lang.Object
    • Constructor Detail

      • Contributor

        public Contributor​(Identity identity,
                           java.util.List<Organization> affiliations,
                           Role role,
                           java.lang.Integer sequence,
                           boolean correspondingAuthor)
    • Method Detail

      • getIdentity

        public Identity getIdentity()
      • getAffiliations

        public java.util.List<Organization> getAffiliations()
      • getSequence

        public java.lang.Integer getSequence()
      • getRole

        public Role getRole()
      • isCorrespondingAuthor

        public boolean isCorrespondingAuthor()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object