Index
C E G L M P S
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- setCapacity(int) - Method in class com.company.Lab
-
set the capacity of the lab
- setDay(String) - Method in class com.company.Lab
-
set the day of the lab
- setFirstName(String) - Method in class com.company.Student
-
set first name of student.
- setGrade(int) - Method in class com.company.Student
-
set grade of student
- setId(String) - Method in class com.company.Student
-
set ID
- setLastName(String) - Method in class com.company.Student
-
set last name of student.
- setStudents(Student[]) - Method in class com.company.Lab
-
set the students
- Student - Class in com.company
- Student(String, String, String) - Constructor for class com.company.Student
-
Create a new studet with a given name and ID number.
All Classes All Packages