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 thePageclass 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 thePageclass for abstract method- Specified by:
executablein classPage- Returns:
- next page
StudentMain
-