Class Venue
- java.lang.Object
-
- no.unit.nva.model.instancetypes.artistic.design.realization.Venue
-
- All Implemented Interfaces:
WithSequence
- Direct Known Subclasses:
PerformingArtsVenue
public class Venue extends java.lang.Object implements WithSequence
-
-
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_FIELD
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)TimegetDate()PlacegetPlace()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
-
-
Method Detail
-
getPlace
public Place getPlace()
-
getDate
public Time 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
-
-