Class PerformingArtsSubtypeOther
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.performingarts.PerformingArtsSubtype
-
- no.unit.nva.model.instancetypes.artistic.performingarts.PerformingArtsSubtypeOther
-
public class PerformingArtsSubtypeOther extends PerformingArtsSubtype
-
-
Field Summary
-
Fields inherited from class no.unit.nva.model.instancetypes.artistic.performingarts.PerformingArtsSubtype
TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPerformingArtsSubtypeOther(PerformingArtsSubtypeEnum 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.performingarts.PerformingArtsSubtype
create, createOther, fromJson, getType
-
-
-
-
Constructor Detail
-
PerformingArtsSubtypeOther
protected PerformingArtsSubtypeOther(PerformingArtsSubtypeEnum type, java.lang.String description)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classPerformingArtsSubtype
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPerformingArtsSubtype
-
-