Package no.unit.nva.model.contexttypes
Class Report
java.lang.Object
no.unit.nva.model.contexttypes.Book
no.unit.nva.model.contexttypes.Report
- All Implemented Interfaces:
BasicContext,PublicationContext
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class no.unit.nva.model.contexttypes.Book
Book.BookBuilder -
Field Summary
Fields inherited from class no.unit.nva.model.contexttypes.Book
ISBN_SOURCE, ISBN_VALIDATOR, JSON_PROPERTY_ADDITIONAL_IDENTIFIERS, JSON_PROPERTY_ISBN_LIST, JSON_PROPERTY_PUBLISHER, JSON_PROPERTY_REVISION, JSON_PROPERTY_SERIES, JSON_PROPERTY_SERIES_NUMBER, JSON_PROPERTY_SERIES_TITLE, SPACES_AND_HYPHENS_REGEX -
Constructor Summary
ConstructorsConstructorDescriptionReport(BookSeries series, String seriesTitle, String seriesNumber, PublishingHouse publisher, List<String> isbnList) -
Method Summary
Methods inherited from class no.unit.nva.model.contexttypes.Book
copy, equals, getAdditionalIdentifiers, getIsbnList, getPublisher, getRevision, getSeries, getSeriesNumber, hashCode
-
Constructor Details
-
Report
public Report(BookSeries series, String seriesTitle, String seriesNumber, PublishingHouse publisher, List<String> isbnList) throws InvalidUnconfirmedSeriesException
-