|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.matchlist.Spielplan
public class Spielplan
DOCUMENT ME!
Field Summary | |
---|---|
protected java.sql.Timestamp |
m_clFetchDate
TODO Missing Parameter Documentation |
protected LigaTabelle |
m_clTabelle
TODO Missing Parameter Documentation |
protected Tabellenverlauf |
m_clVerlauf
TODO Missing Parameter Documentation |
protected int |
m_iLigaId
TODO Missing Parameter Documentation |
protected int |
m_iSaison
TODO Missing Parameter Documentation |
protected java.lang.String |
m_sLigaName
TODO Missing Parameter Documentation |
protected java.util.Vector |
m_vEintraege
TODO Missing Parameter Documentation |
Constructor Summary | |
---|---|
Spielplan()
Creates a new instance of Spielplan |
Method Summary | |
---|---|
void |
addEintrag(Paarung spiel)
TODO Missing Method Documentation |
protected void |
berechneAltePositionen(LigaTabelle tabelle)
berechnet die Positionierung vom SPieltag zuvor |
protected LigaTabelle |
berechneTabelle(int maxSpieltag)
berechnet die Tabelle anhand des Spielplans |
protected LigaTabellenEintrag |
berechneTabellenEintrag(IPaarung[] spiele,
int teamId,
java.lang.String name,
int maxSpieltag)
Erstellt einen TabellenEintrag aus den Spielen eines Vereins |
boolean |
equals(java.lang.Object o)
TODO Missing Method Documentation |
protected Tabellenverlauf |
generateTabellenVerlauf()
erzeugt den Tabellenverlauf |
java.util.Vector |
getEintraege()
TODO Missing Method Documentation |
java.sql.Timestamp |
getFetchDate()
Getter for property m_clFetchDate. |
int |
getLigaId()
Getter for property m_iLigaId. |
java.lang.String |
getLigaName()
Getter for property m_sLigaName. |
java.util.Vector |
getPaarungenBySpieltag(int spieltag)
liefert die Spiele zu einem Spieltag |
IPaarung[] |
getPaarungenByTeamId(int id)
liefert die Spiele eines bestimmten Teams, sortiert nach Spieltagen |
int |
getSaison()
Getter for property m_iSaison. |
ILigaTabelle |
getTabelle()
|
ITabellenverlauf |
getVerlauf()
Getter for property m_clVerlauf. |
void |
setFetchDate(java.sql.Timestamp m_clFetchDate)
Setter for property m_clFetchDate. |
void |
setLigaId(int m_iLigaId)
Setter for property m_iLigaId. |
void |
setLigaName(java.lang.String m_sLigaName)
Setter for property m_sLigaName. |
void |
setSaison(int m_iSaison)
Setter for property m_iSaison. |
java.lang.String |
toString()
TODO Missing Method Documentation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected LigaTabelle m_clTabelle
protected java.lang.String m_sLigaName
protected Tabellenverlauf m_clVerlauf
protected java.sql.Timestamp m_clFetchDate
protected java.util.Vector m_vEintraege
protected int m_iLigaId
protected int m_iSaison
Constructor Detail |
---|
public Spielplan()
Method Detail |
---|
public final java.util.Vector getEintraege()
public final void setFetchDate(java.sql.Timestamp m_clFetchDate)
m_clFetchDate
- New value of property m_clFetchDate.public final java.sql.Timestamp getFetchDate()
public final void setLigaId(int m_iLigaId)
m_iLigaId
- New value of property m_iLigaId.public final int getLigaId()
getLigaId
in interface ISpielplan
public final void setLigaName(java.lang.String m_sLigaName)
m_sLigaName
- New value of property m_sLigaName.public final java.lang.String getLigaName()
getLigaName
in interface ISpielplan
public final java.util.Vector getPaarungenBySpieltag(int spieltag)
getPaarungenBySpieltag
in interface ISpielplan
spieltag
- TODO Missing Constructuor Parameter Documentation
public final IPaarung[] getPaarungenByTeamId(int id)
getPaarungenByTeamId
in interface ISpielplan
id
- TODO Missing Constructuor Parameter Documentation
public final void setSaison(int m_iSaison)
m_iSaison
- New value of property m_iSaison.public final int getSaison()
getSaison
in interface ISpielplan
public final ILigaTabelle getTabelle()
getTabelle
in interface ISpielplan
public final ITabellenverlauf getVerlauf()
getVerlauf
in interface ISpielplan
public final void addEintrag(Paarung spiel)
spiel
- TODO Missing Method Parameter Documentationpublic final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- TODO Missing Method Parameter Documentation
public final java.lang.String toString()
toString
in class java.lang.Object
protected final void berechneAltePositionen(LigaTabelle tabelle)
tabelle
- TODO Missing Constructuor Parameter Documentationprotected final LigaTabelle berechneTabelle(int maxSpieltag)
maxSpieltag
- gibt an bis zu welchem Spieltag gerechnet werden soll (inklusive)
protected final LigaTabellenEintrag berechneTabellenEintrag(IPaarung[] spiele, int teamId, java.lang.String name, int maxSpieltag)
spiele
- TODO Missing Constructuor Parameter DocumentationteamId
- TODO Missing Constructuor Parameter Documentationname
- TODO Missing Constructuor Parameter DocumentationmaxSpieltag
- gibt an bis zu welchem Spieltag die Tabelle berechnet werden soll ( 1-14
)
protected final Tabellenverlauf generateTabellenVerlauf()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |