Module jonix

Class BaseContributor

java.lang.Object
com.tectonica.jonix.unify.base.BaseContributor
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BaseContributor2, BaseContributor3

public abstract class BaseContributor extends Object implements Serializable
Contains the essential information included in ONIX <Contributor>

NOTE: to access the information, use the public fields directly. No getters() are included..

Author:
Zach Melamed
See Also:
  • Field Details

    • contributorRoles

      public Set<ContributorRoles> contributorRoles
    • sequenceNumber

      public String sequenceNumber
    • personName

      public String personName
    • personNameKey

      public String personNameKey
    • personNameBeforeKey

      public String personNameBeforeKey
    • personNameInverted

      public String personNameInverted
    • corporateName

      public String corporateName
    • biographicalNote

      public String biographicalNote
  • Constructor Details

    • BaseContributor

      public BaseContributor()
  • Method Details

    • getDisplayName

      public String getDisplayName()
    • getNameParts

      public String[] getNameParts()