- getCredits() - Method in class objectiostream.Student
-
Returns the student's credits field as an int
value.
- getFirstName() - Method in class objectiostream.Student
-
Returns the student's first name field as a String
- getGrade() - Method in class objectiostream.Student
-
Returns the student's grade field as a String,
either A, B+, B, C+, C, D+, D or F.
- getLastName() - Method in class objectiostream.Student
-
Returns the student's last name field as a String
- getTuition() - Method in class objectiostream.SuffolkResident
-
Returns the semester tuition for a student as an int based on number
of credits.
- getTuition() - Method in interface objectiostream.Tuition
-
- getTuitionString() - Method in class objectiostream.Student
-
An abstract
placeholder method for the getTuitionString()
method which assures that all subclasses of class Student must
implement this method which is called from the toString() method
of this Student class.
- getTuitionString() - Method in class objectiostream.SuffolkResident
-
Returns the formatted semester tuition field with a label as a string.