Class DoorPK

    • Field Detail

      • houseId

        private int houseId
      • doorId

        private int doorId
    • Constructor Detail

      • DoorPK

        public DoorPK()
      • DoorPK

        public DoorPK​(int houseId,
                      int doorId)
    • Method Detail

      • getHouseId

        public int getHouseId()
      • getDoorId

        public int getDoorId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object