de.hattrickorganizer.model.matches
Class MatchLineup

java.lang.Object
  extended by de.hattrickorganizer.model.matches.MatchLineup
All Implemented Interfaces:
IMatchLineup

public class MatchLineup
extends java.lang.Object
implements IMatchLineup

DOCUMENT ME!

Author:
thomas.werth

Field Summary
protected  int m_iHeimId
          TODO Missing Parameter Documentation
protected  int m_iMatchID
          TODO Missing Parameter Documentation
protected  int m_iMatchTyp
          TODO Missing Parameter Documentation
 
Fields inherited from interface plugins.IMatchLineup
INT_TESTCUPSPIEL, INT_TESTSPIEL, INTCUPSPIEL, INTSPIEL, LAENDERCUPSPIEL, LAENDERSPIEL, LIGASPIEL, POKALSPIEL, QUALISPIEL, TESTLAENDERSPIEL, TESTPOKALSPIEL, TESTSPIEL
 
Constructor Summary
MatchLineup()
          Creates a new instance of MatchLineup
 
Method Summary
 int getArenaID()
          Getter for property m_iArenaID.
 java.lang.String getArenaName()
          Getter for property m_sArenaName.
 java.sql.Timestamp getFetchDatum()
          Getter for property m_lDatum.
 IMatchLineupTeam getGast()
          Getter for property m_clGast.
 int getGastId()
          Getter for property m_iGastId.
 java.lang.String getGastName()
          Getter for property m_sGastName.
 IMatchLineupTeam getHeim()
          Getter for property m_clHeim.
 int getHeimId()
          Getter for property m_iHeimId.
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 int getMatchID()
          Getter for property m_iMatchID.
 int getMatchTyp()
          Getter for property m_iMatchTyp.
static java.lang.String getName4MatchTyp(int typ)
          TODO Missing Method Documentation
 java.sql.Timestamp getSpielDatum()
          Getter for property m_lDatum.
 java.lang.String getStringFetchDate()
          TODO Missing Method Documentation
 java.lang.String getStringSpielDate()
          TODO Missing Method Documentation
 void setArenaID(int m_iArenaID)
          Setter for property m_iArenaID.
 void setArenaName(java.lang.String m_sArenaName)
          Setter for property m_sArenaName.
 void setFetchDatum(java.lang.String date)
          Setter for property m_lDatum.
 void setGast(MatchLineupTeam m_clGast)
          Setter for property m_clGast.
 void setGastId(int m_iGastId)
          Setter for property m_iGastId.
 void setGastName(java.lang.String m_sGastName)
          Setter for property m_sGastName.
 void setHeim(MatchLineupTeam m_clHeim)
          Setter for property m_clHeim.
 void setHeimId(int m_iHeimId)
          Setter for property m_iHeimId.
 void setHeimName(java.lang.String m_sHeimName)
          Setter for property m_sHeimName.
 void setMatchID(int m_iMatchID)
          Setter for property m_iMatchID.
 void setMatchTyp(int m_iMatchTyp)
          Setter for property m_iMatchTyp.
 void setSpielDatum(java.lang.String date)
          Setter for property m_lDatum.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_iHeimId

protected int m_iHeimId
TODO Missing Parameter Documentation


m_iMatchID

protected int m_iMatchID
TODO Missing Parameter Documentation


m_iMatchTyp

protected int m_iMatchTyp
TODO Missing Parameter Documentation

Constructor Detail

MatchLineup

public MatchLineup()
Creates a new instance of MatchLineup

Method Detail

setArenaID

public final void setArenaID(int m_iArenaID)
Setter for property m_iArenaID.

Parameters:
m_iArenaID - New value of property m_iArenaID.

getArenaID

public final int getArenaID()
Getter for property m_iArenaID.

Specified by:
getArenaID in interface IMatchLineup
Returns:
Value of property m_iArenaID.

setArenaName

public final void setArenaName(java.lang.String m_sArenaName)
Setter for property m_sArenaName.

Parameters:
m_sArenaName - New value of property m_sArenaName.

getArenaName

public final java.lang.String getArenaName()
Getter for property m_sArenaName.

Specified by:
getArenaName in interface IMatchLineup
Returns:
Value of property m_sArenaName.

setFetchDatum

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

Parameters:
date - New value of property m_lDatum.

getFetchDatum

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

Specified by:
getFetchDatum in interface IMatchLineup
Returns:
Value of property m_lDatum.

setGast

public final void setGast(MatchLineupTeam m_clGast)
Setter for property m_clGast.

Parameters:
m_clGast - New value of property m_clGast.

getGast

public final IMatchLineupTeam getGast()
Getter for property m_clGast.

Specified by:
getGast in interface IMatchLineup
Returns:
Value of property m_clGast.

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

setHeim

public final void setHeim(MatchLineupTeam m_clHeim)
Setter for property m_clHeim.

Parameters:
m_clHeim - New value of property m_clHeim.

getHeim

public final IMatchLineupTeam getHeim()
Getter for property m_clHeim.

Specified by:
getHeim in interface IMatchLineup
Returns:
Value of property m_clHeim.

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

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 IMatchLineup
Returns:
Value of property m_iMatchID.

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 IMatchLineup
Returns:
Value of property m_iMatchTyp.

getName4MatchTyp

public static java.lang.String getName4MatchTyp(int typ)
TODO Missing Method Documentation

Parameters:
typ - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setSpielDatum

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

Parameters:
date - New value of property m_lDatum.

getSpielDatum

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

Specified by:
getSpielDatum in interface IMatchLineup
Returns:
Value of property m_lDatum.

getStringFetchDate

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

Specified by:
getStringFetchDate in interface IMatchLineup
Returns:
TODO Missing Return Method Documentation

getStringSpielDate

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

Specified by:
getStringSpielDate in interface IMatchLineup
Returns:
TODO Missing Return Method Documentation