Class RoomPK

    • Field Detail

      • houseId

        private int houseId
      • roomId

        private int roomId
    • Constructor Detail

      • RoomPK

        public RoomPK()
      • RoomPK

        public RoomPK​(int houseId,
                      int roomId)
    • Method Detail

      • getHouseId

        public int getHouseId()
      • getRoomId

        public int getRoomId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object