|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.model.MatchPosition
public class MatchPosition
Player position class
| Constructor Summary | |
|---|---|
MatchPosition()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
TODO Missing Method Documentation |
int |
getPlayerID()
Gets the PlayerId |
int |
getPosition()
Get the player position |
void |
setName(java.lang.String string)
TODO Missing Method Documentation |
void |
setPlayerID(int playerId)
Sets the PlayerId |
void |
setPosition(int pos)
Set the player position |
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 MatchPosition()
| Method Detail |
|---|
public final void setName(java.lang.String string)
string - TODO Missing Method Parameter Documentationpublic final java.lang.String getName()
public final void setPlayerID(int playerId)
playerId - public final int getPlayerID()
public final void setPosition(int pos)
pos - public final int getPosition()
public final java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||