de.hattrickorganizer.model
Class MatchPosition

java.lang.Object
  extended by de.hattrickorganizer.model.MatchPosition

public class MatchPosition
extends java.lang.Object

Player position class

Author:
Draghetto HO

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

MatchPosition

public MatchPosition()
Method Detail

setName

public final void setName(java.lang.String string)
TODO Missing Method Documentation

Parameters:
string - TODO Missing Method Parameter Documentation

getName

public final java.lang.String getName()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setPlayerID

public final void setPlayerID(int playerId)
Sets the PlayerId

Parameters:
playerId -

getPlayerID

public final int getPlayerID()
Gets the PlayerId

Returns:
playerId

setPosition

public final void setPosition(int pos)
Set the player position

Parameters:
pos -

getPosition

public final int getPosition()
Get the player position

Returns:
the position

toString

public final java.lang.String toString()
toString methode: creates a String representation of the object

Overrides:
toString in class java.lang.Object
Returns:
the String representation