Class ChapterConferenceAbstract
- java.lang.Object
-
- no.unit.nva.model.instancetypes.chapter.ChapterConferenceAbstract
-
- All Implemented Interfaces:
PublicationInstance<Range>
public class ChapterConferenceAbstract extends java.lang.Object implements PublicationInstance<Range>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Constructor Summary
Constructors Constructor Description ChapterConferenceAbstract(Range pages)Conference abstract as Chapter: an abstract of a presentation given at a conference and published as a Chapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)RangegetPages()inthashCode()-
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
-
ChapterConferenceAbstract
public ChapterConferenceAbstract(Range pages)
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 Detail
-
getPages
public Range getPages()
- Specified by:
getPagesin interfacePublicationInstance<Range>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-