- setCredits(int) - Method in class objectiostream.Student
-
Sets value for the student's credits field which must not be negative.
- setFirstName(String) - Method in class objectiostream.Student
-
Sets value for student first name field.
- setGrade(String) - Method in class objectiostream.Student
-
Sets value for student grade field which must be from the list
A, B+, B, C+, C, D+, D or F.
- setLastName(String) - Method in class objectiostream.Student
-
Sets value for student last name field.
- Student - Class in objectiostream
-
The Student class definition which manages student first name, last name,
grade and credits fields.
- Student() - Constructor for class objectiostream.Student
-
Constructor sets default values for student first name, last name,
grade and credits fields.
- Student(String, String, String, int) - Constructor for class objectiostream.Student
-
Constructor sets initial values for student first name, last name,
grade and credits fields.
- SuffolkResident - Class in objectiostream
-
The SuffolkResident class definition which manages student tuition field.
- SuffolkResident() - Constructor for class objectiostream.SuffolkResident
-
Constructor sets default values for student first name, last name,
grade and credits fields.
- SuffolkResident(String, String, String, int) - Constructor for class objectiostream.SuffolkResident
-
Explicit call to superclass constructor Student sets initial values
for the student first name, last name, grade and credits fields.