|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.PlayerSkillup
public class PlayerSkillup
Base Object for the Skillup table
Field Summary |
---|
Fields inherited from interface plugins.ISkillup |
---|
SKILLUP_FUTURE, SKILLUP_REAL |
Constructor Summary | |
---|---|
PlayerSkillup()
|
Method Summary | |
---|---|
java.util.Date |
getDate()
Document me! |
int |
getHtSeason()
Document me! |
int |
getHtWeek()
Document me! |
int |
getTrainType()
DOCUMENT ME! |
int |
getType()
Get Training type |
int |
getValue()
Set the new value of the skill |
void |
setDate(java.util.Date date)
Document me! |
void |
setHtSeason(int i)
Document me! |
void |
setHtWeek(int i)
Document me! |
void |
setTrainType(int i)
DOCUMENT ME! |
void |
setType(int type)
Set training type |
void |
setValue(int newValue)
Set the new value of the skill |
java.lang.String |
toString()
toString methode: creates a String representation of the object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlayerSkillup()
Method Detail |
---|
public void setDate(java.util.Date date)
date
- public java.util.Date getDate()
getDate
in interface ISkillup
public void setHtSeason(int i)
i
- public int getHtSeason()
getHtSeason
in interface ISkillup
public void setHtWeek(int i)
i
- public int getHtWeek()
getHtWeek
in interface ISkillup
public void setTrainType(int i)
i
- public int getTrainType()
getTrainType
in interface ISkillup
public void setType(int type)
type
- public int getType()
getType
in interface ISkillup
public void setValue(int newValue)
newValue
- public int getValue()
getValue
in interface ISkillup
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |