All Packages Class Hierarchy This Package Previous Next Index
Class sat.EMSpecData
java.lang.Object
|
+----sat.EMSpecData
- public final class EMSpecData
- extends Object
a cheapo class which is just used to pass EM spec data as a
single object to the QueryEngine.
- Author:
- Satyen Kale
-
capacity
-
-
endDate
-
-
IC_flag
-
-
location
-
-
moderated_flag
-
-
name
- lotsa public fields for the various attributes.
-
startDate
-
-
EMSpecData()
-
-
setDates(String, String)
- set start date and end date
name
public String name
- lotsa public fields for the various attributes.
all are specified to be package access.
location
public String location
startDate
public Date startDate
endDate
public Date endDate
capacity
public int capacity
IC_flag
public int IC_flag
moderated_flag
public int moderated_flag
EMSpecData
public EMSpecData()
setDates
public boolean setDates(String start,
String end)
- set start date and end date
- Parameters:
- start - the start date
- end - the end date
- Returns:
- true if the dates are in correct format, false otherwise
All Packages Class Hierarchy This Package Previous Next Index