Package main.Pages

Class StudentRequestTitleChange

java.lang.Object
main.Pages.Page
main.Pages.StudentRequestTitleChange

public class StudentRequestTitleChange extends Page
StudentRequestTitleChange is a subclass of Page that allows supervisor to transfer student
Since:
13-4-2023
  • Constructor Details

    • StudentRequestTitleChange

      public StudentRequestTitleChange(Page previousPage, Student student)
      Constructor for this class
      Parameters:
      previousPage - the previous page
      student - the current 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 StudentMain