com.jakewharton.trakt.entities
Class TvShowEpisode

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

public final class TvShowEpisode
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
TvShowEpisode()
           
 
Method Summary
 Date getFirstAired()
           
 Images getImages()
           
 Calendar getInserted()
           
 Boolean getInWatchlist()
           
 Integer getNumber()
           
 String getOverview()
           
 Integer getPlays()
           
 Rating getRating()
           
 Ratings getRatings()
           
 Integer getSeason()
           
 String getTitle()
           
 String getUrl()
           
 Boolean getWatched()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TvShowEpisode

public TvShowEpisode()
Method Detail

getSeason

public Integer getSeason()

getNumber

public Integer getNumber()

getTitle

public String getTitle()

getOverview

public String getOverview()

getUrl

public String getUrl()

getFirstAired

public Date getFirstAired()

getInserted

public Calendar getInserted()

getPlays

public Integer getPlays()

getImages

public Images getImages()

getRatings

public Ratings getRatings()

getWatched

public Boolean getWatched()

getRating

public Rating getRating()

getInWatchlist

public Boolean getInWatchlist()


Copyright © 2011 Jake Wharton. All Rights Reserved.