university
Interface Build

All Known Implementing Classes:
FacultyFactory, GraduateFactory, StaffFactory, UndergraduateFactory

public interface Build

Interface for factories to build objects.


Method Summary
 Person build()
          Create a new Person.
 

Method Detail

build

Person build()
Create a new Person.

Returns:
Person The Person that was created.