Package main.Pages
Class StudentRequestTitleChange
java.lang.Object
main.Pages.Page
main.Pages.StudentRequestTitleChange
StudentRequestTitleChange is a subclass of Page that allows supervisor to transfer student
- Since:
- 13-4-2023
-
Constructor Summary
ConstructorsConstructorDescriptionStudentRequestTitleChange
(Page previousPage, Student student) Constructor for this class -
Method Summary
Modifier and TypeMethodDescriptionMain executable for this page Please see thePage
class for abstract methodMethods inherited from class main.Pages.Page
getPreviousPage
-
Constructor Details
-
StudentRequestTitleChange
Constructor for this class- Parameters:
previousPage
- the previous pagestudent
- the current user
-
-
Method Details
-
executable
Main executable for this page Please see thePage
class for abstract method- Specified by:
executable
in classPage
- Returns:
- next page
StudentMain
-