Class SeasonLO
java.lang.Object
be.gaudry.model.file.mediacleaner.SeasonLO
- All Implemented Interfaces:
Comparable<SeasonLO>
- Author:
- Steph GAUDRY
-
Constructor Details
-
SeasonLO
public SeasonLO(int seasonNumber, int episodesCount)
-
-
Method Details
-
getSeasonNumber
public int getSeasonNumber()- Returns:
- the number of the season
-
getEpisodesCount
public int getEpisodesCount()- Returns:
- the number of episodes in the season
-
hashCode
public int hashCode() -
equals
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SeasonLO>
-