Class Room

    • Constructor Detail

      • Room

        public Room()
      • Room

        public Room​(Integer id)
      • Room

        public Room​(String code)
    • Method Detail

      • getSchool

        public School getSchool()
      • setSchool

        public void setSchool​(School school)
      • getBuilding

        public Building getBuilding()
      • setBuilding

        public void setBuilding​(Building building)
      • getFloor

        public int getFloor()
      • setFloor

        public void setFloor​(int floor)
      • getCampus

        public Campus getCampus()
      • setCampus

        public void setCampus​(Campus campus)
      • getCapacity

        public int getCapacity()
      • setCapacity

        public void setCapacity​(int capacity)
      • getRoomType

        public RoomType getRoomType()
      • setRoomType

        public void setRoomType​(RoomType type)
      • getDepartment

        public Department getDepartment()
      • setDepartment

        public void setDepartment​(Department department)