|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--PersonnelMgr
This is the main class of a simple Java program. In this initial implementation, it just creates a new object based on the UWPerson class, then prints out information about that object.
| Constructor Summary | |
PersonnelMgr()
|
|
| Method Summary | |
static void |
main(java.lang.String[] arg)
Test run. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PersonnelMgr()
| Method Detail |
public static void main(java.lang.String[] arg)
arg - String array of use supplied command line arguments.
Arguments are ignored in this implementation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||