Klasse AuthoredWorkKey
java.lang.Object
org.xbib.interlibrary.catalog.matching.AuthoredWorkKey
- Alle implementierten Schnittstellen:
Key
A work created by 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".chronology
(String chronology) boolean
isBlacklisted
(CharSequence work) boolean
workName
(CharSequence workName)
-
Konstruktordetails
-
AuthoredWorkKey
- Löst aus:
IOException
-
-
Methodendetails
-
workName
-
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
-
year
-
chronology
-
createKey
- Angegeben von:
createKey
in SchnittstelleKey
- Löst aus:
EncoderException
-
isValidKey
public boolean isValidKey() -
blacklist
-
isBlacklisted
-