classroom property

int? classroom
final

Reference to the classroom for this specific timeslot.

Nullable because some timeslots may not have a classroom assigned. Different timeslots for the same course may reference different classrooms.

Implementation

final int? classroom;