Interface UniversityPeople

All Known Implementing Classes:
Employee, UndergradStudent

public interface UniversityPeople


Method Summary
 java.lang.String report()
          Produces a printable report of the university person.
 

Method Detail

report

java.lang.String report()
Produces a printable report of the university person.

Returns:
Printable report about this person.