public class ParsedFileName
extends java.lang.Object
Constructor and Description |
---|
ParsedFileName() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getEpisodes()
Used to get the episode numbers of the file
|
int |
getSeason()
Returns the season of the file
|
java.lang.String |
getTerm()
Get the search term to use
|
void |
setEpisodes(java.util.List<java.lang.Integer> episodes)
Used to set the episode numbers of the file
|
void |
setSeason(int season)
Used to set the season of the file
|
void |
setTerm(java.lang.String term)
Set the search term to use
|
java.lang.String |
toString() |
public int getSeason()
public void setSeason(int season)
season
- the season of the filepublic java.util.List<java.lang.Integer> getEpisodes()
public void setEpisodes(java.util.List<java.lang.Integer> episodes)
episodes
- The episode numbers of the filepublic java.lang.String getTerm()
public void setTerm(java.lang.String term)
term
- the search term to usepublic java.lang.String toString()
toString
in class java.lang.Object