de.hattrickorganizer.model
Class PlayerSkillup

java.lang.Object
  extended by de.hattrickorganizer.model.PlayerSkillup
All Implemented Interfaces:
ISkillup

public class PlayerSkillup
extends java.lang.Object
implements ISkillup

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

PlayerSkillup

public PlayerSkillup()
Method Detail

setDate

public void setDate(java.util.Date date)
Document me!

Parameters:
date -

getDate

public java.util.Date getDate()
Document me!

Specified by:
getDate in interface ISkillup
Returns:

setHtSeason

public void setHtSeason(int i)
Document me!

Parameters:
i -

getHtSeason

public int getHtSeason()
Document me!

Specified by:
getHtSeason in interface ISkillup
Returns:

setHtWeek

public void setHtWeek(int i)
Document me!

Parameters:
i -

getHtWeek

public int getHtWeek()
Document me!

Specified by:
getHtWeek in interface ISkillup
Returns:

setTrainType

public void setTrainType(int i)
DOCUMENT ME!

Parameters:
i -

getTrainType

public int getTrainType()
DOCUMENT ME!

Specified by:
getTrainType in interface ISkillup
Returns:

setType

public void setType(int type)
Set training type

Parameters:
type -

getType

public int getType()
Get Training type

Specified by:
getType in interface ISkillup
Returns:
type

setValue

public void setValue(int newValue)
Set the new value of the skill

Parameters:
newValue -

getValue

public int getValue()
Set the new value of the skill

Specified by:
getValue in interface ISkillup
Returns:
value

toString

public java.lang.String toString()
toString methode: creates a String representation of the object

Overrides:
toString in class java.lang.Object
Returns:
the String representation