net.sf.bt747.j2se.system
Class J2SETime

java.lang.Object
  extended by 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

Constructor Summary
J2SETime()
           
 
Method Summary
 int getDay()
           
 int getHour()
           
 int getMinute()
           
 int getMonth()
           
 int getSecond()
           
 int getYear()
           
 void setDay(int date)
           
 void setHour(int hours)
           
 void setMinute(int hours)
           
 void setMonth(int month)
           
 void setSecond(int hours)
           
 void setUTCTime(int utc_int)
           
 void setYear(int year)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2SETime

public J2SETime()
Method Detail

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