com.jakewharton.trakt.entities
Class CalendarDate.CalendarTvShowEpisode

java.lang.Object
  extended by com.jakewharton.trakt.entities.CalendarDate.CalendarTvShowEpisode
All Implemented Interfaces:
TraktEntity, Serializable
Enclosing class:
CalendarDate

public static final class CalendarDate.CalendarTvShowEpisode
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
CalendarDate.CalendarTvShowEpisode()
           
 
Method Summary
 TvShowEpisode getEpisode()
           
 TvShow getShow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarDate.CalendarTvShowEpisode

public CalendarDate.CalendarTvShowEpisode()
Method Detail

getShow

public TvShow getShow()

getEpisode

public TvShowEpisode getEpisode()


Copyright © 2011 Jake Wharton. All Rights Reserved.