com.jakewharton.trakt.entities
Class TvShow

java.lang.Object
  extended by com.jakewharton.trakt.entities.MediaBase
      extended by com.jakewharton.trakt.entities.TvShow
All Implemented Interfaces:
TraktEntity, Serializable

public final class TvShow
extends MediaBase
implements TraktEntity

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jakewharton.trakt.entities.MediaBase
MediaBase.Stats
 
Constructor Summary
TvShow()
           
 
Method Summary
 DayOfTheWeek getAirDay()
           
 String getAirTime()
           
 String getCertification()
           
 String getCountry()
           
 List<TvShowEpisode> getEpisodes()
           
 Date getFirstAired()
           
 String getNetwork()
           
 String getOverview()
           
 Integer getRuntime()
           
 List<TvShowSeason> getSeasons()
           
 List<TvShowEpisode> getTopEpisodes()
           
 String getTvdbId()
           
 String getTvRageId()
           
 
Methods inherited from class com.jakewharton.trakt.entities.MediaBase
getImages, getImdbId, getInWatchlist, getRating, getRatings, getStats, getTitle, getTopWatchers, getUrl, getYear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TvShow

public TvShow()
Method Detail

getFirstAired

public Date getFirstAired()

getCountry

public String getCountry()

getOverview

public String getOverview()

getRuntime

public Integer getRuntime()

getNetwork

public String getNetwork()

getAirDay

public DayOfTheWeek getAirDay()

getAirTime

public String getAirTime()

getCertification

public String getCertification()

getTvdbId

public String getTvdbId()

getTvRageId

public String getTvRageId()

getEpisodes

public List<TvShowEpisode> getEpisodes()

getTopEpisodes

public List<TvShowEpisode> getTopEpisodes()

getSeasons

public List<TvShowSeason> getSeasons()


Copyright © 2011 Jake Wharton. All Rights Reserved.