Class SeatPK

    • Field Detail

      • venueId

        private String venueId
      • section

        private String section
      • row

        private int row
      • position

        private int position
    • Constructor Detail

      • SeatPK

        protected SeatPK()
      • SeatPK

        public SeatPK​(String venueId,
                      String section,
                      int row,
                      int position)
    • Method Detail

      • 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