de.hattrickorganizer.model
Class FuturePlayer
java.lang.Object
de.hattrickorganizer.model.FuturePlayer
- All Implemented Interfaces:
- IFuturePlayer
public class FuturePlayer
- extends java.lang.Object
- implements IFuturePlayer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FuturePlayer
public FuturePlayer()
getAge
public int getAge()
- Specified by:
getAge
in interface IFuturePlayer
getAttack
public double getAttack()
- Specified by:
getAttack
in interface IFuturePlayer
getCross
public double getCross()
- Specified by:
getCross
in interface IFuturePlayer
getDefense
public double getDefense()
- Specified by:
getDefense
in interface IFuturePlayer
getGoalkeeping
public double getGoalkeeping()
- Specified by:
getGoalkeeping
in interface IFuturePlayer
getPassing
public double getPassing()
- Specified by:
getPassing
in interface IFuturePlayer
getPlaymaking
public double getPlaymaking()
- Specified by:
getPlaymaking
in interface IFuturePlayer
getSetpieces
public double getSetpieces()
- Specified by:
getSetpieces
in interface IFuturePlayer
getStamina
public double getStamina()
- Specified by:
getStamina
in interface IFuturePlayer
setAge
public void setAge(int i)
setAttack
public void setAttack(double i)
setCross
public void setCross(double i)
setDefense
public void setDefense(double i)
setGoalkeeping
public void setGoalkeeping(double i)
setPassing
public void setPassing(double i)
setPlaymaking
public void setPlaymaking(double i)
setSetpieces
public void setSetpieces(double i)
setStamina
public void setStamina(double i)
toString
public java.lang.String toString()
- toString methode: creates a String representation of the object
- Overrides:
toString
in class java.lang.Object
- Returns:
- the String representation
getPlayerId
public int getPlayerId()
- Specified by:
getPlayerId
in interface IFuturePlayer
setPlayerId
public void setPlayerId(int i)