Class FeatureArticle
- 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.FeatureArticle
-
- All Implemented Interfaces:
JournalContent,PublicationInstance<Range>
public class FeatureArticle extends JournalNonPeerReviewedContent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeatureArticle.Builder-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Field Summary
-
Fields inherited from class no.unit.nva.model.instancetypes.NonPeerReviewed
PEER_REVIEWED_ERROR_TEMPLATE
-
-
Constructor Summary
Constructors Constructor Description FeatureArticle(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, 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
-
FeatureArticle
public FeatureArticle(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.
-
-