Add beautiful output
This commit is contained in:
@@ -9,6 +9,8 @@ public abstract class BaseMatch {
|
||||
|
||||
protected Integer teamIdHome;
|
||||
protected Integer teamIdGuest;
|
||||
protected String teamNameHome = null;
|
||||
protected String teamNameGuest = null;
|
||||
protected Integer goalsHome = null;
|
||||
protected Integer goalsGuest = null;
|
||||
protected Integer matchday = null;
|
||||
@@ -37,4 +39,12 @@ public abstract class BaseMatch {
|
||||
public Integer getGoalsGuest() {
|
||||
return this.goalsGuest;
|
||||
}
|
||||
|
||||
public String getTeamNameHome() {
|
||||
return this.teamNameHome;
|
||||
}
|
||||
|
||||
public String getTeamNameGuest() {
|
||||
return this.teamNameGuest;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user