All Packages Class Hierarchy This Package Previous Next Index
Class tejas.SEMSpecData
java.lang.Object
|
+----tejas.SEMSpecData
- public final class SEMSpecData
- extends Object
a cheapo class which is just used to pass data as a
single object to the QueryEngine.
- Author:
- B. Aditya
-
attribs
-
-
eid
- lotsa public fields for the various attributes.
-
endDate
-
-
endTime
-
-
judges
-
-
location
-
-
mand_flags
-
-
mod_flag
-
-
reg_flag
-
-
seid
-
-
startDate
-
-
startTime
-
-
valid_attribs
-
-
setDates(String, String)
- set start date and end date
eid
public String eid
- lotsa public fields for the various attributes.
all are specified to be package access.
seid
public String seid
location
public String location
startDate
public Date startDate
endDate
public Date endDate
startTime
public String startTime
endTime
public String endTime
reg_flag
public int reg_flag
mod_flag
public int mod_flag
judges
public int judges
attribs
public String attribs[]
mand_flags
public int mand_flags[]
valid_attribs
public int valid_attribs
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