- setAddress(String, String, String) - Method in class Person
-
Set a new address for this person.
- setName(String) - Method in class Person
-
Set a new name for this person.
- setRoom(String) - Method in class Staff
-
Set a new room number for this person.
- setYearOfBirth(int) - Method in class Person
-
Set a new birth year for this person.
- Staff - Class in <Unnamed>
-
A class representing staff members for a simple BlueJ demo program.
- Staff() - Constructor for class Staff
-
Create a staff member with default settings for detail information.
- Staff(String, int, String) - Constructor for class Staff
-
Create a staff member with given name, year of birth and room
number.
- Student - Class in <Unnamed>
-
A class representing students for a simple BlueJ demo program.
- Student() - Constructor for class Student
-
Create a student with default settings for detail information.
- Student(String, int, String) - Constructor for class Student
-
Create a student with given name, year of birth and student ID