Index
C E G L M P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- setCapacity(int) - Method in class Lab
- setDay(String) - Method in class Lab
- setFirstName(String) - Method in class Student
- setGrade(int) - Method in class Student
- setId(String) - Method in class Student
- setLastName(String) - Method in class Student
- setStudents(Student[]) - Method in class Lab
-
we pass the array of students to this method and set into Lab and update the currentSize
- Student - Class in <Unnamed>
-
The Student class represents a student in a student administration system.
- Student(String, String, String) - Constructor for class Student
-
Create a new student with a given name and ID number.
All Classes All Packages