com.omertron.themoviedbapi.model.tv
Class TVSeason

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

public class TVSeason
extends TVSeasonBasic

Information on the Season for a TV Series
Extends the information provided by TVSeasonBasic

Author:
stuart.boston
See Also:
Serialized Form

Constructor Summary
TVSeason()
           
 
Method Summary
 List<TVEpisodeBasic> getEpisodes()
           
 int getId()
           
 String getName()
           
 String getOverview()
           
 void setEpisodes(List<TVEpisodeBasic> episodes)
           
 void setId(int id)
           
 void setName(String name)
           
 void setOverview(String overview)
           
 
Methods inherited from class com.omertron.themoviedbapi.model.tv.TVSeasonBasic
getAirDate, getPosterPath, getSeasonNumber, setAirDate, setPosterPath, setSeasonNumber
 
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

TVSeason

public TVSeason()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getName

public String getName()

setName

public void setName(String name)

getOverview

public String getOverview()

setOverview

public void setOverview(String overview)

getEpisodes

public List<TVEpisodeBasic> getEpisodes()

setEpisodes

public void setEpisodes(List<TVEpisodeBasic> episodes)


Copyright © 2012-2013. All Rights Reserved.