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

Variable Index

 o attribs
 o eid
lotsa public fields for the various attributes.
 o endDate
 o endTime
 o judges
 o location
 o mand_flags
 o mod_flag
 o reg_flag
 o seid
 o startDate
 o startTime
 o valid_attribs

Method Index

 o setDates(String, String)
set start date and end date

Variables

 o eid
 public String eid
lotsa public fields for the various attributes. all are specified to be package access.

 o seid
 public String seid
 o location
 public String location
 o startDate
 public Date startDate
 o endDate
 public Date endDate
 o startTime
 public String startTime
 o endTime
 public String endTime
 o reg_flag
 public int reg_flag
 o mod_flag
 public int mod_flag
 o judges
 public int judges
 o attribs
 public String attribs[]
 o mand_flags
 public int mand_flags[]
 o valid_attribs
 public int valid_attribs

Methods

 o 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