Class JournalIssue
java.lang.Object
no.unit.nva.model.instancetypes.NonPeerReviewedPaper
no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
no.unit.nva.model.instancetypes.journal.JournalIssue
- All Implemented Interfaces:
JournalContent,PublicationInstance<Range>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants -
Constructor Summary
ConstructorsConstructorDescriptionJournalIssue(String volume, String issue, String articleNumber, Range pages) In order to represent entire issues of a journal — in cases where an institution has a special issue of a journal featuring work from a group of researcher associated with the department, or a similar collection. -
Method Summary
Methods inherited from class no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
equals, getArticleNumber, getIssue, getVolume, hashCode, setArticleNumber, setIssue, setVolumeMethods inherited from class no.unit.nva.model.instancetypes.NonPeerReviewedPaper
getPagesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
getInstanceType
-
Constructor Details
-
JournalIssue
In order to represent entire issues of a journal — in cases where an institution has a special issue of a journal featuring work from a group of researcher associated with the department, or a similar collection. This class is used as a placeholder to hold information of such collections- Parameters:
volume- Journal volume for the article.issue- Journal issue for the article.articleNumber- Article number for the article.pages- Page range for the article.
-