Class CinematicRelease
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.film.realization.CinematicRelease
-
- All Implemented Interfaces:
MovingPictureOutput,WithSequence
public class CinematicRelease extends java.lang.Object implements MovingPictureOutput
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDATEstatic java.lang.StringPLACE-
Fields inherited from interface no.unit.nva.model.instancetypes.realization.WithSequence
SEQUENCE
-
-
Constructor Summary
Constructors Constructor Description CinematicRelease(UnconfirmedPlace place, Instant date, int sequence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)InstantgetDate()UnconfirmedPlacegetPlace()intgetSequence()inthashCode()
-
-
-
Field Detail
-
PLACE
public static final java.lang.String PLACE
- See Also:
- Constant Field Values
-
DATE
public static final java.lang.String DATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CinematicRelease
public CinematicRelease(UnconfirmedPlace place, Instant date, int sequence)
-
-
Method Detail
-
getPlace
public UnconfirmedPlace getPlace()
-
getDate
public Instant getDate()
-
getSequence
public int getSequence()
- Specified by:
getSequencein interfaceWithSequence
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-