Uses of Class
model.objects.StudentSchedule
-
Packages that use StudentSchedule Package Description model.objects -
-
Uses of StudentSchedule in model.objects
Methods in model.objects that return StudentSchedule Modifier and Type Method Description StudentScheduleStudentSchedule. setClasses(Class[][] classes)StudentScheduleStudentSchedule. setFirstHour(short firstHour)StudentScheduleStudentSchedule. setLastHour(short lastHour)StudentScheduleStudentSchedule. setSemester(String semester)StudentScheduleStudentSchedule. setStudentsInGroup(String studentsInGroup)Methods in model.objects that return types with arguments of type StudentSchedule Modifier and Type Method Description Set<StudentSchedule>Student. getSchedules()Method parameters in model.objects with type arguments of type StudentSchedule Modifier and Type Method Description StudentStudent. setSchedules(Set<StudentSchedule> schedules)
-