Class Seat

    • Constructor Detail

      • Seat

        protected Seat()
      • Seat

        public Seat​(Venue venue,
                    String section,
                    int row,
                    int position)
    • Method Detail

      • getVenue

        public Venue getVenue()
      • getVenueId

        public String getVenueId()
      • getSection

        public String getSection()
      • getRow

        public int getRow()
      • getPosition

        public int getPosition()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object