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)
      • getCampus

        public Campus getCampus()
      • setCampus

        public void setCampus​(Campus campus)
      • getRoomType

        public RoomType getRoomType()
      • setRoomType

        public void setRoomType​(RoomType type)
      • getDepartment

        public Department getDepartment()
      • setDepartment

        public void setDepartment​(Department department)