Package no.unit.nva.model
Class Contributor
- java.lang.Object
-
- no.unit.nva.model.Contributor
-
public class Contributor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContributor.Builder
-
Constructor Summary
Constructors Constructor Description Contributor(Identity identity, java.util.List<Organization> affiliations, Role role, java.lang.Integer sequence, boolean correspondingAuthor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<Organization>getAffiliations()IdentitygetIdentity()RolegetRole()java.lang.IntegergetSequence()inthashCode()booleanisCorrespondingAuthor()
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-