Class JournalCorrigendum
- java.lang.Object
-
- no.unit.nva.model.instancetypes.NonPeerReviewed<Range>
-
- no.unit.nva.model.instancetypes.NonPeerReviewedPaper
-
- no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
-
- no.unit.nva.model.instancetypes.journal.JournalCorrigendum
-
- All Implemented Interfaces:
JournalContent,PublicationInstance<Range>
public class JournalCorrigendum extends JournalNonPeerReviewedContent
A Journal corrigendum is a correction to a previously published Journal article/content.They have their own DOIs and are viewed as independent publications.
Example: http://doi.org/10.1038/nature10098
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJournalCorrigendum.Builder
-
Field Summary
-
Fields inherited from class no.unit.nva.model.instancetypes.NonPeerReviewed
PEER_REVIEWED_ERROR_TEMPLATE
-
-
Constructor Summary
Constructors Constructor Description JournalCorrigendum(java.lang.String volume, java.lang.String issue, java.lang.String articleNumber, Range pages, java.net.URI corrigendumFor)Creates an object that matches the Journal pattern, but throws an exception if peerReviewed is set to true.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIgetCorrigendumFor()-
Methods inherited from class no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
equals, getArticleNumber, getIssue, getVolume, hashCode, setArticleNumber, setIssue, setVolume
-
Methods inherited from class no.unit.nva.model.instancetypes.NonPeerReviewedPaper
getPages, setPages
-
Methods inherited from class no.unit.nva.model.instancetypes.NonPeerReviewed
isPeerReviewed, setPeerReviewed
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
getInstanceType
-
-
-
-
Constructor Detail
-
JournalCorrigendum
public JournalCorrigendum(java.lang.String volume, java.lang.String issue, java.lang.String articleNumber, Range pages, java.net.URI corrigendumFor)Creates an object that matches the Journal pattern, but throws an exception if peerReviewed is set to true.- 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.corrigendumFor- The linked resource that the corrigendum amends.
-
-