university
Class EmployeeFactory

java.lang.Object
  extended by university.PersonFactory
      extended by university.EmployeeFactory
Direct Known Subclasses:
FacultyFactory, StaffFactory

public abstract class EmployeeFactory
extends PersonFactory

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
 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

salary

protected int salary
Constructor Detail

EmployeeFactory

public EmployeeFactory()
Creates a new instance of BuildEmployee

Method Detail

buildEmployeeInfo

public void buildEmployeeInfo()
Build the Employee information entered from the console