|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHTCalendar
Method Summary | |
---|---|
int |
getHTSeason()
Gets the calculated Hattrick season or 0 if the date is before the league's first season. |
int |
getHTWeek()
Gets the calculated Hattrick week. |
java.util.Date |
getTime()
Gets the date for which the Hattrick season and week is calculated. |
void |
initialize(java.util.Calendar marker)
Initializes the HTCalendar for flip-over point. |
void |
setSeasonCorrection(int correction)
Sets the season correction factor for the local league. |
void |
setTime(java.util.Calendar cal)
Sets the date for which to calculate the Hattrick season and week. |
void |
setTime(java.util.Date time)
Sets the date for which to calculate the Hattrick season and week. |
void |
setTime(java.sql.Timestamp time)
Sets the date for which to calculate the Hattrick season and week. |
Method Detail |
---|
int getHTSeason()
int getHTWeek()
void setTime(java.sql.Timestamp time)
time
- Date for which to calculate the Hattrick season and week.void setTime(java.util.Date time)
time
- Date for which to calculate the Hattrick season and week.void setTime(java.util.Calendar cal)
cal
- Date for which to calculate the Hattrick season and week.java.util.Date getTime()
void initialize(java.util.Calendar marker)
marker
- Calendar representing a day on which the week ends/startsvoid setSeasonCorrection(int correction)
correction
- TODO Missing Constructuor Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |