plugins
Interface IMatchLineupTeam

All Known Implementing Classes:
MatchLineupTeam

public interface IMatchLineupTeam

DOCUMENT ME!

Author:
thomas.werth

Method Summary
 byte determinateSystem()
          determinates played System
 java.util.Vector getAufstellung()
          Getter for property m_vAufstellung.
 int getErfahrung()
          Getter for property m_iErfahrung.
 IMatchLineupPlayer getPlayerByID(int id)
          Liefert Einen Spieler per ID aus der Aufstellung
 IMatchLineupPlayer getPlayerByPosition(int id)
          Liefert Einen Spieler per PositionsID aus der Aufstellung
 int getTeamID()
          Getter for property m_iTeamID.
 java.lang.String getTeamName()
          Getter for property m_sTeamName.
 

Method Detail

getAufstellung

java.util.Vector getAufstellung()
Getter for property m_vAufstellung.

Returns:
Value of property m_vAufstellung.

getErfahrung

int getErfahrung()
Getter for property m_iErfahrung.

Returns:
Value of property m_iErfahrung.

getPlayerByID

IMatchLineupPlayer getPlayerByID(int id)
Liefert Einen Spieler per ID aus der Aufstellung

Parameters:
id - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getPlayerByPosition

IMatchLineupPlayer getPlayerByPosition(int id)
Liefert Einen Spieler per PositionsID aus der Aufstellung

Parameters:
id - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getTeamID

int getTeamID()
Getter for property m_iTeamID.

Returns:
Value of property m_iTeamID.

getTeamName

java.lang.String getTeamName()
Getter for property m_sTeamName.

Returns:
Value of property m_sTeamName.

determinateSystem

byte determinateSystem()
determinates played System

Returns:
TODO Missing Return Method Documentation