public class DBShow extends Show
Constructor and Description |
---|
DBShow()
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getId()
Used to get the database ID of the show
|
DBMediaDirectory |
getMediaDirectory()
Used to get the media directory that the show belongs to
|
java.util.List<DBSeason> |
getSeasons()
Used to get a list of seasons within the show
|
void |
setId(java.lang.Long id)
Used to set the database ID of the show
|
void |
setMediaDirectory(DBMediaDirectory mediaDirectory)
Used to set the media directory that the show belongs to
|
void |
setSeasons(java.util.List<DBSeason> seasons)
Used to set a list of seasons within the show
|
addGenre, getCertifications, getExtraInfo, getGenres, getImageURL, getLongSummary, getName, getPreferredGenre, getShortSummary, getShowId, getShowURL, getSourceId, getStudio, setCertifications, setExtraInfo, setGenres, setImageURL, setLongSummary, setName, setPreferredGenre, setShortSummary, setShowId, setShowURL, setSourceId, setStudio, toString
public java.lang.Long getId()
public void setId(java.lang.Long id)
id
- the database ID of the showpublic DBMediaDirectory getMediaDirectory()
public void setMediaDirectory(DBMediaDirectory mediaDirectory)
mediaDirectory
- the media directory that the show belongs topublic java.util.List<DBSeason> getSeasons()
public void setSeasons(java.util.List<DBSeason> seasons)
seasons
- a list of seasons within the show