Constructor and Description |
---|
DBSeason()
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DBEpisode> |
getEpisodes()
Used to get a list of episodes in the season
|
java.lang.Long |
getId()
Used to get the database ID of the season
|
void |
setEpisodes(java.util.List<DBEpisode> episodes)
Used to set the list of episodes in the season
|
void |
setId(java.lang.Long id)
Used to set the database ID of the season
|
getImageURL, getSeasonNumber, getShow, getURL, setImageURL, setSeasonNumber, setShow, setURL
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the database ID of the seasonpublic java.util.List<DBEpisode> getEpisodes()
public void setEpisodes(java.util.List<DBEpisode> episodes)
episodes
- the list of episodes in the season