org.mythtv.services.api.video
Class VideoMetadataInfo

java.lang.Object
  extended by org.mythtv.services.api.video.VideoMetadataInfo

public class VideoMetadataInfo
extends Object

Author:
Daniel Frey

Constructor Summary
VideoMetadataInfo()
           
 
Method Summary
 org.joda.time.DateTime getAddDate()
           
 ArtworkInfos getArtwork()
           
 String getBanner()
           
 String getCertification()
           
 int getCollectionReference()
           
 String getContentType()
           
 String getCoverart()
           
 String getDescription()
           
 String getDirector()
           
 int getEpisode()
           
 String getFanart()
           
 String getFileName()
           
 String getHash()
           
 String getHomePage()
           
 String getHostname()
           
 int getId()
           
 String getInetref()
           
 int getLength()
           
 int getParentalLevel()
           
 int getPlayCount()
           
 org.joda.time.DateTime getReleaseDate()
           
 String getScreenshot()
           
 int getSeason()
           
 String getStudio()
           
 String getSubTitle()
           
 String getTagline()
           
 String getTitle()
           
 String getTrailer()
           
 float getUserRating()
           
 boolean isProcessed()
           
 boolean isVisible()
           
 boolean isWatched()
           
 void setAddDate(org.joda.time.DateTime addDate)
           
 void setArtwork(ArtworkInfos artwork)
           
 void setBanner(String banner)
           
 void setCertification(String certification)
           
 void setCollectionReference(int collectionReference)
           
 void setContentType(String contentType)
           
 void setCoverart(String coverart)
           
 void setDescription(String description)
           
 void setDirector(String director)
           
 void setEpisode(int episode)
           
 void setFanart(String fanart)
           
 void setFileName(String fileName)
           
 void setHash(String hash)
           
 void setHomePage(String homePage)
           
 void setHostname(String hostname)
           
 void setId(int id)
           
 void setInetref(String inetref)
           
 void setLength(int length)
           
 void setParentalLevel(int parentalLevel)
           
 void setPlayCount(int playCount)
           
 void setProcessed(boolean processed)
           
 void setReleaseDate(org.joda.time.DateTime releaseDate)
           
 void setScreenshot(String screenshot)
           
 void setSeason(int season)
           
 void setStudio(String studio)
           
 void setSubTitle(String subTitle)
           
 void setTagline(String tagline)
           
 void setTitle(String title)
           
 void setTrailer(String trailer)
           
 void setUserRating(float userRating)
           
 void setVisible(boolean visible)
           
 void setWatched(boolean watched)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoMetadataInfo

public VideoMetadataInfo()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getTitle

public String getTitle()
Returns:
the title

setTitle

public void setTitle(String title)
Parameters:
title - the title to set

getSubTitle

public String getSubTitle()
Returns:
the subTitle

setSubTitle

public void setSubTitle(String subTitle)
Parameters:
subTitle - the subTitle to set

getTagline

public String getTagline()
Returns:
the tagline

setTagline

public void setTagline(String tagline)
Parameters:
tagline - the tagline to set

getDirector

public String getDirector()
Returns:
the director

setDirector

public void setDirector(String director)
Parameters:
director - the director to set

getStudio

public String getStudio()
Returns:
the studio

setStudio

public void setStudio(String studio)
Parameters:
studio - the studio to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getCertification

public String getCertification()
Returns:
the certification

setCertification

public void setCertification(String certification)
Parameters:
certification - the certification to set

getInetref

public String getInetref()
Returns:
the inetref

setInetref

public void setInetref(String inetref)
Parameters:
inetref - the inetref to set

getCollectionReference

public int getCollectionReference()
Returns:
the collectionReference

setCollectionReference

public void setCollectionReference(int collectionReference)
Parameters:
collectionReference - the collectionReference to set

getHomePage

public String getHomePage()
Returns:
the homePage

setHomePage

public void setHomePage(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 float getUserRating()
Returns:
the userRating

setUserRating

public void setUserRating(float userRating)
Parameters:
userRating - the userRating to set

getLength

public int getLength()
Returns:
the length

setLength

public void setLength(int length)
Parameters:
length - the length to set

getPlayCount

public int getPlayCount()
Returns:
the playCount

setPlayCount

public void setPlayCount(int playCount)
Parameters:
playCount - the playCount to set

getSeason

public int getSeason()
Returns:
the season

setSeason

public void setSeason(int season)
Parameters:
season - the season to set

getEpisode

public int getEpisode()
Returns:
the episode

setEpisode

public void setEpisode(int episode)
Parameters:
episode - the episode to set

getParentalLevel

public int getParentalLevel()
Returns:
the parentalLevel

setParentalLevel

public void setParentalLevel(int parentalLevel)
Parameters:
parentalLevel - the parentalLevel to set

isVisible

public boolean isVisible()
Returns:
the visible

setVisible

public void setVisible(boolean visible)
Parameters:
visible - the visible to set

isWatched

public boolean isWatched()
Returns:
the watched

setWatched

public void setWatched(boolean watched)
Parameters:
watched - the watched to set

isProcessed

public boolean isProcessed()
Returns:
the processed

setProcessed

public void setProcessed(boolean processed)
Parameters:
processed - the processed to set

getContentType

public String getContentType()
Returns:
the contentType

setContentType

public void setContentType(String contentType)
Parameters:
contentType - the contentType to set

getFileName

public String getFileName()
Returns:
the fileName

setFileName

public void setFileName(String fileName)
Parameters:
fileName - the fileName to set

getHash

public String getHash()
Returns:
the hash

setHash

public void setHash(String hash)
Parameters:
hash - the hash to set

getHostname

public String getHostname()
Returns:
the hostname

setHostname

public void setHostname(String hostname)
Parameters:
hostname - the hostname to set

getCoverart

public String getCoverart()
Returns:
the coverart

setCoverart

public void setCoverart(String coverart)
Parameters:
coverart - the coverart to set

getFanart

public String getFanart()
Returns:
the fanart

setFanart

public void setFanart(String fanart)
Parameters:
fanart - the fanart to set

getBanner

public String getBanner()
Returns:
the banner

setBanner

public void setBanner(String banner)
Parameters:
banner - the banner to set

getScreenshot

public String getScreenshot()
Returns:
the screenshot

setScreenshot

public void setScreenshot(String screenshot)
Parameters:
screenshot - the screenshot to set

getTrailer

public String getTrailer()
Returns:
the trailer

setTrailer

public void setTrailer(String trailer)
Parameters:
trailer - the trailer to set

getArtwork

public ArtworkInfos getArtwork()
Returns:
the artwork

setArtwork

public void setArtwork(ArtworkInfos artwork)
Parameters:
artwork - the artwork to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.