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

Variable Index

 o date
date
 o end_time
end time
 o start_time
start time

Constructor Index

 o TimeInfo()

Method Index

 o set(String, String, String)
fills

Variables

 o date
 public String date
date

 o start_time
 public String start_time
start time

 o end_time
 public String end_time
end time

Constructors

 o TimeInfo
 public TimeInfo()

Methods

 o 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