net.sf.bt747.j2se.system
Class J2SETime
java.lang.Object
net.sf.bt747.j2se.system.J2SETime
- All Implemented Interfaces:
- BT747Time
public final class J2SETime
- extends java.lang.Object
- implements BT747Time
- Author:
- Mario De Weerd
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
J2SETime
public J2SETime()
getHour
public final int getHour()
- Specified by:
getHour
in interface BT747Time
setHour
public final void setHour(int hours)
getMinute
public final int getMinute()
- Specified by:
getMinute
in interface BT747Time
setMinute
public final void setMinute(int hours)
getSecond
public final int getSecond()
- Specified by:
getSecond
in interface BT747Time
setSecond
public final void setSecond(int hours)
setDay
public final void setDay(int date)
getYear
public final int getYear()
- Specified by:
getYear
in interface BT747Time
setYear
public final void setYear(int year)
getMonth
public int getMonth()
- Specified by:
getMonth
in interface BT747Time
setMonth
public void setMonth(int month)
getDay
public int getDay()
- Specified by:
getDay
in interface BT747Time
setUTCTime
public final void setUTCTime(int utc_int)
- Specified by:
setUTCTime
in interface BT747Time