Class ChapterArticle
- java.lang.Object
-
- no.unit.nva.model.instancetypes.PeerReviewed<Range>
-
- no.unit.nva.model.instancetypes.PeerReviewedPaper
-
- no.unit.nva.model.instancetypes.chapter.ChapterArticle
-
- All Implemented Interfaces:
PublicationInstance<Range>
- Direct Known Subclasses:
AcademicChapter,EncyclopediaChapter,ExhibitionCatalogChapter,Introduction,NonFictionChapter,PopularScienceChapter,TextbookChapter
public class ChapterArticle extends PeerReviewedPaper
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPAGES_FIELDstatic java.lang.StringPEER_REVIEWED_FIELD-
Fields inherited from class no.unit.nva.model.instancetypes.PeerReviewedPaper
originalResearch
-
-
Constructor Summary
Constructors Constructor Description ChapterArticle(Range pages, boolean peerReviewed, boolean originalResearch)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChapterArticlefromJson(Range pages, boolean peerReviewed, boolean originalResearch, ChapterArticleContentType contentType)-
Methods inherited from class no.unit.nva.model.instancetypes.PeerReviewedPaper
equals, getPages, hashCode, isOriginalResearch, setOriginalResearch, setPages
-
Methods inherited from class no.unit.nva.model.instancetypes.PeerReviewed
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
-
-
-
-
Field Detail
-
PAGES_FIELD
public static final java.lang.String PAGES_FIELD
- See Also:
- Constant Field Values
-
PEER_REVIEWED_FIELD
public static final java.lang.String PEER_REVIEWED_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChapterArticle
public ChapterArticle(Range pages, boolean peerReviewed, boolean originalResearch)
-
-
Method Detail
-
fromJson
public static ChapterArticle fromJson(Range pages, boolean peerReviewed, boolean originalResearch, ChapterArticleContentType contentType)
-
-