All Packages Class Hierarchy This Package Previous Next Index
Class sat.TimeInfo
java.lang.Object
|
+----sat.TimeInfo
- public class TimeInfo
- extends Object
this class stores date, start time and end time of a subevent.
- Author:
- Satyen Kale
-
date
- date
-
end_time
- end time
-
start_time
- start time
-
TimeInfo()
-
-
set(String, String, String)
- fills
date
public String date
- date
start_time
public String start_time
- start time
end_time
public String end_time
- end time
TimeInfo
public TimeInfo()
set
public void set(String d,
String st,
String et)
- fills
- Parameters:
- d - the date
- st - the start time
- et - the end time
All Packages Class Hierarchy This Package Previous Next Index