public class Position extends Object
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGoalsAgainst() |
int |
getGoalsInFavor() |
int |
getMatchesDraw() |
int |
getMatchesLost() |
int |
getMatchesPlayed() |
int |
getMatchesWon() |
int |
getPoints() |
int |
getPosition() |
String |
getTeam() |
void |
setGoalsAgainst(int goalsAgainst) |
void |
setGoalsInFavor(int goalsInFavor) |
void |
setMatchesDraw(int matchesDraw) |
void |
setMatchesLost(int matchesLost) |
void |
setMatchesPlayed(int matchesPlayed) |
void |
setMatchesWon(int matchesWon) |
void |
setPoints(int points) |
void |
setPosition(int position) |
void |
setTeam(String team) |
public int getPosition()
public void setPosition(int position)
public String getTeam()
public void setTeam(String team)
public int getPoints()
public void setPoints(int points)
public int getMatchesPlayed()
public void setMatchesPlayed(int matchesPlayed)
public int getMatchesWon()
public void setMatchesWon(int matchesWon)
public int getMatchesDraw()
public void setMatchesDraw(int matchesDraw)
public int getMatchesLost()
public void setMatchesLost(int matchesLost)
public int getGoalsInFavor()
public void setGoalsInFavor(int goalsInFavor)
public int getGoalsAgainst()
public void setGoalsAgainst(int goalsAgainst)
Copyright © 2014. All rights reserved.