Package zombie.iso.weather
Class ClimateManager.DayInfo
java.lang.Object
zombie.iso.weather.ClimateManager.DayInfo
- Enclosing class:
- ClimateManager
public class ClimateManager.DayInfo
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DayInfo()
-
Method Summary
Modifier and Type Method Description long
getDateValue()
int
getDay()
int
getHour()
int
getMinutes()
int
getMonth()
ErosionSeason
getSeason()
int
getYear()
void
set(int int1, int int2, int int3)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
day
public int day -
month
public int month -
year
public int year -
hour
public int hour -
minutes
public int minutes -
dateValue
public long dateValue -
calendar
public java.util.GregorianCalendar calendar -
season
-
-
Constructor Details
-
DayInfo
public DayInfo()
-
-
Method Details
-
set
public void set(int int1, int int2, int int3) -
getDay
public int getDay() -
getMonth
public int getMonth() -
getYear
public int getYear() -
getHour
public int getHour() -
getMinutes
public int getMinutes() -
getDateValue
public long getDateValue() -
getSeason
-