|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.model.EPVData
public class EPVData
Holder Class for data needed by EPV function
| Field Summary |
|---|
| Fields inherited from interface plugins.IEPVData |
|---|
ATTACKER, DEFENDER, KEEPER, MIDFIELDER, WINGER |
| Constructor Summary | |
|---|---|
EPVData(IPlayerData s)
|
|
EPVData(ISpieler s)
Creates a new EPVData object. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
int |
getAge()
TODO Missing Method Documentation |
int |
getAgeDays()
TODO Missing Method Documentation |
int |
getAggressivity()
TODO Missing Method Documentation |
double |
getAttack()
TODO Missing Method Documentation |
double |
getDefense()
TODO Missing Method Documentation |
int |
getExperience()
TODO Missing Method Documentation |
int |
getForm()
TODO Missing Method Documentation |
double |
getGoalKeeping()
TODO Missing Method Documentation |
int |
getHonesty()
TODO Missing Method Documentation |
int |
getId()
TODO Missing Method Documentation |
int |
getLeadership()
TODO Missing Method Documentation |
double |
getMaxSkill()
|
double |
getPassing()
TODO Missing Method Documentation |
int |
getPlayerId()
TODO Missing Method Documentation |
java.lang.String |
getPlayerName()
TODO Missing Method Documentation |
int |
getPlayerType()
|
double |
getPlayMaking()
TODO Missing Method Documentation |
int |
getPopularity()
TODO Missing Method Documentation |
int |
getPrice()
TODO Missing Method Documentation |
double |
getSetPieces()
TODO Missing Method Documentation |
int |
getSpeciality()
TODO Missing Method Documentation |
double |
getStamina()
TODO Missing Method Documentation |
int |
getTSI()
TODO Missing Method Documentation |
int |
getWeek()
|
double |
getWing()
TODO Missing Method Documentation |
void |
normalizeSkill()
|
void |
setAge(int i)
TODO Missing Method Documentation |
void |
setAgeDays(int ageDays)
|
void |
setAggressivity(int aggressivity)
|
void |
setAttack(double i)
TODO Missing Method Documentation |
void |
setDefense(double i)
TODO Missing Method Documentation |
void |
setExperience(int i)
TODO Missing Method Documentation |
void |
setForm(int i)
TODO Missing Method Documentation |
void |
setGoalKeeping(double i)
TODO Missing Method Documentation |
void |
setHonesty(int honesty)
|
void |
setId(int i)
TODO Missing Method Documentation |
void |
setLeadership(int i)
TODO Missing Method Documentation |
void |
setPassing(double i)
TODO Missing Method Documentation |
void |
setPlayerId(int i)
|
void |
setPlayerName(java.lang.String string)
TODO Missing Method Documentation |
void |
setPlayMaking(double i)
TODO Missing Method Documentation |
void |
setPopularity(int popularity)
|
void |
setPrice(int i)
TODO Missing Method Documentation |
void |
setSetPieces(double i)
TODO Missing Method Documentation |
void |
setSpeciality(int se)
TODO Missing Method Documentation |
void |
setStamina(double i)
TODO Missing Method Documentation |
void |
setTSI(int i)
TODO Missing Method Documentation |
void |
setWeek(int i)
|
void |
setWing(double i)
TODO Missing Method Documentation |
java.lang.String |
toString()
toString methode: creates a String representation of the object |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EPVData(ISpieler s)
s - TODO Missing Constructuor Parameter Documentationpublic EPVData(IPlayerData s)
| Method Detail |
|---|
public void setAge(int i)
i - TODO Missing Method Parameter Documentationpublic int getAge()
IPlayerData
getAge in interface IPlayerDatapublic int getAgeDays()
IPlayerData
getAgeDays in interface IPlayerDatapublic void setAgeDays(int ageDays)
public void setAttack(double i)
i - TODO Missing Method Parameter Documentationpublic double getAttack()
getAttack in interface IPlayerDatapublic void setDefense(double i)
i - TODO Missing Method Parameter Documentationpublic double getDefense()
getDefense in interface IPlayerDatapublic void setExperience(int i)
i - TODO Missing Method Parameter Documentationpublic int getExperience()
getExperience in interface IPlayerDatapublic void setForm(int i)
i - TODO Missing Method Parameter Documentationpublic int getForm()
getForm in interface IPlayerDatapublic void setGoalKeeping(double i)
i - TODO Missing Method Parameter Documentationpublic double getGoalKeeping()
getGoalKeeping in interface IPlayerDatapublic void setId(int i)
i - TODO Missing Method Parameter Documentationpublic int getId()
public void setLeadership(int i)
i - TODO Missing Method Parameter Documentationpublic int getLeadership()
getLeadership in interface IPlayerDatapublic void setPassing(double i)
i - TODO Missing Method Parameter Documentationpublic double getPassing()
getPassing in interface IPlayerDatapublic void setPlayMaking(double i)
i - TODO Missing Method Parameter Documentationpublic double getPlayMaking()
getPlayMaking in interface IPlayerDatapublic void setPlayerName(java.lang.String string)
string - TODO Missing Method Parameter Documentationpublic java.lang.String getPlayerName()
getPlayerName in interface IPlayerDatapublic void setPrice(int i)
i - TODO Missing Method Parameter Documentationpublic int getPrice()
public void setStamina(double i)
i - TODO Missing Method Parameter Documentationpublic double getStamina()
getStamina in interface IPlayerDatapublic void setSetPieces(double i)
i - TODO Missing Method Parameter Documentationpublic double getSetPieces()
getSetPieces in interface IPlayerDatapublic void setSpeciality(int se)
string - TODO Missing Method Parameter Documentationpublic int getSpeciality()
IPlayerData
getSpeciality in interface IPlayerDatapublic void setTSI(int i)
i - TODO Missing Method Parameter Documentationpublic int getTSI()
getTSI in interface IPlayerDatapublic void setWing(double i)
i - TODO Missing Method Parameter Documentationpublic double getWing()
getWing in interface IPlayerData
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int getPlayerId()
IPlayerData
getPlayerId in interface IPlayerDatapublic void setPlayerId(int i)
public int getWeek()
public void setWeek(int i)
public int getAggressivity()
IPlayerData
getAggressivity in interface IPlayerDatapublic void setAggressivity(int aggressivity)
public int getHonesty()
IPlayerData
getHonesty in interface IPlayerDatapublic void setHonesty(int honesty)
public int getPopularity()
IPlayerData
getPopularity in interface IPlayerDatapublic void setPopularity(int popularity)
public java.lang.String toString()
toString in class java.lang.Objectpublic int getPlayerType()
getPlayerType in interface IEPVDatapublic double getMaxSkill()
getMaxSkill in interface IEPVDatapublic void normalizeSkill()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||