de.hattrickorganizer.model
Class HattrickDate

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

public class HattrickDate
extends java.lang.Object

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

HattrickDate

public HattrickDate()
Method Detail

setSeason

public final void setSeason(int season)
Set Hattrick Season

Parameters:
season -

getSeason

public final int getSeason()
Get Hattrick Season

Returns:
season

setWeek

public final void setWeek(int week)
Set Hattrick week

Parameters:
week -

getWeek

public final int getWeek()
Get Hattrick

Returns:
week

toString

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

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