Class MediaFeatureArticle
- java.lang.Object
-
- no.unit.nva.model.instancetypes.NonPeerReviewedPaper
-
- no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
-
- no.unit.nva.model.instancetypes.media.MediaFeatureArticle
-
- All Implemented Interfaces:
JournalContent,PublicationInstance<Range>
public class MediaFeatureArticle extends JournalNonPeerReviewedContent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Constructor Summary
Constructors Constructor Description MediaFeatureArticle(java.lang.String volume, java.lang.String issue, java.lang.String articleNumber, Range pages)Creates an object that matches the Journal pattern, but throws an exception if peerReviewed is set to true.
-
Method Summary
-
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
-
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
-
MediaFeatureArticle
public MediaFeatureArticle(java.lang.String volume, java.lang.String issue, java.lang.String articleNumber, Range pages)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.
-
-