public class TeamData extends Object
Modifier and Type | Method and Description |
---|---|
double |
getGoldCollected() |
double |
getGoldCollectedEnemy() |
int |
getID() |
int |
getMatchCounter() |
int |
getPoints() |
int |
getsimulationPoints() |
int |
getsimulationPointsEnemy() |
String |
getTeamname() |
void |
increaseMatchCounter() |
void |
setGoldCollected(double goldCollected) |
void |
setGoldCollectedEnemy(double goldCollectedEnemy) |
void |
setsimulationPoints(int simulationPoints) |
void |
setsimulationPointsEnemy(int simulationPointsEnemy) |
public TeamData(String teamname, int id)
public void increaseMatchCounter()
public int getMatchCounter()
public String getTeamname()
public double getGoldCollected()
public double getGoldCollectedEnemy()
public int getsimulationPoints()
public int getsimulationPointsEnemy()
public int getPoints()
public int getID()
public void setGoldCollected(double goldCollected)
public void setGoldCollectedEnemy(double goldCollectedEnemy)
public void setsimulationPoints(int simulationPoints)
public void setsimulationPointsEnemy(int simulationPointsEnemy)
Copyright © 2013. All Rights Reserved.