de.hattrickorganizer.model
Class Team

java.lang.Object
  extended by de.hattrickorganizer.model.Team
All Implemented Interfaces:
ITeam

public final class Team
extends java.lang.Object
implements ITeam

Enth�lt die Daten des Teams (nicht der Spieler!)


Field Summary
 
Fields inherited from interface plugins.ITeam
SV_armselig, SV_bescheiden, SV_etwas_ueberheblich, SV_gering, SV_katastrophal, SV_nichtVorhanden, SV_sehr_gross, SV_stark, SV_voellig_abgehoben, SV_voellig_uebertrieben, TA_ABWEHRVERHALTEN, TA_ALLGEMEIN, TA_CHANCEN, TA_EXTERNALATTACK, TA_FLANKEN, TA_KONDITION, TA_PASSSPIEL, TA_SCHUSSTRAINING, TA_SPIELAUFBAU, TA_STANDARD, TA_STEILPAESSE, TA_TORWART, TA_VERTEIDIGUNG, TS_auf_Wolke_sieben, TS_ausgezeichnet, TS_blutruenstig, TS_euphorisch, TS_gut, TS_irritiert, TS_paradiesisch, TS_ruhig, TS_wie_im_kalten_Krieg, TS_wuetend, TS_zufrieden
 
Constructor Summary
Team(java.util.Properties properties)
           
Team(java.sql.ResultSet rs)
          Creates a new Team object.
 
Method Summary
 int getErfahrung343()
          Getter for property m_iErfahrung343.
 int getErfahrung352()
          Getter for property m_iErfahrung352.
 int getErfahrung433()
          Getter for property m_iErfahrung433.
 int getErfahrung451()
          Getter for property m_iErfahrung451.
 int getErfahrung532()
          Getter for property m_iErfahrung532.
 int getErfahrung541()
          Getter for property m_iErfahrung541.
static java.lang.String getNameForSelbstvertrauen(int level)
          Gibt den Namen zu einer Bewertungzur�ck
static java.lang.String getNameForStimmung(int level)
          Gibt den Namen zu einer Bewertungzur�ck
static java.lang.String getNameForTraining(int type)
          Gibt den Namen zu einer Bewertungzur�ck
 java.lang.String getSelbstvertrauen()
          Getter for property m_sSelbstvertrauen.
 int getSelbstvertrauenAsInt()
          Getter for property m_iSelbstvertrauen.
 int getStaminaTrainingPart()
           
 java.lang.String getStimmung()
          Getter for property m_sStimmung.
 int getStimmungAsInt()
          Getter for property m_iStimmung.
 int getSubStimmung()
           
 java.lang.String getTrainingsArt()
          Getter for property m_sTrainingsArt.
 int getTrainingsArtAsInt()
          Getter for property m_iTrainingsArt.
 int getTrainingslevel()
          Getter for property m_iTrainingslevel.
 void setErfahrung343(int m_iErfahrung343)
          Setter for property m_iErfahrung343.
 void setErfahrung352(int m_iErfahrung352)
          Setter for property m_iErfahrung352.
 void setErfahrung433(int m_iErfahrung433)
          Setter for property m_iErfahrung433.
 void setErfahrung451(int m_iErfahrung451)
          Setter for property m_iErfahrung451.
 void setErfahrung532(int m_iErfahrung532)
          Setter for property m_iErfahrung532.
 void setErfahrung541(int m_iErfahrung541)
          Setter for property m_iErfahrung541.
 void setSelbstvertrauen(java.lang.String m_sSelbstvertrauen)
          Setter for property m_sSelbstvertrauen.
 void setSelbstvertrauenAsInt(int m_iSelbstvertrauen)
          Setter for property m_iSelbstvertrauen.
 void setStaminaTrainingPart(int m_iStaminaTrainingPart)
           
 void setStimmung(java.lang.String m_sStimmung)
          Setter for property m_sStimmung.
 void setStimmungAsInt(int m_iStimmung)
          Setter for property m_iStimmung.
 void setSubStimmung(int i)
           
 void setTrainingsArt(java.lang.String m_sTrainingsArt)
          Setter for property m_sTrainingsArt.
 void setTrainingsArtAsInt(int m_iTrainingsArt)
          Setter for property m_iTrainingsArt.
 void setTrainingslevel(int m_iTrainingslevel)
          Setter for property m_iTrainingslevel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Team

public Team(java.util.Properties properties)
     throws java.lang.Exception
Throws:
java.lang.Exception

Team

public Team(java.sql.ResultSet rs)
     throws java.lang.Exception
Creates a new Team object.

Parameters:
rs - TODO Missing Constructuor Parameter Documentation
Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation
Method Detail

getNameForSelbstvertrauen

public static java.lang.String getNameForSelbstvertrauen(int level)
Gibt den Namen zu einer Bewertungzur�ck

Parameters:
level - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getNameForStimmung

public static java.lang.String getNameForStimmung(int level)
Gibt den Namen zu einer Bewertungzur�ck

Parameters:
level - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getNameForTraining

public static java.lang.String getNameForTraining(int type)
Gibt den Namen zu einer Bewertungzur�ck

Parameters:
type - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setErfahrung343

public void setErfahrung343(int m_iErfahrung343)
Setter for property m_iErfahrung343.

Specified by:
setErfahrung343 in interface ITeam
Parameters:
m_iErfahrung343 - New value of property m_iErfahrung343.

getErfahrung343

public int getErfahrung343()
Getter for property m_iErfahrung343.

Specified by:
getErfahrung343 in interface ITeam
Returns:
Value of property m_iErfahrung343.

setErfahrung352

public void setErfahrung352(int m_iErfahrung352)
Setter for property m_iErfahrung352.

