Package MySTARS
Class AddCourseView
java.lang.Object
MySTARS.View
MySTARS.AddCourseView
public final class AddCourseView extends View
Create new
Course object and fills in necessary information.- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav, Jia Hui
-
Constructor Summary
Constructors Constructor Description AddCourseView() -
Method Summary
Modifier and Type Method Description voidadminAddCourse()Prints prompts for the admin user to key in so that the relevant information for a newCourseis keyed in.voidprint()Required method fromView.voidstudentAddCourse()Displays all available course information.
-
Constructor Details
-
AddCourseView
public AddCourseView()
-
-
Method Details
-
print
public void print()Required method fromView. -
adminAddCourse
public void adminAddCourse()Prints prompts for the admin user to key in so that the relevant information for a newCourseis keyed in. -
studentAddCourse
public void studentAddCourse()Displays all available course information. Prompts student user to select a course to add to their own timetable.
-