Class Book
java.lang.Object
de.kaiserpfalzedv.services.dnb.model.Book
Book -- The data set returned by www.ean-search.org
- Since:
- 3.0.0 2023-01-17
- Author:
- klenkes74 <rlichti@kaiserpfalz-edv.de>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Book.BookBuilder<C extends Book,
B extends Book.BookBuilder<C, B>> -
Constructor Summary
ConstructorsConstructorDescriptionBook()
Book
(String ean, List<String> isbns, String title, String subTitle, String remainderOfTitle, List<String> authors, String publisher, String placeOfPublication, LocalDate dateOfPublication, String physicalDescription, String termsOfAvailability, String series, String edition, String formOfProduct, List<String> bibliographyNumbers, List<String> formKeywords, Set<String> deweyDecimalClassifications, Boolean containedInInventory, String source, Map<String, String> inventoryUris) -
Method Summary
Modifier and TypeMethodDescriptionstatic Book.BookBuilder
<?, ?> builder()
boolean
getEan()
getIsbns()
getTitle()
int
hashCode()
Book.BookBuilder
<?, ?> toString()
-
Constructor Details
-
Book
public Book(String ean, List<String> isbns, String title, String subTitle, String remainderOfTitle, List<String> authors, String publisher, String placeOfPublication, LocalDate dateOfPublication, String physicalDescription, String termsOfAvailability, String series, String edition, String formOfProduct, List<String> bibliographyNumbers, List<String> formKeywords, Set<String> deweyDecimalClassifications, Boolean containedInInventory, String source, Map<String, String> inventoryUris) -
Book
public Book()
-
-
Method Details
-
builder
-
toBuilder
-
getEan
-
getIsbns
-
getTitle
-
getSubTitle
-
getRemainderOfTitle
-
getAuthors
-
getPublisher
-
getPlaceOfPublication
-
getDateOfPublication
-
getPhysicalDescription
-
getTermsOfAvailability
-
getSeries
-
getEdition
-
getFormOfProduct
-
getBibliographyNumbers
-
getFormKeywords
-
getDeweyDecimalClassifications
-
getContainedInInventory
-
getSource
-
getInventoryUris
-
toString
-
equals
-
hashCode
public int hashCode()
-