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 void
addIndices()
AddsCourseIndex
s to already existingCourse
s.private void
changeClassLocation()
Changes the location for a class.private void
changeClassSize()
private void
changeCourseCode()
private void
changeCourseDescription()
private void
changeCourseSchool()
void
print()
Prints prompts for the User to key in so that the relevant information to update aCourse
is 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()AddsCourseIndex
s to already existingCourse
s. -
changeClassLocation
private void changeClassLocation()Changes the location for a class.
-