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
-
a setter for capacity
- setDay(String) - Method in class Lab
-
a setter for day
- setFirstName(String) - Method in class Student
- setGrade(int) - Method in class Student
-
getter and setter for both id and grade
- setId(String) - Method in class Student
-
this method will reset the students ID according to its digit counts if the input has more or less than 7 digits the method will print an error
- setStudents(Student[]) - Method in class Lab
-
setter for students which sets te new list of students
- Student - Class in <Unnamed>
- Student(String, String, String) - Constructor for class Student
-
creat a new stdent nam and id number
All Classes All Packages