Class ChapterConferenceAbstract
java.lang.Object
no.unit.nva.model.instancetypes.chapter.ChapterConferenceAbstract
- All Implemented Interfaces:
PublicationInstance<Range>
-
Nested Class Summary
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants -
Constructor Summary
ConstructorsConstructorDescriptionChapterConferenceAbstract(Range pages) Conference abstract as Chapter: an abstract of a presentation given at a conference and published as a Chapter. -
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
-
Constructor Details
-
ChapterConferenceAbstract
Conference abstract as Chapter: an abstract of a presentation given at a conference and published as a Chapter.- Parameters:
pages- A description of the number of pages.
-
-
Method Details