org.stanwood.media.model
Interface ISeason

All Known Implementing Classes:
CacheSeason, Season, XMLSeason

public interface ISeason

Base interface for all season classes


Method Summary
 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 setURL(java.net.URL url)
          Sets the episode listing URL for the season
 

Method Detail

getURL

java.net.URL getURL()
Used to get the episode listing URL for the season

Returns:
The episode listing URL for the season

setURL

void setURL(java.net.URL url)
Sets the episode listing URL for the season

Parameters:
url - The episode listing URL for the season

getSeasonNumber

int getSeasonNumber()
Get the number of the season

Returns:
The season number

getShow

IShow getShow()
Get the show the season belongs too

Returns:
The show the season belongs too