de.hattrickorganizer.model.matches
Class MatchKurzInfo

java.lang.Object
  extended by de.hattrickorganizer.model.matches.MatchKurzInfo
All Implemented Interfaces:
java.lang.Comparable, IMatchKurzInfo

public class MatchKurzInfo
extends java.lang.Object
implements IMatchKurzInfo

DOCUMENT ME!

Author:
thomas.werth

Field Summary
 
Fields inherited from interface plugins.IMatchKurzInfo
FINISHED, ONGOING, UPCOMING
 
Constructor Summary
MatchKurzInfo()
          Creates a new instance of MatchKurzInfo
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getGastID()
          Getter for property m_iGastID.
 java.lang.String getGastName()
          Getter for property m_sGastName.
 int getGastTore()
          Getter for property m_iGastTore.
 int getHeimID()
          Getter for property m_iHeimID.
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 int getHeimTore()
          Getter for property m_iHeimTore.
 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()
          Getter for property m_bAufstellung.
 void setAufstellung(boolean m_bAufstellung)
          Setter for property m_bAufstellung.
 void setGastID(int m_iGastID)
          Setter for property m_iGastID.
 void setGastName(java.lang.String m_sGastName)
          Setter for property m_sGastName.
 void setGastTore(int m_iGastTore)
          Setter for property m_iGastTore.
 void setHeimID(int m_iHeimID)
          Setter for property m_iHeimID.
 void setHeimName(java.lang.String m_sHeimName)
          Setter for property m_sHeimName.
 void setHeimTore(int m_iHeimTore)
          Setter for property m_iHeimTore.
 void setMatchDate(java.lang.String m_sMatchDate)
          Setter for property m_sMatchDate.
 void setMatchID(int m_iMatchID)
          Setter for property m_iMatchID.
 void setMatchStatus(int m_iMatchStatus)
          Setter for property m_iMatchStatus.
 void setMatchTyp(int m_iMatchTyp)
          Setter for property m_iMatchTyp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchKurzInfo

public MatchKurzInfo()
Creates a new instance of MatchKurzInfo

Method Detail

setAufstellung

public final void setAufstellung(boolean m_bAufstellung)
Setter for property m_bAufstellung.

Parameters:
m_bAufstellung - New value of property m_bAufstellung.

isAufstellung

public final boolean isAufstellung()
Getter for property m_bAufstellung.

Specified by:
isAufstellung in interface IMatchKurzInfo
Returns:
Value of property m_bAufstellung.

setGastID

public final void setGastID(int m_iGastID)
Setter for property m_iGastID.

Parameters:
m_iGastID - New value of property m_iGastID.

getGastID

public final int getGastID()
Getter for property m_iGastID.

Specified by:
getGastID in interface IMatchKurzInfo
Returns:
Value of property m_iGastID.

setGastName

public final void setGastName(java.lang.String m_sGastName)
Setter for property m_sGastName.

Parameters:
m_sGastName - New value of property m_sGastName.

getGastName

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

Specified by:
getGastName in interface IMatchKurzInfo
Returns:
Value of property m_sGastName.

setGastTore

public final void setGastTore(int m_iGastTore)
Setter for property m_iGastTore.

Parameters:
m_iGastTore - New value of property m_iGastTore.

getGastTore

public final int getGastTore()
Getter for property m_iGastTore.

Specified by:
getGastTore in interface IMatchKurzInfo
Returns:
Value of property m_iGastTore.

setHeimID

public final void setHeimID(int m_iHeimID)
Setter for property m_iHeimID.

Parameters:
m_iHeimID - New value of property m_iHeimID.

getHeimID

public final int getHeimID()
Getter for property m_iHeimID.

Specified by:
getHeimID in interface IMatchKurzInfo
Returns:
Value of property m_iHeimID.

setHeimName

public final void setHeimName(java.lang.String m_sHeimName)
Setter for property m_sHeimName.

Parameters:
m_sHeimName - New value of property m_sHeimName.

getHeimName

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

Specified by:
getHeimName in interface IMatchKurzInfo
Returns:
Value of property m_sHeimName.

setHeimTore

public final void setHeimTore(int m_iHeimTore)
Setter for property m_iHeimTore.

Parameters:
m_iHeimTore - New value of property m_iHeimTore.

getHeimTore

public final int getHeimTore()
Getter for property m_iHeimTore.

Specified by:
getHeimTore in interface IMatchKurzInfo
Returns:
Value of property m_iHeimTore.

setMatchDate

public final void setMatchDate(java.lang.String m_sMatchDate)
Setter for property m_sMatchDate.

Parameters:
m_sMatchDate - New value of property m_sMatchDate.

getMatchDate

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

Specified by:
getMatchDate in interface IMatchKurzInfo
Returns:
Value of property m_sMatchDate.

getMatchDateAsTimestamp

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

Specified by:
getMatchDateAsTimestamp in interface IMatchKurzInfo
Returns:
Value of property m_lDatum.

setMatchID

public final void setMatchID(int m_iMatchID)
Setter for property m_iMatchID.

Parameters:
m_iMatchID - New value of property m_iMatchID.

getMatchID

public final int getMatchID()
Getter for property m_iMatchID.

Specified by:
getMatchID in interface IMatchKurzInfo
Returns:
Value of property m_iMatchID.

setMatchStatus

public final void setMatchStatus(int m_iMatchStatus)
Setter for property m_iMatchStatus.

Parameters:
m_iMatchStatus - New value of property m_iMatchStatus.

getMatchStatus

public final int getMatchStatus()
Getter for property m_iMatchStatus.

Specified by:
getMatchStatus in interface IMatchKurzInfo
Returns:
Value of property m_iMatchStatus.

setMatchTyp

public final void setMatchTyp(int m_iMatchTyp)
Setter for property m_iMatchTyp.

Parameters:
m_iMatchTyp - New value of property m_iMatchTyp.

getMatchTyp

public final int getMatchTyp()
Getter for property m_iMatchTyp.

Specified by:
getMatchTyp in interface IMatchKurzInfo
Returns:
Value of property m_iMatchTyp.

getTimestampMatchDate

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

Specified by:
getTimestampMatchDate in interface IMatchKurzInfo
Returns:
Value of property m_lDatum.

compareTo

public final int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable