|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuniversity.PersonFactory
university.EmployeeFactory
university.FacultyFactory
public class FacultyFactory
Builds a new faculty member from information entered into the console
Field Summary | |
---|---|
protected java.lang.String |
specialty
|
protected FacultyStatus |
status
|
Fields inherited from class university.EmployeeFactory |
---|
salary |
Fields inherited from class university.PersonFactory |
---|
address, console, gender, name, unit |
Constructor Summary | |
---|---|
FacultyFactory()
Creates a new instance of BuildFaculty |
Method Summary | |
---|---|
Person |
build()
Builds a new instance of Faculty from the information entered from the console |
Methods inherited from class university.EmployeeFactory |
---|
buildEmployeeInfo |
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 FacultyStatus status
protected java.lang.String specialty
Constructor Detail |
---|
public FacultyFactory()
Method Detail |
---|
public Person build()
build
in interface Build
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |