|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.actions.rename.ParsedFileName
public class ParsedFileName
This class is used to hold information about a episode that has been parsed with the @see FileNameParser.
Constructor Summary | |
---|---|
ParsedFileName()
|
Method Summary | |
---|---|
int |
getEpisode()
Used to get the episode number of the file |
int |
getSeason()
Returns the season of the file |
void |
setEpisode(int episode)
Used to set the episode number of the file |
void |
setSeason(int season)
Used to set the season of the file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParsedFileName()
Method Detail |
---|
public int getSeason()
public void setSeason(int season)
season
- the season of the filepublic int getEpisode()
public void setEpisode(int episode)
episode
- The episode number of the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |