plugins
Interface IMatchLineup

All Known Implementing Classes:
MatchLineup

public interface IMatchLineup

DOCUMENT ME!

Author:
thomas.werth

Field Summary
static int INT_TESTCUPSPIEL
          TODO Missing Parameter Documentation
static int INT_TESTSPIEL
          TODO Missing Parameter Documentation
static int INTCUPSPIEL
          TODO Missing Parameter Documentation
static int INTSPIEL
          TODO Missing Parameter Documentation
static int LAENDERCUPSPIEL
          TODO Missing Parameter Documentation
static int LAENDERSPIEL
          TODO Missing Parameter Documentation
static int LIGASPIEL
          TODO Missing Parameter Documentation
static int POKALSPIEL
          TODO Missing Parameter Documentation
static int QUALISPIEL
          TODO Missing Parameter Documentation
static int TESTLAENDERSPIEL
          TODO Missing Parameter Documentation
static int TESTPOKALSPIEL
          TODO Missing Parameter Documentation
static int TESTSPIEL
          TODO Missing Parameter Documentation
 
Method Summary
 int getArenaID()
          Getter for property m_iArenaID.
 java.lang.String getArenaName()
          Getter for property m_sArenaName.
 java.sql.Timestamp getFetchDatum()
          Getter for property m_lDatum.
 IMatchLineupTeam getGast()
          Getter for property m_clGast.
 int getGastId()
          Getter for property m_iGastId.
 java.lang.String getGastName()
          Getter for property m_sGastName.
 IMatchLineupTeam getHeim()
          Getter for property m_clHeim.
 int getHeimId()
          Getter for property m_iHeimId.
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 int getMatchID()
          Getter for property m_iMatchID.
 int getMatchTyp()
          Getter for property m_iMatchTyp.
 java.sql.Timestamp getSpielDatum()
          Getter for property m_lDatum.
 java.lang.String getStringFetchDate()
          TODO Missing Method Documentation
 java.lang.String getStringSpielDate()
          TODO Missing Method Documentation
 

Field Detail

LIGASPIEL

static final int LIGASPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

QUALISPIEL

static final int QUALISPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

POKALSPIEL

static final int POKALSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

TESTSPIEL

static final int TESTSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

TESTPOKALSPIEL

static final int TESTPOKALSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

INTSPIEL

static final int INTSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

INTCUPSPIEL

static final int INTCUPSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

INT_TESTSPIEL

static final int INT_TESTSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

INT_TESTCUPSPIEL

static final int INT_TESTCUPSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

LAENDERSPIEL

static final int LAENDERSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

LAENDERCUPSPIEL

static final int LAENDERCUPSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

TESTLAENDERSPIEL

static final int TESTLAENDERSPIEL
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Method Detail

getArenaID

int getArenaID()
Getter for property m_iArenaID.

Returns:
Value of property m_iArenaID.

getArenaName

java.lang.String getArenaName()
Getter for property m_sArenaName.

Returns:
Value of property m_sArenaName.

getFetchDatum

java.sql.Timestamp getFetchDatum()
Getter for property m_lDatum.

Returns:
Value of property m_lDatum.

getGast

IMatchLineupTeam getGast()
Getter for property m_clGast.

Returns:
Value of property m_clGast.

getGastId

int getGastId()
Getter for property m_iGastId.

Returns:
Value of property m_iGastId.

getGastName

java.lang.String getGastName()
Getter for property m_sGastName.

Returns:
Value of property m_sGastName.

getHeim

IMatchLineupTeam getHeim()
Getter for property m_clHeim.

Returns:
Value of property m_clHeim.

getHeimId

int getHeimId()
Getter for property m_iHeimId.

Returns:
Value of property m_iHeimId.

getHeimName

java.lang.String getHeimName()
Getter for property m_sHeimName.

Returns:
Value of property m_sHeimName.

getMatchID

int getMatchID()
Getter for property m_iMatchID.

Returns:
Value of property m_iMatchID.

getMatchTyp

int getMatchTyp()
Getter for property m_iMatchTyp.

Returns:
Value of property m_iMatchTyp.

getSpielDatum

java.sql.Timestamp getSpielDatum()
Getter for property m_lDatum.

Returns:
Value of property m_lDatum.

getStringFetchDate

java.lang.String getStringFetchDate()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getStringSpielDate

java.lang.String getStringSpielDate()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation