M P T U

M

main(String[]) - Static method in class PersonnelMgr
Test run.

P

PersonnelMgr - class PersonnelMgr.
This is the main class of a simple Java program.
PersonnelMgr() - Constructor for class PersonnelMgr
 

T

toString() - Method in class UWPerson
Provide a String representation of this object.

U

UWPerson - class UWPerson.
This class can be used to represent a member of the UW community.
UWPerson(String, String, String) - Constructor for class UWPerson
Create a new UWPerson using the name information provided.

M P T U