|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEpisode
A base interface for all episodes
Method Summary | |
---|---|
java.util.Date |
getDate()
Gets the first air date of the episode |
java.lang.String |
getEpisodeId()
Used to get the numeric unique episode id used by the source |
int |
getEpisodeNumber()
Gets the number of the episode. |
java.net.URL |
getImageURL()
Used to get a URL which points to a image of the episode |
ISeason |
getSeason()
Get the season the episode belongs too |
java.net.URL |
getUrl()
Used to get the URL used to get a summary of the show |
boolean |
isSpecial()
Used to find out if this is a special |
void |
setDate(java.util.Date airDate)
Sets the air date of the show |
void |
setEpisodeId(java.lang.String episodeId)
Used to set the numeric unique episode id used by the source |
void |
setEpisodeNumber(int episodeNumner)
Sets the number of the episode. |
void |
setImageURL(java.net.URL imageURL)
Used to set a URL which points too a image of the episode |
void |
setUrl(java.net.URL url)
Used to set the URL used to get a summary of the show |
Methods inherited from interface org.stanwood.media.model.IVideo |
---|
getDirectors, getFiles, getSummary, getTitle, getWriters, setDirectors, setFiles, setSummary, setTitle, setWriters |
Methods inherited from interface org.stanwood.media.model.IVideoActors |
---|
getActors, setActors |
Methods inherited from interface org.stanwood.media.model.IVideoRating |
---|
getRating, setRating |
Method Detail |
---|
ISeason getSeason()
int getEpisodeNumber()
void setEpisodeNumber(int episodeNumner)
episodeNumner
- void setDate(java.util.Date airDate)
airDate
- The air date of the showboolean isSpecial()
java.util.Date getDate()
void setUrl(java.net.URL url)
url
- The summary URLjava.net.URL getUrl()
java.lang.String getEpisodeId()
void setEpisodeId(java.lang.String episodeId)
episodeId
- The numeric unique episode id used by the sourcejava.net.URL getImageURL()
void setImageURL(java.net.URL imageURL)
imageURL
- A URL which points too a image of the episode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |