Index
C E G L M P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAvg() - Method in class Lab
-
getter for average which returns the average
- getCapacity() - Method in class Lab
-
a getter for capacity
- getDay() - Method in class Lab
-
a normal getter for day which gets the day
- getFirstName() - Method in class Student
-
get the first name of a student
- getGrade() - Method in class Student
-
a normal getter for grade
- getId() - Method in class Student
-
a normal getter which returns the ID
- getLastName() - Method in class Student
-
getLastName method is used to return the students last name
- getStudents() - Method in class Lab
-
getter for students which returns the array of students
All Classes All Packages