java.lang.Object
org.xbib.interlibrary.catalog.matching.name.Author
Alle implementierten Schnittstellen:
Key

public class Author extends Object implements Key
An identifiable endeavor for an author.
  • Konstruktordetails

    • Author

      public Author()
  • Methodendetails

    • authorName

      public Author authorName(Collection<String> authorNames)
    • authorName

      public Author authorName(String authorName)
      "Forename Givenname" or "Givenname, Forname".
      Parameter:
      authorName - author name
      Gibt zurück:
      this
    • authorNameWithForeNames

      public Author authorNameWithForeNames(String lastName, String foreName)
    • authorNameWithInitials

      public Author authorNameWithInitials(String lastName, String initials)
      "Smith J".
      Parameter:
      lastName - last name
      initials - initials
      Gibt zurück:
      work author key
    • createKey

      public String createKey() throws EncoderException
      Angegeben von:
      createKey in Schnittstelle Key
      Löst aus:
      EncoderException