Class JournalLetter
java.lang.Object
no.unit.nva.model.instancetypes.NonPeerReviewedPaper
no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
no.unit.nva.model.instancetypes.journal.JournalLetter
- 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
ConstructorsConstructorDescriptionJournalLetter(String volume, String issue, String articleNumber, Range pages) This constructor ensures that the peerReviewed value is always false. -
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
-
JournalLetter
This constructor ensures that the peerReviewed value is always false.- Parameters:
volume- the volume of the PublicationInstance.issue- the issue of the PublicationInstance.articleNumber- the article number of the PublicationInstance.pages- the Pages of the PublicationInstance.
-