|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.HattrickDate
public class HattrickDate
Hattrick Date Object
Constructor Summary | |
---|---|
HattrickDate()
|
Method Summary | |
---|---|
int |
getSeason()
Get Hattrick Season |
int |
getWeek()
Get Hattrick |
void |
setSeason(int season)
Set Hattrick Season |
void |
setWeek(int week)
Set Hattrick week |
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 HattrickDate()
Method Detail |
---|
public final void setSeason(int season)
season
- public final int getSeason()
public final void setWeek(int week)
week
- public final int getWeek()
public final 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 |