plugins
Interface IMatchKurzInfo

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

public interface IMatchKurzInfo
extends java.lang.Comparable

DOCUMENT ME!

Author:
thomas.werth

Field Summary
static int FINISHED
          TODO Missing Parameter Documentation
static int ONGOING
          TODO Missing Parameter Documentation
static int UPCOMING
          TODO Missing Parameter Documentation
 
Method Summary
 int getGastID()
          Getter for property Away ID
 java.lang.String getGastName()
          Getter for property Away Name
 int getGastTore()
          Getter for property Away Goals
 int getHeimID()
          Getter for property m_iHeimID.
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 int getHeimTore()
          Getter for property #Home Goals.
 java.lang.String getMatchDate()
          Getter for property m_sMatchDate.
 java.sql.Timestamp getMatchDateAsTimestamp()
          Getter for property m_lDatum.
 int getMatchID()
          Getter for property m_iMatchID.
 int getMatchStatus()
          Getter for property m_iMatchStatus.
 int getMatchTyp()
          Getter for property m_iMatchTyp.
 java.sql.Timestamp getTimestampMatchDate()
          Getter for property m_lDatum.
 boolean isAufstellung()
          Did user set a lineup for this match ?
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

FINISHED

static final int FINISHED
TODO Missing Parameter Documentation

See Also:
Constant Field Values

UPCOMING

static final int UPCOMING
TODO Missing Parameter Documentation

See Also:
Constant Field Values

ONGOING

static final int ONGOING
TODO Missing Parameter Documentation

See Also:
Constant Field Values
Method Detail

isAufstellung

boolean isAufstellung()
Did user set a lineup for this match ?

Returns:
TODO Missing Return Method Documentation

getGastID

int getGastID()
Getter for property Away ID

Returns:
Value of property m_iGastID.

getGastName

java.lang.String getGastName()
Getter for property Away Name

Returns:
Value of property m_sGastName.

getGastTore

int getGastTore()
Getter for property Away Goals

Returns:
Value of property m_iGastTore.

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.

getHeimTore

int getHeimTore()
Getter for property #Home Goals.

Returns:
Value of property m_iHeimTore.

getMatchDate

java.lang.String getMatchDate()
Getter for property m_sMatchDate.

Returns:
Value of property m_sMatchDate.

getMatchDateAsTimestamp

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

Returns:
Value of property m_lDatum.

getMatchID

int getMatchID()
Getter for property m_iMatchID.

Returns:
Value of property m_iMatchID.

getMatchStatus

int getMatchStatus()
Getter for property m_iMatchStatus.

Returns:
Value of property m_iMatchStatus.

getMatchTyp

int getMatchTyp()
Getter for property m_iMatchTyp.

Returns:
Value of property m_iMatchTyp.

getTimestampMatchDate

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

Returns:
Value of property m_lDatum.