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