de.hattrickorganizer.model
Class ScoutEintrag

java.lang.Object
  extended by de.hattrickorganizer.model.ScoutEintrag

public class ScoutEintrag
extends java.lang.Object

DOCUMENT ME!

Author:
thomas.werth

Field Summary
protected  boolean m_bWecker
          soll wecker rappeln
protected  java.sql.Timestamp m_clDeadline
          Deadline
protected  int m_iAgeDays
          Age Days
protected  int m_iAlter
          Alter
protected  int m_iErfahrung
          Erfahrung
protected  int m_iFluegelspiel
          Fluegelspiel
protected  int m_iForm
          Form
protected  int m_iKondition
          Kondition
protected  int m_iPasspiel
          Passpiel
protected  int m_iPlayerID
          PlayerID
protected  int m_iPrice
          Price
protected  int m_iSpeciality
          Speciality
protected  int m_iSpielaufbau
          Spielaufbau
protected  int m_iStandards
          Standards
protected  int m_iTorschuss
          Torschuss
protected  int m_iTorwart
          Torwart
protected  int m_iTSI
          Marktwert
protected  int m_iVerteidigung
          Verteidigung
protected  java.lang.String m_sInfo
          Info
protected  java.lang.String m_sName
          Name
 
Constructor Summary
ScoutEintrag()
          Creates a new ScoutEintrag object.
ScoutEintrag(java.sql.ResultSet rs)
          Creates a new instance of ScoutEintrag
 
Method Summary
 ScoutEintrag duplicate()
          TODO Missing Method Documentation
 boolean equals(java.lang.Object obj)
          TODO Missing Method Documentation
 int getAgeDays()
          Getter for property m_iAlter.
 int getAlter()
          Getter for property m_iAlter.
 double getAlterWithAgeDays()
          Calculates full age with days
 java.lang.String getAlterWithAgeDaysAsString()
          Calculates String for full age with days
 java.sql.Timestamp getDeadline()
          Getter for property m_clDeadline.
 int getErfahrung()
          Getter for property m_iErfahrung.
 int getFluegelspiel()
          Getter for property m_iFluegelspiel.
 int getForm()
          Getter for property m_iForm.
 java.lang.String getInfo()
          Getter for property m_sInfo.
 int getKondition()
          Getter for property m_iKondition.
 java.lang.String getName()
          Getter for property m_sName.
 int getPasspiel()
          Getter for property m_iPasspiel.
 int getPlayerID()
          TODO Missing Method Documentation
 int getPrice()
          TODO Missing Method Documentation
 int getSpeciality()
          TODO Missing Method Documentation
 int getSpielaufbau()
          Getter for property m_iSpielaufbau.
 int getStandards()
          Getter for property m_iStandards.
 int getTorschuss()
          Getter for property m_iTorschuss.
 int getTorwart()
          Getter for property m_iTorwart.
 int getTSI()
          Getter for property m_iMarktwert.
 int getVerteidigung()
          Getter for property m_iVerteidigung.
 int hashCode()
          TODO Missing Method Documentation
 boolean isWecker()
          Getter for property m_bWecker.
 void setAgeDays(int m_iAgeDays)
          Setter for property m_iAgeDays.
 void setAlter(int m_iAlter)
          Setter for property m_iAlter.
 void setDeadline(java.sql.Timestamp m_clDeadline)
          Setter for property m_clDeadline.
 void setErfahrung(int m_iErfahrung)
          Setter for property m_iErfahrung.
 void setFluegelspiel(int m_iFluegelspiel)
          Setter for property m_iFluegelspiel.
 void setForm(int m_iForm)
          Setter for property m_iForm.
 void setInfo(java.lang.String m_sInfo)
          Setter for property m_sInfo.
 void setKondition(int m_iKondition)
          Setter for property m_iKondition.
 void setName(java.lang.String m_sName)
          Setter for property m_sName.
 void setPasspiel(int m_iPasspiel)
          Setter for property m_iPasspiel.
 void setPlayerID(int m_iPlayerID)
          TODO Missing Method Documentation
 void setPrice(int m_iPrice)
          TODO Missing Method Documentation
 void setSpeciality(int m_iSpeciality)
          TODO Missing Method Documentation
 void setSpielaufbau(int m_iSpielaufbau)
          Setter for property m_iSpielaufbau.
 void setStandards(int m_iStandards)
          Setter for property m_iStandards.
 void setTorschuss(int m_iTorschuss)
          Setter for property m_iTorschuss.
 void setTorwart(int m_iTorwart)
          Setter for property m_iTorwart.
 void setTSI(int m_iTSI)
          Setter for property m_iMarktwert.
 void setVerteidigung(int m_iVerteidigung)
          Setter for property m_iVerteidigung.
 void setWecker(boolean m_bWecker)
          Setter for property m_bWecker.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_sInfo

