Package src.controller
Class MovieReviewManager
Object
MovieReviewManager
Controller class for handling all logic related to
MovieReview
- Version:
- 1.0
- Author:
- Jerick, Yeek Sheng
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMovieReview
(MovieGoer movieGoer, Movie movie, String review, double movieReviewRating)
-
Constructor Details
-
MovieReviewManager
public MovieReviewManager()Constructor
-
-
Method Details
-
createMovieReview
public MovieReview createMovieReview(MovieGoer movieGoer, Movie movie, String review, double movieReviewRating) - Parameters:
movieGoer
- is theMovieGoer
who sets the reviewmovie
- is the movie that the review given toreview
- is the review of the moviemovieReviewRating
- is the rating of the movie- Returns:
- The created
MovieReview
object
-