plugins
Interface IPaarung

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
Paarung

public interface IPaarung
extends java.lang.Comparable

DOCUMENT ME!

Author:
thomas.werth

Method Summary
 java.sql.Timestamp getDatum()
          Getter for property m_lDatum.
 int getGastId()
          Getter for property m_iGastId.
 java.lang.String getGastName()
          Getter for property m_sGastName.
 int getHeimId()
          Getter for property m_iHeimId.
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 int getLigaId()
          Getter for property m_iLigaId.
 int getMatchId()
          Getter for property m_iMatchId.
 int getSaison()
          Getter for property m_iSaison.
 int getSpieltag()
          Getter for property Matchround.
 java.lang.String getStringDate()
          TODO Missing Method Documentation
 int getToreGast()
          Getter for property m_iToreGast.
 int getToreHeim()
          Getter for property m_iToreHeim.
 boolean hatStattgefunden()
          has been played ?
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getDatum

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

Returns:
Value of property m_lDatum.

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.

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.

getLigaId

int getLigaId()
Getter for property m_iLigaId.

Returns:
Value of property m_iLigaId.

getMatchId

int getMatchId()
Getter for property m_iMatchId.

Returns:
Value of property m_iMatchId.

getSaison

int getSaison()
Getter for property m_iSaison.

Returns:
Value of property m_iSaison.

getSpieltag

int getSpieltag()
Getter for property Matchround.

Returns:
Value of property m_iSpieltag.

getStringDate

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

Returns:
TODO Missing Return Method Documentation

getToreGast

int getToreGast()
Getter for property m_iToreGast.

Returns:
Value of property m_iToreGast.

getToreHeim

int getToreHeim()
Getter for property m_iToreHeim.

Returns:
Value of property m_iToreHeim.

hatStattgefunden

boolean hatStattgefunden()
has been played ?

Returns:
TODO Missing Return Method Documentation