|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.vo.PlayerAppearance
Class for collecting all the players appearance
Constructor Summary | |
PlayerAppearance()
|
Method Summary | |
void |
addApperarence()
Increase number of Appearance for the player |
int |
getAppearance()
Document Me! |
java.lang.String |
getName()
Document Me! |
int |
getPlayerId()
Document Me! |
int |
getStatus()
Document Me! |
void |
setApperarence(int i)
Document Me! |
void |
setName(java.lang.String string)
Document Me! |
void |
setPlayerId(int i)
Document Me! |
void |
setStatus(int i)
Document Me! |
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 PlayerAppearance()
Method Detail |
public int getAppearance()
public void setApperarence(int i)
i
- public void setName(java.lang.String string)
string
- public java.lang.String getName()
public void setPlayerId(int i)
i
- public int getPlayerId()
public void setStatus(int i)
i
- public int getStatus()
public void addApperarence()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |