org.mythtv.services.api.v025.beans
Class VideoMetadataInfo
java.lang.Object
org.mythtv.services.api.v025.beans.VideoMetadataInfo
public class VideoMetadataInfo
- 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 |
VideoMetadataInfo
public VideoMetadataInfo()
getId
public java.lang.Integer getId()
- Returns:
- the id
setId
public void setId(java.lang.Integer id)
- Parameters:
id - the id to set
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
getTagline
public java.lang.String getTagline()
- Returns:
- the tagline
setTagline
public void setTagline(java.lang.String tagline)
- Parameters:
tagline - the tagline to set
getDirector
public java.lang.String getDirector()
- Returns:
- the director
setDirector
public void setDirector(java.lang.String director)
- Parameters:
director - the director to set
getStudio
public java.lang.String getStudio()
- Returns:
- the studio
setStudio
public void setStudio(java.lang.String studio)
- Parameters:
studio - the studio 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.Integer getCollectionref()
- Returns:
- the collectionref
setCollectionref
public void setCollectionref(java.lang.Integer 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
getAddDate
public org.joda.time.DateTime getAddDate()
- Returns:
- the addDate
setAddDate
public void setAddDate(org.joda.time.DateTime addDate)
- Parameters:
addDate - the addDate 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
getPlayCount
public java.lang.Integer getPlayCount()
- Returns:
- the playCount
setPlayCount
public void setPlayCount(java.lang.Integer playCount)
- Parameters:
playCount - the playCount 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
getParentalLevel
public java.lang.Integer getParentalLevel()
- Returns:
- the parentalLevel
setParentalLevel
public void setParentalLevel(java.lang.Integer parentalLevel)
- Parameters:
parentalLevel - the parentalLevel to set
isVisible
public java.lang.Boolean isVisible()
- Returns:
- the visible
setVisible
public void setVisible(java.lang.Boolean visible)
- Parameters:
visible - the visible to set
isWatched
public java.lang.Boolean isWatched()
- Returns:
- the watched
setWatched
public void setWatched(java.lang.Boolean watched)
- Parameters:
watched - the watched to set
isProcessed
public java.lang.Boolean isProcessed()
- Returns:
- the processed
setProcessed
public void setProcessed(java.lang.Boolean processed)
- Parameters:
processed - the processed to set
getContentType
public java.lang.String getContentType()
- Returns:
- the contentType
setContentType
public void setContentType(java.lang.String contentType)
- Parameters:
contentType - the contentType to set
getFileName
public java.lang.String getFileName()
- Returns:
- the fileName
setFileName
public void setFileName(java.lang.String fileName)
- Parameters:
fileName - the fileName to set
getHash
public java.lang.String getHash()
- Returns:
- the hash
setHash
public void setHash(java.lang.String hash)
- Parameters:
hash - the hash to set
getHostName
public java.lang.String getHostName()
- Returns:
- the hostName
setHostName
public void setHostName(java.lang.String hostName)
- Parameters:
hostName - the hostName to set
getCoverart
public java.lang.String getCoverart()
- Returns:
- the coverart
setCoverart
public void setCoverart(java.lang.String coverart)
- Parameters:
coverart - the coverart to set
getFanart
public java.lang.String getFanart()
- Returns:
- the fanart
setFanart
public void setFanart(java.lang.String fanart)
- Parameters:
fanart - the fanart to set
getBanner
public java.lang.String getBanner()
- Returns:
- the banner
setBanner
public void setBanner(java.lang.String banner)
- Parameters:
banner - the banner to set
getScreenshot
public java.lang.String getScreenshot()
- Returns:
- the screenshot
setScreenshot
public void setScreenshot(java.lang.String screenshot)
- Parameters:
screenshot - the screenshot to set
getTrailer
public java.lang.String getTrailer()
- Returns:
- the trailer
setTrailer
public void setTrailer(java.lang.String trailer)
- Parameters:
trailer - the trailer to set
getArtwork
public ArtworkInfoList getArtwork()
- Returns:
- the artwork
setArtwork
public void setArtwork(ArtworkInfoList artwork)
- Parameters:
artwork - the artwork to set