protected java.lang.String m_sInfo
Info


m_sName

protected java.lang.String m_sName
Name


m_clDeadline

protected java.sql.Timestamp m_clDeadline
Deadline


m_bWecker

protected boolean m_bWecker
soll wecker rappeln


m_iAlter

protected int m_iAlter
Alter


m_iAgeDays

protected int m_iAgeDays
Age Days


m_iErfahrung

protected int m_iErfahrung
Erfahrung


m_iFluegelspiel

protected int m_iFluegelspiel
Fluegelspiel


m_iForm

protected int m_iForm
Form


m_iKondition

protected int m_iKondition
Kondition


m_iTSI

protected int m_iTSI
Marktwert


m_iPasspiel

protected int m_iPasspiel
Passpiel


m_iPlayerID

protected int m_iPlayerID
PlayerID


m_iPrice

protected int m_iPrice
Price


m_iSpeciality

protected int m_iSpeciality
Speciality


m_iSpielaufbau

protected int m_iSpielaufbau
Spielaufbau


m_iStandards

protected int m_iStandards
Standards


m_iTorschuss

protected int m_iTorschuss
Torschuss


m_iTorwart

protected int m_iTorwart
Torwart


m_iVerteidigung

protected int m_iVerteidigung
Verteidigung

Constructor Detail

ScoutEintrag

public ScoutEintrag()
Creates a new ScoutEintrag object.


ScoutEintrag

public ScoutEintrag(java.sql.ResultSet rs)
Creates a new instance of ScoutEintrag

Parameters:
rs - TODO Missing Constructuor Parameter Documentation
Method Detail

setAlter

public final void setAlter(int m_iAlter)
Setter for property m_iAlter.

Parameters:
m_iAlter - New value of property m_iAlter.

getAlter

public final int getAlter()
Getter for property m_iAlter.

Returns:
Value of property m_iAlter.

setAgeDays

public final void setAgeDays(int m_iAgeDays)
Setter for property m_iAgeDays.

Parameters:
m_iAgeDays - New value of property m_iAgeDays.

getAgeDays

public final int getAgeDays()
Getter for property m_iAlter.

Returns:
Value of property m_iAlter.

getAlterWithAgeDays

public double getAlterWithAgeDays()
Calculates full age with days

Returns:
Double value of age & agedays combined, i.e. age + agedays/112

getAlterWithAgeDaysAsString

public java.lang.String getAlterWithAgeDaysAsString()
Calculates String for full age with days

Returns:
String of age & agedays combined, format is "YY.DDD"

setDeadline

public final void setDeadline(java.sql.Timestamp m_clDeadline)
Setter for property m_clDeadline.

Parameters:
m_clDeadline - New value of property m_clDeadline.

getDeadline

public final java.sql.Timestamp getDeadline()
Getter for property m_clDeadline.

Returns:
Value of property m_clDeadline.

setErfahrung

public final void setErfahrung(int m_iErfahrung)
Setter for property m_iErfahrung.

Parameters:
m_iErfahrung - New value of property m_iErfahrung.

getErfahrung

public final int getErfahrung()
Getter for property m_iErfahrung.

Returns:
Value of property m_iErfahrung.

setFluegelspiel

public final void setFluegelspiel(int m_iFluegelspiel)
Setter for property m_iFluegelspiel.

Parameters:
m_iFluegelspiel - New value of property m_iFluegelspiel.

getFluegelspiel

public final int getFluegelspiel()
Getter for property m_iFluegelspiel.

Returns:
Value of property m_iFluegelspiel.

setForm

public final void setForm(int m_iForm)
Setter for property m_iForm.

Parameters:
m_iForm - New value of property m_iForm.

getForm

public final int getForm()
Getter for property m_iForm.

