Class LiteraryArtsPerformanceSubtypeOther
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.literaryarts.manifestation.LiteraryArtsPerformanceSubtype
-
- no.unit.nva.model.instancetypes.artistic.literaryarts.manifestation.LiteraryArtsPerformanceSubtypeOther
-
public class LiteraryArtsPerformanceSubtypeOther extends LiteraryArtsPerformanceSubtype
-
-
Field Summary
-
Fields inherited from class no.unit.nva.model.instancetypes.artistic.literaryarts.manifestation.LiteraryArtsPerformanceSubtype
DESCRIPTION_FIELD, TYPE_FIELD
-
-
Constructor Summary
Constructors Constructor Description LiteraryArtsPerformanceSubtypeOther(LiteraryArtsPerformanceSubtypeEnum 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.artistic.literaryarts.manifestation.LiteraryArtsPerformanceSubtype
create, create, createOther, fromJson, getType
-
-
-
-
Constructor Detail
-
LiteraryArtsPerformanceSubtypeOther
public LiteraryArtsPerformanceSubtypeOther(LiteraryArtsPerformanceSubtypeEnum type, java.lang.String description)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classLiteraryArtsPerformanceSubtype
-
hashCode
public int hashCode()
- Overrides:
hashCodein classLiteraryArtsPerformanceSubtype
-
-