Package MySTARS
Class UpdateCourseView
java.lang.Object
MySTARS.View
MySTARS.UpdateCourseView
public final class UpdateCourseView extends View
Updates
Course object and with new information.- Since:
- 2020-11-1
- Version:
- 1.0
- Author:
- Bhargav
-
Constructor Summary
Constructors Constructor Description UpdateCourseView() -
Method Summary
Modifier and Type Method Description private voidaddIndices()AddsCourseIndexs to already existingCourses.private voidchangeClassLocation()Changes the location for a class.private voidchangeClassSize()private voidchangeCourseCode()private voidchangeCourseDescription()private voidchangeCourseSchool()voidprint()Prints prompts for the User to key in so that the relevant information to update aCourseis keyed in.
-
Constructor Details
-
UpdateCourseView
public UpdateCourseView()
-
-
Method Details
-
print
public void print() -
changeCourseCode
private void changeCourseCode() -
changeCourseDescription
private void changeCourseDescription() -
changeCourseSchool
private void changeCourseSchool() -
changeClassSize
private void changeClassSize() -
addIndices
private void addIndices()AddsCourseIndexs to already existingCourses. -
changeClassLocation
private void changeClassLocation()Changes the location for a class.
-