Returns:
Value of property m_iForm.

setInfo

public final void setInfo(java.lang.String m_sInfo)
Setter for property m_sInfo.

Parameters:
m_sInfo - New value of property m_sInfo.

getInfo

public final java.lang.String getInfo()
Getter for property m_sInfo.

Returns:
Value of property m_sInfo.

setKondition

public final void setKondition(int m_iKondition)
Setter for property m_iKondition.

Parameters:
m_iKondition - New value of property m_iKondition.

getKondition

public final int getKondition()
Getter for property m_iKondition.

Returns:
Value of property m_iKondition.

setTSI

public final void setTSI(int m_iTSI)
Setter for property m_iMarktwert.

Parameters:
m_iTSI - New value of property m_iMarktwert.

getTSI

public final int getTSI()
Getter for property m_iMarktwert.

Returns:
Value of property m_iMarktwert.

setName

public final void setName(java.lang.String m_sName)
Setter for property m_sName.

Parameters:
m_sName - New value of property m_sName.

getName

public final java.lang.String getName()
Getter for property m_sName.

Returns:
Value of property m_sName.

setPasspiel

public final void setPasspiel(int m_iPasspiel)
Setter for property m_iPasspiel.

Parameters:
m_iPasspiel - New value of property m_iPasspiel.

getPasspiel

public final int getPasspiel()
Getter for property m_iPasspiel.

Returns:
Value of property m_iPasspiel.

setPlayerID

public final void setPlayerID(int m_iPlayerID)
TODO Missing Method Documentation

Parameters:
m_iPlayerID - TODO Missing Method Parameter Documentation

getPlayerID

public final int getPlayerID()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setPrice

public final void setPrice(int m_iPrice)
TODO Missing Method Documentation

Parameters:
m_iPrice - TODO Missing Method Parameter Documentation

getPrice

public final int getPrice()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setSpeciality

public final void setSpeciality(int m_iSpeciality)
TODO Missing Method Documentation

Parameters:
m_iSpeciality - TODO Missing Method Parameter Documentation

getSpeciality

public final int getSpeciality()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setSpielaufbau

public final void setSpielaufbau(int m_iSpielaufbau)
Setter for property m_iSpielaufbau.

Parameters:
m_iSpielaufbau - New value of property m_iSpielaufbau.

getSpielaufbau

public final int getSpielaufbau()
Getter for property m_iSpielaufbau.

Returns:
Value of property m_iSpielaufbau.

setStandards

public final void setStandards(int m_iStandards)
Setter for property m_iStandards.

Parameters:
m_iStandards - New value of property m_iStandards.

getStandards

public final int getStandards()
Getter for property m_iStandards.

Returns:
Value of property m_iStandards.

setTorschuss

public final void setTorschuss(int m_iTorschuss)
Setter for property m_iTorschuss.

Parameters:
m_iTorschuss - New value of property m_iTorschuss.

getTorschuss

public final int getTorschuss()
Getter for property m_iTorschuss.

Returns:
Value of property m_iTorschuss.

setTorwart

public final void setTorwart(int m_iTorwart)
Setter for property m_iTorwart.

Parameters:
m_iTorwart - New value of property m_iTorwart.

getTorwart

public final int getTorwart()
Getter for property m_iTorwart.

Returns:
Value of property m_iTorwart.

setVerteidigung

public final void setVerteidigung(int m_iVerteidigung)
Setter for property m_iVerteidigung.

Parameters:
m_iVerteidigung - New value of property m_iVerteidigung.

getVerteidigung

public final int getVerteidigung()
Getter for property m_iVerteidigung.

Returns:
Value of property m_iVerteidigung.

setWecker

public final void setWecker(boolean m_bWecker)
Setter for property m_bWecker.

Parameters:
m_bWecker - New value of property m_bWecker.

isWecker

public final boolean isWecker()
Getter for property m_bWecker.

Returns:
Value of property m_bWecker.

duplicate

public final ScoutEintrag duplicate()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

equals

public final boolean equals(java.lang.Object obj)
TODO Missing Method Documentation

Overrides:
equals in class java.lang.Object
Parameters:
obj - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

hashCode

public final int hashCode()
TODO Missing Method Documentation

Overrides:
hashCode in class java.lang.Object
Returns:
TODO Missing Return Method Documentation