Class PerformingArts
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.performingarts.PerformingArts
-
- All Implemented Interfaces:
PublicationInstance<NullPages>
public class PerformingArts 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.StringDESCRIPTION_FIELDstatic java.lang.StringOUTPUTS_FIELDstatic java.lang.StringSUBTYPE_FIELD
-
Constructor Summary
Constructors Constructor Description PerformingArts(PerformingArtsSubtype subtype, java.lang.String description, java.util.List<PerformingArtsOutput> outputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()java.util.List<PerformingArtsOutput>getOutputs()NullPagesgetPages()PerformingArtsSubtypegetSubtype()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
-
DESCRIPTION_FIELD
public static final java.lang.String DESCRIPTION_FIELD
- See Also:
- Constant Field Values
-
OUTPUTS_FIELD
public static final java.lang.String OUTPUTS_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PerformingArts
public PerformingArts(PerformingArtsSubtype subtype, java.lang.String description, java.util.List<PerformingArtsOutput> outputs)
-
-
Method Detail
-
getSubtype
public PerformingArtsSubtype getSubtype()
-
getDescription
public java.lang.String getDescription()
-
getOutputs
public java.util.List<PerformingArtsOutput> getOutputs()
-
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
-
-