Class FacultyList

java.lang.Object
example.app.entitylist.EntityList<Faculty>
example.app.entitylist.FacultyList

public class FacultyList extends EntityList<Faculty>

Class FacultyList

This class represents a list of faculties. It extends the EntityList class. It creates an abstraction for doing FileDatabase related operations that is related to faculties. It also provides some other methods that is related to a faculty list but not necessarily to a particular faculty.