plugins
Interface IMatchLineupPlayer

All Known Implementing Classes:
MatchLineupPlayer

public interface IMatchLineupPlayer

DOCUMENT ME!

Author:
thomas.werth

Field Summary
static int CAPITAN_ROLEID
          TODO Missing Parameter Documentation
static int EINWECHSEL1
          TODO Missing Parameter Documentation
static int EINWECHSEL2
          TODO Missing Parameter Documentation
static int EINWECHSEL3
          TODO Missing Parameter Documentation
static int SENT_OFF
          TODO Missing Parameter Documentation
static int STANDARDS
          TODO Missing Parameter Documentation
static int SUBSTITUTED
          TODO Missing Parameter Documentation
 
Method Summary
 int getFieldPos()
          Getter for property m_iFieldPos.
 int getId()
          Getter for property m_iId.
 java.lang.String getNickName()
          Getter for property m_sNickName.
 byte getPosition()
          get Position Code
 int getPositionCode()
          Getter for property m_iPositionCode.
 double getRating()
          Getter for property m_dRating.
 int getSortId()
          liefert eine ID nach der Sortiert werden kann ( z.B.
 int getSpielerId()
          Getter for property m_iSpielerId.
 java.lang.String getSpielerName()
          Getter for property m_sSpielerName.
 java.lang.String getSpielerVName()
          Getter for property m_sSpielerVName.
 int getStatus()
          Getter for property m_iStatus.
 byte getTaktik()
          Getter for property m_bTaktik.
 

Field Detail

STANDARDS

static final int STANDARDS
TODO Missing Parameter Documentation

See Also:
Constant Field Values

CAPITAN_ROLEID

static final int CAPITAN_ROLEID
TODO Missing Parameter Documentation

See Also:
Constant Field Values

EINWECHSEL1

static final int EINWECHSEL1
TODO Missing Parameter Documentation

See Also:
Constant Field Values

EINWECHSEL2

static final int EINWECHSEL2
TODO Missing Parameter Documentation

See Also:
Constant Field Values

EINWECHSEL3

static final int EINWECHSEL3
TODO Missing Parameter Documentation

See Also:
Constant Field Values

SENT_OFF

static final int SENT_OFF
TODO Missing Parameter Documentation

See Also:
Constant Field Values

SUBSTITUTED

static final int SUBSTITUTED
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Method Detail

getFieldPos

int getFieldPos()
Getter for property m_iFieldPos.

Returns:
Value of property m_iFieldPos.

getId

int getId()
Getter for property m_iId.

Returns:
Value of property m_iId.

getNickName

java.lang.String getNickName()
Getter for property m_sNickName.

Returns:
Value of property m_sNickName.

getPosition

byte getPosition()
get Position Code

Returns:
TODO Missing Return Method Documentation

getPositionCode

int getPositionCode()
Getter for property m_iPositionCode.

Returns:
Value of property m_iPositionCode.

getRating

double getRating()
Getter for property m_dRating.

Returns:
Value of property m_dRating.

getSortId

int getSortId()
liefert eine ID nach der Sortiert werden kann ( z.B. Spierlübersichtstabelle

Returns:
TODO Missing Return Method Documentation

getSpielerId

int getSpielerId()
Getter for property m_iSpielerId.

Returns:
Value of property m_iSpielerId.

getSpielerName

java.lang.String getSpielerName()
Getter for property m_sSpielerName.

Returns:
Value of property m_sSpielerName.

getSpielerVName

java.lang.String getSpielerVName()
Getter for property m_sSpielerVName.

Returns:
Value of property m_sSpielerVName.

getStatus

int getStatus()
Getter for property m_iStatus.

Returns:
Value of property m_iStatus.

getTaktik

byte getTaktik()
Getter for property m_bTaktik.

Returns:
Value of property m_bTaktik.