|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.model.Season
public class Season
This is used to hold information on a season within a show
Constructor Summary | |
---|---|
Season(IShow show,
int seasonNumber)
The constructor used to create a instance of the season. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Season(IShow show, int seasonNumber)
show
- The show the season belongs tooseasonNumber
- The season numberMethod Detail |
---|
public java.net.URL getURL()
getURL
in interface ISeason
public void setURL(java.net.URL url)
setURL
in interface ISeason
url
- The episode listing URL for the seasonpublic int getSeasonNumber()
getSeasonNumber
in interface ISeason
public IShow getShow()
getShow
in interface ISeason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |