public interface IShow extends IVideoGenre, IVideoExtra, IVideoCertification
Modifier and Type | Method and Description |
---|---|
java.net.URL |
getImageURL()
Used to get a URL which points too a image of the show
|
java.lang.String |
getLongSummary()
Used to get a long summary of the show
|
java.lang.String |
getName()
Used to get the name/title of the show
|
java.lang.String |
getShortSummary()
Used to get a short summary of the show
|
java.lang.String |
getShowId()
Used to get the id of the show, which was defined by
the source it was fetched from.
|
java.net.URL |
getShowURL()
Used to get a URL which points to a summary of the show
|
java.lang.String |
getSourceId()
Used to get the source id of the source that was used to retrieve the shows information.
|
java.lang.String |
getStudio()
Used to get the studio of the show
|
void |
setImageURL(java.net.URL imageURL)
Used to set a URL which points too a image of the show
|
void |
setLongSummary(java.lang.String longSummary)
Used to set the long summary of the show
|
void |
setName(java.lang.String name)
Used to set the name/title of the show
|
void |
setShortSummary(java.lang.String shortSummary)
Used to set the show summary of the show
|
void |
setShowURL(java.net.URL showURL)
Used too set the URL which points to a summary of the show
|
void |
setSourceId(java.lang.String sourceId)
Used to set the source id of the source that was used to retrieve the shows information.
|
void |
setStudio(java.lang.String studio)
Used to set the studio of the show
|
addGenre, getGenres, getPreferredGenre, setGenres, setPreferredGenre
getExtraInfo, setExtraInfo
getCertifications, setCertifications
void setLongSummary(java.lang.String longSummary)
longSummary
- The long summary of the showvoid setShortSummary(java.lang.String shortSummary)
shortSummary
- The short summary iof the showvoid setName(java.lang.String name)
name
- The name of the showvoid setShowURL(java.net.URL showURL)
showURL
- The URL which points to a summary of the showjava.lang.String getLongSummary()
java.lang.String getShortSummary()
java.lang.String getName()
java.lang.String getShowId()
java.net.URL getImageURL()
void setImageURL(java.net.URL imageURL)
imageURL
- A URL which points too a image of the showjava.net.URL getShowURL()
java.lang.String getSourceId()
void setSourceId(java.lang.String sourceId)
sourceId
- The source idjava.lang.String getStudio()
void setStudio(java.lang.String studio)
studio
- the studio of the show