Class JournalArticle
java.lang.Object
no.unit.nva.model.instancetypes.journal.JournalArticle
- All Implemented Interfaces:
PublicationInstance<Range>
- Direct Known Subclasses:
AcademicArticle,AcademicLiteratureReview,CaseReport,PopularScienceArticle,ProfessionalArticle,StudyProtocol
-
Nested Class Summary
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJournalArticle(Range pages, String volume, String issue, String articleNumber) -
Method Summary
Methods 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
-
Field Details
-
PAGES_FIELD
- See Also:
-
TYPE
- See Also:
-
VOLUME_FIELD
- See Also:
-
ISSUE_FIELD
- See Also:
-
ARTICLE_NUMBER_FIELD
- See Also:
-
CONTENT_TYPE_FIELD
- See Also:
-
-
Constructor Details
-
JournalArticle
-
-
Method Details
-
fromJson
public static JournalArticle fromJson(Range pages, String volume, String issue, String articleNumber, JournalArticleContentType contentType) -
getVolume
-
getIssue
-
getArticleNumber
-
getPages
- Specified by:
getPagesin interfacePublicationInstance<Range>
-
equals
-
hashCode
public int hashCode()
-