Clean up shit
This commit is contained in:
@@ -42,6 +42,21 @@ public class TLWTeam {
|
||||
}
|
||||
}
|
||||
|
||||
public TLWTeam(
|
||||
int season, int league, int teamId,
|
||||
String teamName, String teamNameShort, String teamSymbol, String groupId,
|
||||
int matchday
|
||||
) {
|
||||
this.season = season;
|
||||
this.league = league;
|
||||
this.teamId = teamId;
|
||||
this.teamName = teamName;
|
||||
this.teamNameShort = teamNameShort;
|
||||
this.teamSymbol = teamSymbol;
|
||||
this.groupId = groupId;
|
||||
this.matchday = matchday;
|
||||
}
|
||||
|
||||
public int getSeason() {
|
||||
return this.season;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user