Class ReportBookOfAbstract
- java.lang.Object
-
- no.unit.nva.model.instancetypes.report.ReportBookOfAbstract
-
- All Implemented Interfaces:
PublicationInstance<MonographPages>
public class ReportBookOfAbstract extends java.lang.Object implements PublicationInstance<MonographPages>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Constructor Summary
Constructors Constructor Description ReportBookOfAbstract(MonographPages pages)Book of abstracts: contains abstracts of presentations (lectures and posters) given at a specific conference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)MonographPagesgetPages()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
-
ReportBookOfAbstract
public ReportBookOfAbstract(MonographPages pages)
Book of abstracts: contains abstracts of presentations (lectures and posters) given at a specific conference. Published by a publisher or by the conference itself.- Parameters:
pages- A description of the number of pages.
-
-
Method Detail
-
getPages
public MonographPages getPages()
- Specified by:
getPagesin interfacePublicationInstance<MonographPages>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-