de.hattrickorganizer.model.matchlist
Class Paarung

java.lang.Object
  extended by de.hattrickorganizer.model.matchlist.Paarung
All Implemented Interfaces:
java.lang.Comparable, IPaarung

public class Paarung
extends java.lang.Object
implements IPaarung

DOCUMENT ME!

Author:
thomas.werth

Field Summary
protected  int m_iGastId
          TODO Missing Parameter Documentation
protected  int m_iHeimId
          TODO Missing Parameter Documentation
protected  int m_iLigaId
          TODO Missing Parameter Documentation
protected  int m_iMatchId
          TODO Missing Parameter Documentation
protected  int m_iSaison
          TODO Missing Parameter Documentation
protected  int m_iSpieltag
          TODO Missing Parameter Documentation
protected  int m_iToreGast
          TODO Missing Parameter Documentation
protected  int m_iToreHeim
          TODO Missing Parameter Documentation
protected  java.lang.String m_sDatum
          TODO Missing Parameter Documentation
protected  java.lang.String m_sGastName
          TODO Missing Parameter Documentation
protected  java.lang.String m_sHeimName
          TODO Missing Parameter Documentation
 
Constructor Summary
Paarung()
          Creates a new instance of Paarung
 
Method Summary
 int compareTo(java.lang.Object obj)
          vergleicht anhand des SPieltages um eine nach Spieltagen sortierte Liste zu bekommen
 boolean equals(java.lang.Object obj)
           
 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 m_iSpieltag.
 java.lang.String getStringDate()
          TODO Missing Method Documentation
 int getToreGast()
          Getter for property m_iToreGast.
 int getToreHeim()
          Getter for property m_iToreHeim.
 boolean hatStattgefunden()
          TODO Missing Method Documentation
 void setDatum(java.lang.String date)
          Setter for property m_lDatum.
 void setGastId(int m_iGastId)
          Setter for property m_iGastId.
 void setGastName(java.lang.String m_sGastName)
          Setter for property m_sGastName.
 void setHeimId(int m_iHeimId)
          Setter for property m_iHeimId.
 void setHeimName(java.lang.String m_sHeimName)
          Setter for property m_sHeimName.
 void setLigaId(int m_iLigaId)
          Setter for property m_iLigaId.
 void setMatchId(int m_iMatchId)
          Setter for property m_iMatchId.
 void setSaison(int m_iSaison)
          Setter for property m_iSaison.
 void setSpieltag(int m_iSpieltag)
          Setter for property m_iSpieltag.
 void setToreGast(int m_iToreGast)
          Setter for property m_iToreGast.
 void setToreHeim(int m_iToreHeim)
          Setter for property m_iToreHeim.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_sDatum

protected java.lang.String m_sDatum
TODO Missing Parameter Documentation


m_sGastName

protected java.lang.String m_sGastName
TODO Missing Parameter Documentation


m_sHeimName

protected java.lang.String m_sHeimName
TODO Missing Parameter Documentation


m_iGastId

protected int m_iGastId
TODO Missing Parameter Documentation


m_iHeimId

protected int m_iHeimId
TODO Missing Parameter Documentation


m_iLigaId

protected int m_iLigaId
TODO Missing Parameter Documentation


m_iMatchId

protected int m_iMatchId
TODO Missing Parameter Documentation


m_iSaison

protected int m_iSaison
TODO Missing Parameter Documentation


m_iSpieltag

protected int m_iSpieltag
TODO Missing Parameter Documentation


m_iToreGast

protected int m_iToreGast
TODO Missing Parameter Documentation


m_iToreHeim

protected int m_iToreHeim
TODO Missing Parameter Documentation

Constructor Detail

Paarung

public Paarung()
Creates a new instance of Paarung

Method Detail

setDatum

public final void setDatum(java.lang.String date)
Setter for property m_lDatum.

Parameters:
date - New value of property m_lDatum.

getDatum

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

Specified by:
getDatum in interface IPaarung
Returns:
Value of property m_lDatum.

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 IPaarung
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 IPaarung
Returns:
Value of property m_sGastName.

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 IPaarung
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 IPaarung
Returns:
Value of property m_sHeimName.

setLigaId

public final void setLigaId(int m_iLigaId)
Setter for property m_iLigaId.

Parameters:
m_iLigaId - New value of property m_iLigaId.

getLigaId

public final int getLigaId()
Getter for property m_iLigaId.

Specified by:
getLigaId in interface IPaarung
Returns:
Value of property m_iLigaId.

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 IPaarung
Returns:
Value of property m_iMatchId.

setSaison

public final void setSaison(int m_iSaison)
Setter for property m_iSaison.

Parameters:
m_iSaison - New value of property m_iSaison.

getSaison

public final int getSaison()
Getter for property m_iSaison.

Specified by:
getSaison in interface IPaarung
Returns:
Value of property m_iSaison.

setSpieltag

public final void setSpieltag(int m_iSpieltag)
Setter for property m_iSpieltag.

Parameters:
m_iSpieltag - New value of property m_iSpieltag.

getSpieltag

public final int getSpieltag()
Getter for property m_iSpieltag.

Specified by:
getSpieltag in interface IPaarung
Returns:
Value of property m_iSpieltag.

getStringDate

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

Specified by:
getStringDate in interface IPaarung
Returns:
TODO Missing Return Method Documentation

setToreGast

public final void setToreGast(int m_iToreGast)
Setter for property m_iToreGast.

Parameters:
m_iToreGast - New value of property m_iToreGast.

getToreGast

public final int getToreGast()
Getter for property m_iToreGast.

Specified by:
getToreGast in interface IPaarung
Returns:
Value of property m_iToreGast.

setToreHeim

public final void setToreHeim(int m_iToreHeim)
Setter for property m_iToreHeim.

Parameters:
m_iToreHeim - New value of property m_iToreHeim.

getToreHeim

public final int getToreHeim()
Getter for property m_iToreHeim.

Specified by:
getToreHeim in interface IPaarung
Returns:
Value of property m_iToreHeim.

compareTo

public final int compareTo(java.lang.Object obj)
vergleicht anhand des SPieltages um eine nach Spieltagen sortierte Liste zu bekommen

Specified by:
compareTo in interface java.lang.Comparable
Parameters:
obj - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

equals

public final boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hatStattgefunden

public final boolean hatStattgefunden()
TODO Missing Method Documentation

Specified by:
hatStattgefunden in interface IPaarung
Returns:
TODO Missing Return Method Documentation