com.omertron.themoviedbapi.model.tv
Class TVEpisode
java.lang.Object
com.omertron.themoviedbapi.model.AbstractJsonMapping
com.omertron.themoviedbapi.model.tv.TVEpisodeBasic
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
| Methods inherited from class com.omertron.themoviedbapi.model.tv.TVEpisodeBasic |
getAirDate, getEpisodeNumber, getName, getOverview, getStillPath, getVoteAverage, getVoteCount, setAirDate, setEpisodeNumber, setName, setOverview, setStillPath, setVoteAverage, setVoteCount |
TVEpisode
public TVEpisode()
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.