Specified by:
setErfahrung352 in interface ITeam
Parameters:
m_iErfahrung352 - New value of property m_iErfahrung352.

getErfahrung352

public int getErfahrung352()
Getter for property m_iErfahrung352.

Specified by:
getErfahrung352 in interface ITeam
Returns:
Value of property m_iErfahrung352.

setErfahrung433

public void setErfahrung433(int m_iErfahrung433)
Setter for property m_iErfahrung433.

Specified by:
setErfahrung433 in interface ITeam
Parameters:
m_iErfahrung433 - New value of property m_iErfahrung433.

getErfahrung433

public int getErfahrung433()
Getter for property m_iErfahrung433.

Specified by:
getErfahrung433 in interface ITeam
Returns:
Value of property m_iErfahrung433.

setErfahrung451

public void setErfahrung451(int m_iErfahrung451)
Setter for property m_iErfahrung451.

Specified by:
setErfahrung451 in interface ITeam
Parameters:
m_iErfahrung451 - New value of property m_iErfahrung451.

getErfahrung451

public int getErfahrung451()
Getter for property m_iErfahrung451.

Specified by:
getErfahrung451 in interface ITeam
Returns:
Value of property m_iErfahrung451.

setErfahrung532

public void setErfahrung532(int m_iErfahrung532)
Setter for property m_iErfahrung532.

Specified by:
setErfahrung532 in interface ITeam
Parameters:
m_iErfahrung532 - New value of property m_iErfahrung532.

getErfahrung532

public int getErfahrung532()
Getter for property m_iErfahrung532.

Specified by:
getErfahrung532 in interface ITeam
Returns:
Value of property m_iErfahrung532.

setErfahrung541

public void setErfahrung541(int m_iErfahrung541)
Setter for property m_iErfahrung541.

Specified by:
setErfahrung541 in interface ITeam
Parameters:
m_iErfahrung541 - New value of property m_iErfahrung541.

getErfahrung541

public int getErfahrung541()
Getter for property m_iErfahrung541.

Specified by:
getErfahrung541 in interface ITeam
Returns:
Value of property m_iErfahrung541.

setSelbstvertrauen

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

Specified by:
setSelbstvertrauen in interface ITeam
Parameters:
m_sSelbstvertrauen - New value of property m_sSelbstvertrauen.

getSelbstvertrauen

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

Specified by:
getSelbstvertrauen in interface ITeam
Returns:
Value of property m_sSelbstvertrauen.

setSelbstvertrauenAsInt

public void setSelbstvertrauenAsInt(int m_iSelbstvertrauen)
Setter for property m_iSelbstvertrauen.

Specified by:
setSelbstvertrauenAsInt in interface ITeam
Parameters:
m_iSelbstvertrauen - New value of property m_iSelbstvertrauen.

getSelbstvertrauenAsInt

public int getSelbstvertrauenAsInt()
Getter for property m_iSelbstvertrauen.

Specified by:
getSelbstvertrauenAsInt in interface ITeam
Returns:
Value of property m_iSelbstvertrauen.

setStimmung

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

Specified by:
setStimmung in interface ITeam
Parameters:
m_sStimmung - New value of property m_sStimmung.

getStimmung

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

Specified by:
getStimmung in interface ITeam
Returns:
Value of property m_sStimmung.

setStimmungAsInt

public void setStimmungAsInt(int m_iStimmung)
Setter for property m_iStimmung.

Specified by:
setStimmungAsInt in interface ITeam
Parameters:
m_iStimmung - New value of property m_iStimmung.

getStimmungAsInt

public int getStimmungAsInt()
Getter for property m_iStimmung.

Specified by:
getStimmungAsInt in interface ITeam
Returns:
Value of property m_iStimmung.

setTrainingsArt

public void setTrainingsArt(java.lang.String m_sTrainingsArt)
Setter for property m_sTrainingsArt.

Specified by:
setTrainingsArt in interface ITeam
Parameters:
m_sTrainingsArt - New value of property m_sTrainingsArt.

getTrainingsArt

public java.lang.String getTrainingsArt()
Getter for property m_sTrainingsArt.

Specified by:
getTrainingsArt in interface ITeam
Returns:
Value of property m_sTrainingsArt.

setTrainingsArtAsInt

public void setTrainingsArtAsInt(int m_iTrainingsArt)
Setter for property m_iTrainingsArt.

Specified by:
setTrainingsArtAsInt in interface ITeam
Parameters:
m_iTrainingsArt - New value of property m_iTrainingsArt.

getTrainingsArtAsInt

public int getTrainingsArtAsInt()
Getter for property m_iTrainingsArt.

Specified by:
getTrainingsArtAsInt in interface ITeam
Returns:
Value of property m_iTrainingsArt.

setTrainingslevel

public void setTrainingslevel(int m_iTrainingslevel)
Setter for property m_iTrainingslevel.

Specified by:
setTrainingslevel in interface ITeam
Parameters:
m_iTrainingslevel - New value of property m_iTrainingslevel.

setStaminaTrainingPart

public void setStaminaTrainingPart(int m_iStaminaTrainingPart)
Specified by:
setStaminaTrainingPart in interface ITeam

getTrainingslevel

public int getTrainingslevel()
Getter for property m_iTrainingslevel.

Specified by:
getTrainingslevel in interface ITeam
Returns:
Value of property m_iTrainingslevel.

getStaminaTrainingPart

public int getStaminaTrainingPart()
Specified by:
getStaminaTrainingPart in interface ITeam

getSubStimmung

public int getSubStimmung()
Specified by:
getSubStimmung in interface ITeam

setSubStimmung

public void setSubStimmung(int i)