public interface ISeason
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getImageURL()
Used to get a URL which points too a image of the season
|
int |
getSeasonNumber()
Get the number of the season
|
IShow |
getShow()
Get the show the season belongs too
|
java.net.URL |
getURL()
Used to get the episode listing URL for the season
|
void |
setImageURL(java.net.URL imageURL)
Used to set a URL which points too a image of the season
|
void |
setSeasonNumber(int seasonNumber)
Used to set the season number
|
void |
setURL(java.net.URL url)
Sets the episode listing URL for the season
|
java.net.URL getURL()
void setURL(java.net.URL url)
url
- The episode listing URL for the seasonint getSeasonNumber()
IShow getShow()
java.net.URL getImageURL()
void setImageURL(java.net.URL imageURL)
imageURL
- A URL which points too a image of the seasonvoid setSeasonNumber(int seasonNumber)
seasonNumber
- the season number