Class MovingPictureSubtype
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.film.MovingPictureSubtype
-
- Direct Known Subclasses:
MovingPictureSubtypeOther
public class MovingPictureSubtype extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedMovingPictureSubtype(MovingPictureSubtypeEnum type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MovingPictureSubtypecreate(MovingPictureSubtypeEnum type)static MovingPictureSubtypecreateOther(java.lang.String description)booleanequals(java.lang.Object o)static MovingPictureSubtypefromJson(MovingPictureSubtypeEnum type, java.lang.String description)MovingPictureSubtypeEnumgetType()inthashCode()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MovingPictureSubtype
protected MovingPictureSubtype(MovingPictureSubtypeEnum type)
-
-
Method Detail
-
createOther
public static MovingPictureSubtype createOther(java.lang.String description)
-
fromJson
public static MovingPictureSubtype fromJson(MovingPictureSubtypeEnum type, java.lang.String description)
-
create
public static MovingPictureSubtype create(MovingPictureSubtypeEnum type)
-
getType
public MovingPictureSubtypeEnum getType()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-