Package com.esprit.models.series
Class Episode
java.lang.Object
com.esprit.models.series.Episode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
title
-
episodeNumber
private int episodeNumber -
season
private int season -
image
-
video
-
seriesId
private int seriesId -
series
-
feedbacks
-
-
Constructor Details
-
Episode
public Episode(String title, int episodeNumber, int season, String image, String video, int seriesId) Constructor without id for creating new episode instances.- Parameters:
title
- the title of the episodeepisodeNumber
- the episode numberseason
- the season numberimage
- the image URL of the episodevideo
- the video URL of the episodeseriesId
- the ID of the series
-