Klasse Author
java.lang.Object
org.xbib.interlibrary.catalog.matching.name.Author
- Alle implementierten Schnittstellen:
Key
An identifiable endeavor for an author.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthorName
(String authorName) "Forename Givenname" or "Givenname, Forname".authorName
(Collection<String> authorNames) authorNameWithForeNames
(String lastName, String foreName) authorNameWithInitials
(String lastName, String initials) "Smith J".
-
Konstruktordetails
-
Author
public Author()
-
-
Methodendetails
-
authorName
-
authorName
"Forename Givenname" or "Givenname, Forname".- Parameter:
authorName
- author name- Gibt zurück:
- this
-
authorNameWithForeNames
-
authorNameWithInitials
"Smith J".- Parameter:
lastName
- last nameinitials
- initials- Gibt zurück:
- work author key
-
createKey
- Angegeben von:
createKey
in SchnittstelleKey
- Löst aus:
EncoderException
-