G S T

G

getHour() - Method in class com.deitel.jhtp4.appenF.Time3
Gets the hour
getMinute() - Method in class com.deitel.jhtp4.appenF.Time3
Gets the minute
getSecond() - Method in class com.deitel.jhtp4.appenF.Time3
Gets the second

S

setHour(int) - Method in class com.deitel.jhtp4.appenF.Time3
Sets the hour
setMinute(int) - Method in class com.deitel.jhtp4.appenF.Time3
Sets the minute
setSecond(int) - Method in class com.deitel.jhtp4.appenF.Time3
Sets the second
setTime(int, int, int) - Method in class com.deitel.jhtp4.appenF.Time3
Set a new time value using universal time.

T

Time3 - class com.deitel.jhtp4.appenF.Time3.
This class maintains the time in 24-hour format.
Time3() - Constructor for class com.deitel.jhtp4.appenF.Time3
Time3 constructor initializes each instance variable to zero.
Time3(int) - Constructor for class com.deitel.jhtp4.appenF.Time3
Time3 constructor: hour supplied, minute and second defaulted to 0
Time3(int, int) - Constructor for class com.deitel.jhtp4.appenF.Time3
Time3 constructor: hour and minute supplied, second defaulted to 0
Time3(int, int, int) - Constructor for class com.deitel.jhtp4.appenF.Time3
Time3 constructor: hour, minute and second supplied
Time3(Time3) - Constructor for class com.deitel.jhtp4.appenF.Time3
Time3 constructor: another Time3 object supplied
toString() - Method in class com.deitel.jhtp4.appenF.Time3
Convert to String in standard-time format
toUniversalString() - Method in class com.deitel.jhtp4.appenF.Time3
Convert to String in universal-time format

G S T