com.omertron.themoviedbapi.model.tv
Class TVEpisode

java.lang.Object
  extended by com.omertron.themoviedbapi.model.AbstractJsonMapping
      extended by com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
          extended by com.omertron.themoviedbapi.model.tv.TVEpisode
All Implemented Interfaces:
Serializable

public class TVEpisode
extends TVEpisodeBasic

Information on an Episode for a TV Series
Extends the information provided by TVEpisodeBasic

Author:
stuart.boston
See Also:
Serialized Form

Constructor Summary
TVEpisode()
           
 
Method Summary
 int getId()
           
 String getProductionCode()
           
 int getSeasonNumber()
           
 void setId(int id)
           
 void setProductionCode(String productionCode)
           
 void setSeasonNumber(int seasonNumber)
           
 
Methods inherited from class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
getAirDate, getEpisodeNumber, getName, getOverview, getStillPath, getVoteAverage, getVoteCount, setAirDate, setEpisodeNumber, setName, setOverview, setStillPath, setVoteAverage, setVoteCount
 
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
handleUnknown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TVEpisode

public TVEpisode()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getProductionCode

public String getProductionCode()

setProductionCode

public void setProductionCode(String productionCode)

getSeasonNumber

public int getSeasonNumber()

setSeasonNumber

public void setSeasonNumber(int seasonNumber)


Copyright © 2012-2013. All Rights Reserved.