de.hattrickorganizer.gui.model
Class ArenaStatistikModel

java.lang.Object
  extended by de.hattrickorganizer.gui.model.ArenaStatistikModel

public class ArenaStatistikModel
extends java.lang.Object

Hält die Daten für ein Spiel für die Arenastatistik


Field Summary
protected  int m_iGastTore
          Gast Tore
protected  int m_iHeimTore
          Heim Tore
protected  int m_iMatchID
          ID des MAtches
protected  int m_iMatchStatus
          Status des Spiels
protected  int m_iMatchTyp
          Typ des Spiels
protected  java.lang.String m_sGastName
          Name des Teams zu dem die Matchinfo gehört
protected  java.lang.String m_sHeimName
          Name des Teams zu dem die Matchinfo gehört
protected  java.lang.String m_sMatchDate
          Datum des spiels
 
Constructor Summary
ArenaStatistikModel()
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getArenaGroesse()
          Getter for property m_iArenaGroesse.
 int getFans()
          Getter for property m_iFans.
 int getFanZufriedenheit()
          Getter for property m_iFanZufriedenheit.
 java.lang.String getGastName()
          Getter for property m_sGastName.
 int getGastTore()
          Getter for property m_iGastTore.
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 int getHeimTore()
          Getter for property m_iHeimTore.
 int getLigaPlatz()
          Getter for property m_iLigaPlatz.
 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.
 int getWetter()
          Getter for property m_iWetter.
 int getZuschaueranzahl()
          Getter for property m_iZuschaueranzahl.
 void setArenaGroesse(int m_iArenaGroesse)
          Setter for property m_iArenaGroesse.
 void setFans(int m_iFans)
          Setter for property m_iFans.
 void setFanZufriedenheit(int m_iFanZufriedenheit)
          Setter for property m_iFanZufriedenheit.
 void setGastName(java.lang.String m_sGastName)
          Setter for property m_sGastName.
 void setGastTore(int m_iGastTore)
          Setter for property m_iGastTore.
 void setHeimName(java.lang.String m_sHeimName)
          Setter for property m_sHeimName.
 void setHeimTore(int m_iHeimTore)
          Setter for property m_iHeimTore.
 void setLigaPlatz(int m_iLigaPlatz)
          Setter for property m_iLigaPlatz.
 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.
 void setWetter(int m_iWetter)
          Setter for property m_iWetter.
 void setZuschaueranzahl(int m_iZuschaueranzahl)
          Setter for property m_iZuschaueranzahl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_sGastName

protected java.lang.String m_sGastName
Name des Teams zu dem die Matchinfo gehört


m_sHeimName

protected java.lang.String m_sHeimName
Name des Teams zu dem die Matchinfo gehört


m_sMatchDate

protected java.lang.String m_sMatchDate
Datum des spiels


m_iGastTore

protected int m_iGastTore
Gast Tore


m_iHeimTore

protected int m_iHeimTore
Heim Tore


m_iMatchID

protected int m_iMatchID
ID des MAtches


m_iMatchStatus

protected int m_iMatchStatus
Status des Spiels


m_iMatchTyp

protected int m_iMatchTyp
Typ des Spiels

Constructor Detail

ArenaStatistikModel

public ArenaStatistikModel()
Method Detail

setArenaGroesse

public final void setArenaGroesse(int m_iArenaGroesse)
Setter for property m_iArenaGroesse.

Parameters:
m_iArenaGroesse - New value of property m_iArenaGroesse.

getArenaGroesse

public final int getArenaGroesse()
Getter for property m_iArenaGroesse.

Returns:
Value of property m_iArenaGroesse.

setFanZufriedenheit

public final void setFanZufriedenheit(int m_iFanZufriedenheit)
Setter for property m_iFanZufriedenheit.

Parameters:
m_iFanZufriedenheit - New value of property m_iFanZufriedenheit.

getFanZufriedenheit

public final int getFanZufriedenheit()
Getter for property m_iFanZufriedenheit.

Returns:
Value of property m_iFanZufriedenheit.

setFans

public final void setFans(int m_iFans)
Setter for property m_iFans.

Parameters:
m_iFans - New value of property m_iFans.

getFans

public final int getFans()
Getter for property m_iFans.

Returns:
Value of property m_iFans.

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.

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.

Returns:
Value of property m_iGastTore.

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.

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.

Returns:
Value of property m_iHeimTore.

setLigaPlatz

public final void setLigaPlatz(int m_iLigaPlatz)
Setter for property m_iLigaPlatz.

Parameters:
m_iLigaPlatz - New value of property m_iLigaPlatz.

getLigaPlatz

public final int getLigaPlatz()
Getter for property m_iLigaPlatz.

Returns:
Value of property m_iLigaPlatz.

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.

Returns:
Value of property m_sMatchDate.

getMatchDateAsTimestamp

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

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.

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.

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.

Returns:
Value of property m_iMatchTyp.

getTimestampMatchDate

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

Returns:
Value of property m_lDatum.

setWetter

public final void setWetter(int m_iWetter)
Setter for property m_iWetter.

Parameters:
m_iWetter - New value of property m_iWetter.

getWetter

public final int getWetter()
Getter for property m_iWetter.

Returns:
Value of property m_iWetter.

setZuschaueranzahl

public final void setZuschaueranzahl(int m_iZuschaueranzahl)
Setter for property m_iZuschaueranzahl.

Parameters:
m_iZuschaueranzahl - New value of property m_iZuschaueranzahl.

getZuschaueranzahl

public final int getZuschaueranzahl()
Getter for property m_iZuschaueranzahl.

Returns:
Value of property m_iZuschaueranzahl.

compareTo

public final int compareTo(java.lang.Object obj)