Class ExhibitionProductionSubtypeOther
- java.lang.Object
-
- no.unit.nva.model.instancetypes.exhibition.ExhibitionProductionSubtype
-
- no.unit.nva.model.instancetypes.exhibition.ExhibitionProductionSubtypeOther
-
public class ExhibitionProductionSubtypeOther extends ExhibitionProductionSubtype
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTION_FIELDstatic java.lang.StringTYPE_FIELD-
Fields inherited from class no.unit.nva.model.instancetypes.exhibition.ExhibitionProductionSubtype
DESCRIPTION, TYPE
-
-
Constructor Summary
Constructors Constructor Description ExhibitionProductionSubtypeOther(ExhibitionProductionSubtypeEnum type, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDescription()inthashCode()-
Methods inherited from class no.unit.nva.model.instancetypes.exhibition.ExhibitionProductionSubtype
create, createOther, fromJson, getSubtype
-
-
-
-
Field Detail
-
TYPE_FIELD
public static final java.lang.String TYPE_FIELD
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD
public static final java.lang.String DESCRIPTION_FIELD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExhibitionProductionSubtypeOther
public ExhibitionProductionSubtypeOther(ExhibitionProductionSubtypeEnum type, java.lang.String description)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classExhibitionProductionSubtype
-
hashCode
public int hashCode()
- Overrides:
hashCodein classExhibitionProductionSubtype
-
-