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
FieldsFields 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
ConstructorsConstructorDescriptionDegree(BookSeries series, String unconfirmedSeriesTitle, String seriesNumber, PublishingHouse publisher, List<String> isbnList, Course course) -
Method Summary
Methods inherited from class no.unit.nva.model.contexttypes.Book
copy, equals, getAdditionalIdentifiers, getIsbnList, getPublisher, getRevision, getSeries, getSeriesNumber, hashCode
-
Field Details
-
JSON_PROPERTY_COURSE_CODE
- See Also:
-
-
Constructor Details
-
Degree
public Degree(BookSeries series, String unconfirmedSeriesTitle, String seriesNumber, PublishingHouse publisher, List<String> isbnList, Course course) throws InvalidUnconfirmedSeriesException
-
-
Method Details
-
getCourse
-