Package main.Pages

Class CoordTransferStudent

java.lang.Object
main.Pages.Page
main.Pages.CoordTransferStudent

public class CoordTransferStudent extends Page
Page for Coordinator to request to transfer student
Since:
2023-4-13
  • Constructor Details

    • CoordTransferStudent

      public CoordTransferStudent(Page previousPage, Coordinator coordinator)
      Base constructor for this page
      Parameters:
      previousPage - the previous page
      coordinator - the curretn user
  • Method Details

    • executable

      public Page executable()
      Main executable for this page Please see the Page class for abstract method
      Specified by:
      executable in class Page
      Returns:
      next page CoordinatorMain