Package be.gaudry.model.video
Class TVSerie
java.lang.Object
be.gaudry.model.video.TVSerie
Provided by the broldev.file.mediareporter.model project.
- Since:
- 1.0 (Apr 1, 2011), broldev.file.mediareporter.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 (Apr 1, 2011)
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Appends the specified element to the end of this list (optional operation).Byte[]
getCover()
getInfos()
getPath()
getSeason(int index)
Returns the TVSeason at the specified position in the TVSeasons.getTitle()
void
removeSeason(TVSeason season)
Removes the first occurrence of the specified element from this list, if it is present (optional operation).void
void
void
void
setSynospis(String synospis)
void
toDebug()
toString()
-
Constructor Details
-
TVSerie
public TVSerie()
-
-
Method Details
-
getSeasons
- Returns:
- the seasons
-
getSeason
Returns the TVSeason at the specified position in the TVSeasons.- Parameters:
index
- index of the element to return- Returns:
- the element at the specified position in this list
- Throws:
IndexOutOfBoundsException
- if the index is out of range (index < 0 || index >= size())
-
addSeason
Appends the specified element to the end of this list (optional operation).- Parameters:
season
- element to be appended to this list- Throws:
ClassCastException
- if the class of the specified element prevents it from being added to this list- See Also:
getSeasons()
-
removeSeason
Removes the first occurrence of the specified element from this list, if it is present (optional operation). If this list does not contain the element, it is unchanged. More formally, removes the element with the lowest index i such that (o==null ? get(i)==null : o.equals(get(i))) (if such an element exists). Returns true if this list contained the specified element (or equivalently, if this list changed as a result of the call).- Parameters:
season
- element to be removed from this list, if present- See Also:
getSeasons()
-
getCover
- Returns:
- the cover
-
setCover
- Parameters:
cover
- the cover to set- See Also:
getCover()
-
getSynospis
- Returns:
- the synospis
-
setSynospis
- Parameters:
synospis
- the synospis to set- See Also:
getSynospis()
-
getInfos
- Returns:
- the infos
-
setInfos
- Parameters:
infos
- the infos to set- See Also:
getInfos()
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title
- the title to set- See Also:
getTitle()
-
getPath
- Returns:
- the path
-
setPath
- Parameters:
path
- the path to set- See Also:
getPath()
-
toString
-
toDebug
- Returns:
- the (Object)toString()
-