Package no.unit.nva.model.contexttypes
Class Degree
java.lang.Object
no.unit.nva.model.contexttypes.Book
no.unit.nva.model.contexttypes.Degree
- 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_VALIDATOR, JSON_PROPERTY_ISBN_LIST, JSON_PROPERTY_PUBLISHER, JSON_PROPERTY_SERIES, JSON_PROPERTY_SERIES_NUMBER, JSON_PROPERTY_SERIES_TITLE, SPACES_AND_HYPHENS_REGEX -
Constructor Summary
ConstructorsConstructorDescriptionDegree(BookSeries series, String unconfirmedSeriesTitle, String seriesNumber, PublishingHouse publisher, List<String> isbnList) -
Method Summary
Methods inherited from class no.unit.nva.model.contexttypes.Book
copy, equals, getIsbnList, getPublisher, getSeries, getSeriesNumber, hashCode
-
Constructor Details
-
Degree
public Degree(BookSeries series, String unconfirmedSeriesTitle, String seriesNumber, PublishingHouse publisher, List<String> isbnList) throws InvalidIsbnException, InvalidUnconfirmedSeriesException
-