Class ConferenceAbstract
java.lang.Object
no.unit.nva.model.instancetypes.NonPeerReviewedPaper
no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
no.unit.nva.model.instancetypes.journal.ConferenceAbstract
- All Implemented Interfaces:
JournalContent,PublicationInstance<Range>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants -
Constructor Summary
ConstructorsConstructorDescriptionConferenceAbstract(String volume, String issue, String articleNumber, Range pages) Conference abstract as Publication in journal: an abstract of a presentation given at a conference and published in a Journal. -
Method Summary
Methods inherited from class no.unit.nva.model.instancetypes.journal.JournalNonPeerReviewedContent
equals, getArticleNumber, getIssue, getVolume, hashCode, setArticleNumber, setIssue, setVolumeMethods inherited from class no.unit.nva.model.instancetypes.NonPeerReviewedPaper
getPagesMethods 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
-
Constructor Details
-
ConferenceAbstract
Conference abstract as Publication in journal: an abstract of a presentation given at a conference and published in a Journal.- 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.
-