|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShow
Base interface for all show classes
Method Summary | |
---|---|
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 |
Methods inherited from interface org.stanwood.media.model.IVideoGenre |
---|
addGenre, getGenres, getPreferredGenre, setGenres, setPreferredGenre |
Methods inherited from interface org.stanwood.media.model.IVideoExtra |
---|
getExtraInfo, setExtraInfo |
Methods inherited from interface org.stanwood.media.model.IVideoCertification |
---|
getCertifications, setCertifications |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |