|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuniversity.PersonFactory
university.EmployeeFactory
public abstract class EmployeeFactory
Abstract Class to build the employee information.
Field Summary | |
---|---|
protected int |
salary
|
Fields inherited from class university.PersonFactory |
---|
address, console, gender, name, unit |
Constructor Summary | |
---|---|
EmployeeFactory()
Creates a new instance of BuildEmployee |
Method Summary | |
---|---|
protected void |
buildEmployeeInfo()
Build the Employee information entered from the console |
Methods inherited from class university.PersonFactory |
---|
buildPersonInfo, createPerson |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int salary
Constructor Detail |
---|
public EmployeeFactory()
Method Detail |
---|
protected void buildEmployeeInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |