|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.vo.PlayerInfo
TODO Missing Class Documentation
Constructor Summary | |
PlayerInfo()
|
Method Summary | |
int |
getAge()
TODO Missing Method Documentation |
int |
getExperience()
TODO Missing Method Documentation |
int |
getForm()
TODO Missing Method Documentation |
java.lang.String |
getName()
TODO Missing Method Documentation |
int |
getPlayerId()
TODO Missing Method Documentation |
int |
getSpecialEvent()
TODO Missing Method Documentation |
int |
getStatus()
TODO Missing Method Documentation |
int |
getTeamId()
TODO Missing Method Documentation |
int |
getTSI()
TODO Missing Method Documentation |
void |
setAge(int i)
TODO Missing Method Documentation |
void |
setExperience(int i)
TODO Missing Method Documentation |
void |
setForm(int i)
TODO Missing Method Documentation |
void |
setName(java.lang.String string)
TODO Missing Method Documentation |
void |
setPlayerId(int i)
TODO Missing Method Documentation |
void |
setSpecialEvent(int i)
TODO Missing Method Documentation |
void |
setStatus(int i)
TODO Missing Method Documentation |
void |
setTeamId(int i)
TODO Missing Method Documentation |
void |
setTSI(int 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PlayerInfo()
Method Detail |
public void setAge(int i)
i
- TODO Missing Method Parameter Documentationpublic int getAge()
public void setExperience(int i)
i
- TODO Missing Method Parameter Documentationpublic int getExperience()
public void setForm(int i)
i
- TODO Missing Method Parameter Documentationpublic int getForm()
public void setName(java.lang.String string)
string
- TODO Missing Method Parameter Documentationpublic java.lang.String getName()
public void setPlayerId(int i)
i
- TODO Missing Method Parameter Documentationpublic int getPlayerId()
public void setSpecialEvent(int i)
i
- TODO Missing Method Parameter Documentationpublic int getSpecialEvent()
public void setStatus(int i)
i
- TODO Missing Method Parameter Documentationpublic int getStatus()
public void setTSI(int i)
i
- TODO Missing Method Parameter Documentationpublic int getTSI()
public void setTeamId(int i)
i
- TODO Missing Method Parameter Documentationpublic int getTeamId()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |