Class ExhibitionProduction
- java.lang.Object
-
- no.unit.nva.model.instancetypes.exhibition.ExhibitionProduction
-
- All Implemented Interfaces:
PublicationInstance<NullPages>
public class ExhibitionProduction extends java.lang.Object implements PublicationInstance<NullPages>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface no.unit.nva.model.instancetypes.PublicationInstance
PublicationInstance.Constants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMANIFESTATIONS_FIELDstatic java.lang.StringSUBTYPE_FIELD
-
Constructor Summary
Constructors Constructor Description ExhibitionProduction(ExhibitionProductionSubtype subtype, java.util.List<ExhibitionProductionManifestation> manifestations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<ExhibitionProductionManifestation>getManifestations()NullPagesgetPages()ExhibitionProductionSubtypegetSubtype()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
-
-
-
-
Field Detail
-
SUBTYPE_FIELD
public static final java.lang.String SUBTYPE_FIELD
- See Also:
- Constant Field Values
-
MANIFESTATIONS_FIELD
public static final java.lang.String MANIFESTATIONS_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExhibitionProduction
public ExhibitionProduction(ExhibitionProductionSubtype subtype, java.util.List<ExhibitionProductionManifestation> manifestations)
-
-
Method Detail
-
getSubtype
public ExhibitionProductionSubtype getSubtype()
-
getManifestations
public java.util.List<ExhibitionProductionManifestation> getManifestations()
-
getPages
public NullPages getPages()
- Specified by:
getPagesin interfacePublicationInstance<NullPages>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-