org.mythtv.services.api.v025.beans
Class VideoLookup
java.lang.Object
org.mythtv.services.api.v025.beans.VideoLookup
public class VideoLookup
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoLookup
public VideoLookup()
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
getSubTitle
public java.lang.String getSubTitle()
- Returns:
- the subTitle
setSubTitle
public void setSubTitle(java.lang.String subTitle)
- Parameters:
subTitle - the subTitle to set
getSeason
public java.lang.Integer getSeason()
- Returns:
- the season
setSeason
public void setSeason(java.lang.Integer season)
- Parameters:
season - the season to set
getEpisode
public java.lang.Integer getEpisode()
- Returns:
- the episode
setEpisode
public void setEpisode(java.lang.Integer episode)
- Parameters:
episode - the episode to set
getYear
public java.lang.Integer getYear()
- Returns:
- the year
setYear
public void setYear(java.lang.Integer year)
- Parameters:
year - the year to set
getTagline
public java.lang.String getTagline()
- Returns:
- the tagline
setTagline
public void setTagline(java.lang.String tagline)
- Parameters:
tagline - the tagline to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getCertification
public java.lang.String getCertification()
- Returns:
- the certification
setCertification
public void setCertification(java.lang.String certification)
- Parameters:
certification - the certification to set
getInetref
public java.lang.String getInetref()
- Returns:
- the inetref
setInetref
public void setInetref(java.lang.String inetref)
- Parameters:
inetref - the inetref to set
getCollectionref
public java.lang.String getCollectionref()
- Returns:
- the collectionref
setCollectionref
public void setCollectionref(java.lang.String collectionref)
- Parameters:
collectionref - the collectionref to set
getHomePage
public java.lang.String getHomePage()
- Returns:
- the homePage
setHomePage
public void setHomePage(java.lang.String homePage)
- Parameters:
homePage - the homePage to set
getReleaseDate
public org.joda.time.DateTime getReleaseDate()
- Returns:
- the releaseDate
setReleaseDate
public void setReleaseDate(org.joda.time.DateTime releaseDate)
- Parameters:
releaseDate - the releaseDate to set
getUserRating
public java.lang.Float getUserRating()
- Returns:
- the userRating
setUserRating
public void setUserRating(java.lang.Float userRating)
- Parameters:
userRating - the userRating to set
getLength
public java.lang.Integer getLength()
- Returns:
- the length
setLength
public void setLength(java.lang.Integer length)
- Parameters:
length - the length to set
getLanguage
public java.lang.String getLanguage()
- Returns:
- the language
setLanguage
public void setLanguage(java.lang.String language)
- Parameters:
language - the language to set
getCountries
public java.lang.String[] getCountries()
- Returns:
- the countries
setCountries
public void setCountries(java.lang.String[] countries)
- Parameters:
countries - the countries to set
getPopularity
public java.lang.Integer getPopularity()
- Returns:
- the popularity
setPopularity
public void setPopularity(java.lang.Integer popularity)
- Parameters:
popularity - the popularity to set
getBudget
public java.lang.Integer getBudget()
- Returns:
- the budget
setBudget
public void setBudget(java.lang.Integer budget)
- Parameters:
budget - the budget to set
getRevenue
public java.lang.Integer getRevenue()
- Returns:
- the revenue
setRevenue
public void setRevenue(java.lang.Integer revenue)
- Parameters:
revenue - the revenue to set
getIMDB
public java.lang.String getIMDB()
- Returns:
- the iMDB
setIMDB
public void setIMDB(java.lang.String iMDB)
- Parameters:
iMDB - the iMDB to set
getTMSRef
public java.lang.String getTMSRef()
- Returns:
- the tMSRef
setTMSRef
public void setTMSRef(java.lang.String tMSRef)
- Parameters:
tMSRef - the tMSRef to set
getArtwork
public ArtworkItem[] getArtwork()
- Returns:
- the artwork
setArtwork
public void setArtwork(ArtworkItem[] artwork)
- Parameters:
artwork - the artwork to set