|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.hattrickorganizer.model.TrainingPerPlayer
public class TrainingPerPlayer
DOCUMENT ME!
| Constructor Summary | |
|---|---|
TrainingPerPlayer()
Creates a new TrainingPerPlayer object. |
|
TrainingPerPlayer(ISpieler player)
Creates a new TrainingPerPlayer object initialized with a specific player |
|
| Method Summary | |
|---|---|
void |
addValues(ITrainingPerPlayer values)
add sub values of another ITrainingPerPlayer instance to this instance |
double |
getFL()
Getter for property FL. |
double |
getKO()
TODO Missing Method Documentation |
double |
getPS()
Getter for property PS. |
double |
getSA()
Getter for property SA. |
double |
getSkillValue(int skillType)
Returns the training (sub)skill for a specific skill type |
ISpieler |
getSpieler()
Getter for property spieler. |
double |
getST()
Getter for property ST. |
java.util.Date |
getTimestamp()
|
ITrainingPoint |
getTrainPoint()
get the training point for this instance |
double |
getTS()
Getter for property TS. |
double |
getTW()
Getter for property TW. |
double |
getVE()
Getter for property VE. |
void |
setFL(double FL)
Setter for property FL. |
void |
setKO(double d)
TODO Missing Method Documentation |
void |
setPS(double PS)
Setter for property PS. |
void |
setSA(double SA)
Setter for property SA. |
void |
setSpieler(ISpieler spieler)
Setter for property spieler. |
void |
setST(double ST)
Setter for property ST. |
void |
setTimestamp(java.util.Date timestamp)
Set the timestamp if not null, calculate sub increase for this training date only |
void |
setTrainPoint(ITrainingPoint trainPoint)
set the training point for this instance and calculate the sub skills for the player using the training week from this training point |
void |
setTS(double TS)
Setter for property TS. |
void |
setTW(double TW)
Setter for property TW. |
void |
setVE(double VE)
Setter for property VE. |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrainingPerPlayer()
public TrainingPerPlayer(ISpieler player)
| Method Detail |
|---|
public final void setFL(double FL)
FL - New value of property FL.public final double getFL()
getFL in interface ITrainingPerPlayerpublic final void setKO(double d)
d - TODO Missing Method Parameter Documentationpublic final double getKO()
getKO in interface ITrainingPerPlayerpublic final void setPS(double PS)
PS - New value of property PS.public final double getPS()
getPS in interface ITrainingPerPlayerpublic final void setSA(double SA)
SA - New value of property SA.public final double getSA()
getSA in interface ITrainingPerPlayerpublic final void setST(double ST)
ST - New value of property ST.public final double getST()
getST in interface ITrainingPerPlayerpublic final void setSpieler(ISpieler spieler)
spieler - New value of property spieler.public final ISpieler getSpieler()
getSpieler in interface ITrainingPerPlayerpublic final void setTS(double TS)
TS - New value of property TS.public final double getTS()
getTS in interface ITrainingPerPlayerpublic final void setTW(double TW)
TW - New value of property TW.public final double getTW()
getTW in interface ITrainingPerPlayerpublic final void setVE(double VE)
VE - New value of property VE.public final double getVE()
getVE in interface ITrainingPerPlayerpublic java.util.Date getTimestamp()
public void setTimestamp(java.util.Date timestamp)
setTimestamp in interface ITrainingPerPlayertimestamp - the timestamp to setpublic final java.lang.String toString()
toString in class java.lang.Objectpublic void addValues(ITrainingPerPlayer values)
addValues in interface ITrainingPerPlayervalues - the instance we take the values frompublic double getSkillValue(int skillType)
getSkillValue in interface ITrainingPerPlayerskillType - skill type from ISpieler.SKILL_*
public ITrainingPoint getTrainPoint()
getTrainPoint in interface ITrainingPerPlayerpublic void setTrainPoint(ITrainingPoint trainPoint)
setTrainPoint in interface ITrainingPerPlayertrainPoint - training point
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||