Package entity.list


package entity.list
  • Class
    Description
    Manages a list of Applicant objects, handling data persistence and retrieval.
    Manages a list of Manager objects, handling data persistence and retrieval.
    An abstract generic base class for managing lists of model objects of type T.
    Manages a list of Officer objects, handling data persistence and retrieval.
    Manages a list of Project objects, handling data persistence and retrieval.
    Manages a list of Request objects and their potential subclasses (e.g., Enquiry, BTOApplication), handling data persistence and retrieval.
    Defines a contract for classes whose state can be persisted (saved to) and loaded from a storage medium, typically a file identified by a path.