de.hattrickorganizer.gui.model
Class SpielerMatchCBItem

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

public class SpielerMatchCBItem
extends java.lang.Object

Container für die SpielerMatchTable. Enthält die Daten des Spielers und des zugehörigen Matches


Constructor Summary
SpielerMatchCBItem(Spieler spieler, int matchid, float rating, int positionsid, java.lang.String matchdate, java.lang.String heimteam, int heimid, java.lang.String gastteam, int gastid, int matchtyp, Matchdetails matchdetails, java.lang.String selbstvertrauen, java.lang.String stimmung)
          Creates a new SpielerMatchCBItem object.
 
Method Summary
 int getGastID()
          Getter for property m_iGastID.
 java.lang.String getGastteam()
          Getter for property m_clGastteam.
 int getHeimID()
          Getter for property m_iHeimID.
 java.lang.String getHeimteam()
          Getter for property m_clHeimteam.
 java.lang.String getMatchdate()
          Getter for property m_clMatchdate.
 Matchdetails getMatchdetails()
          Getter for property m_clMatchdetails.
 int getMatchID()
          Getter for property m_iMatchID.
 int getMatchTyp()
          Getter for property m_iMatchTyp.
 int getPosition()
          Getter for property m_iPosition.
 float getRating()
          Getter for property m_fRating.
 java.lang.String getSelbstvertrauen()
          Getter for property m_sSelbstvertrauen.
 Spieler getSpieler()
          Getter for property m_clSpieler.
 java.lang.String getStimmung()
          Getter for property m_sStimmung.
 void setGastID(int m_iGastID)
          Setter for property m_iGastID.
 void setGastteam(java.lang.String m_clGastteam)
          Setter for property m_clGastteam.
 void setHeimID(int m_iHeimID)
          Setter for property m_iHeimID.
 void setHeimteam(java.lang.String m_clHeimteam)
          Setter for property m_clHeimteam.
 void setMatchdate(java.lang.String m_clMatchdate)
          Setter for property m_clMatchdate.
 void setMatchdetails(Matchdetails m_clMatchdetails)
          Setter for property m_clMatchdetails.
 void setMatchID(int m_iMatchID)
          Setter for property m_iMatchID.
 void setMatchTyp(int m_iMatchTyp)
          Setter for property m_iMatchTyp.
 void setPosition(int m_iPosition)
          Setter for property m_iPosition.
 void setRating(float m_fRating)
          Setter for property m_fRating.
 void setSelbstvertrauen(java.lang.String m_sSelbstvertrauen)
          Setter for property m_sSelbstvertrauen.
 void setSpieler(Spieler m_clSpieler)
          Setter for property m_clSpieler.
 void setStimmung(java.lang.String m_sStimmung)
          Setter for property m_sStimmung.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpielerMatchCBItem

public SpielerMatchCBItem(Spieler spieler,
                          int matchid,
                          float rating,
                          int positionsid,
                          java.lang.String matchdate,
                          java.lang.String heimteam,
                          int heimid,
                          java.lang.String gastteam,
                          int gastid,
                          int matchtyp,
                          Matchdetails matchdetails,
                          java.lang.String selbstvertrauen,
                          java.lang.String stimmung)
Creates a new SpielerMatchCBItem object.

Parameters:
spieler - TODO Missing Constructuor Parameter Documentation
matchid - TODO Missing Constructuor Parameter Documentation
rating - TODO Missing Constructuor Parameter Documentation
positionsid - TODO Missing Constructuor Parameter Documentation
matchdate - TODO Missing Constructuor Parameter Documentation
heimteam - TODO Missing Constructuor Parameter Documentation
heimid - TODO Missing Constructuor Parameter Documentation
gastteam - TODO Missing Constructuor Parameter Documentation
gastid - TODO Missing Constructuor Parameter Documentation
matchtyp - TODO Missing Constructuor Parameter Documentation
matchdetails - TODO Missing Constructuor Parameter Documentation
selbstvertrauen - TODO Missing Constructuor Parameter Documentation
stimmung - TODO Missing Constructuor Parameter Documentation
Method Detail

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.

Returns:
Value of property m_iGastID.

setGastteam

public final void setGastteam(java.lang.String m_clGastteam)
Setter for property m_clGastteam.

Parameters:
m_clGastteam - New value of property m_clGastteam.

getGastteam

public final java.lang.String getGastteam()
Getter for property m_clGastteam.

Returns:
Value of property m_clGastteam.

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.

Returns:
Value of property m_iHeimID.

setHeimteam

public final void setHeimteam(java.lang.String m_clHeimteam)
Setter for property m_clHeimteam.

Parameters:
m_clHeimteam - New value of property m_clHeimteam.

getHeimteam

public final java.lang.String getHeimteam()
Getter for property m_clHeimteam.

Returns:
Value of property m_clHeimteam.

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.

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.

setMatchdate

public final void setMatchdate(java.lang.String m_clMatchdate)
Setter for property m_clMatchdate.

Parameters:
m_clMatchdate - New value of property m_clMatchdate.

getMatchdate

public final java.lang.String getMatchdate()
Getter for property m_clMatchdate.

Returns:
Value of property m_clMatchdate.

setMatchdetails

public final void setMatchdetails(Matchdetails m_clMatchdetails)
Setter for property m_clMatchdetails.

Parameters:
m_clMatchdetails - New value of property m_clMatchdetails.

getMatchdetails

public final Matchdetails getMatchdetails()
Getter for property m_clMatchdetails.

Returns:
Value of property m_clMatchdetails.

setPosition

public final void setPosition(int m_iPosition)
Setter for property m_iPosition.

Parameters:
m_iPosition - New value of property m_iPosition.

getPosition

public final int getPosition()
Getter for property m_iPosition.

Returns:
Value of property m_iPosition.

setRating

public final void setRating(float m_fRating)
Setter for property m_fRating.

Parameters:
m_fRating - New value of property m_fRating.

getRating

public final float getRating()
Getter for property m_fRating.

Returns:
Value of property m_fRating.

setSelbstvertrauen

public final void setSelbstvertrauen(java.lang.String m_sSelbstvertrauen)
Setter for property m_sSelbstvertrauen.

Parameters:
m_sSelbstvertrauen - New value of property m_sSelbstvertrauen.

getSelbstvertrauen

public final java.lang.String getSelbstvertrauen()
Getter for property m_sSelbstvertrauen.

Returns:
Value of property m_sSelbstvertrauen.

setSpieler

public final void setSpieler(Spieler m_clSpieler)
Setter for property m_clSpieler.

Parameters:
m_clSpieler - New value of property m_clSpieler.

getSpieler

public final Spieler getSpieler()
Getter for property m_clSpieler.

Returns:
Value of property m_clSpieler.

setStimmung

public final void setStimmung(java.lang.String m_sStimmung)
Setter for property m_sStimmung.

Parameters:
m_sStimmung - New value of property m_sStimmung.

getStimmung

public final java.lang.String getStimmung()
Getter for property m_sStimmung.

Returns:
Value of property m_sStimmung.