All Packages Class Hierarchy This Package Previous Next Index
Class sat.SubEventData
java.lang.Object
|
+----sat.SubEventData
- public final class SubEventData
- extends Object
a cheapo class which is just used to pass SubEvent data as a
single object to the QueryEngine.
- Author:
- Satyen Kale
-
attrib_vals
- a
Vector of Attrib objects
for the EM spec attributes.
-
capacity
-
-
event_id
- lotsa public fields for the various attributes.
-
moderation_flag
-
-
subevent_id
-
-
subevent_name
-
-
team_size
-
-
times
- a
Vector of TimeInfo objects
for this SubEvent
-
venue
-
-
SubEventData()
-
-
insertAttribVal(String, String)
- inserts an attrib-value pair into the
attrib_vals Vector
-
insertTimeInfo(String, String, String)
-
event_id
public String event_id
- lotsa public fields for the various attributes.
subevent_id
public String subevent_id
subevent_name
public String subevent_name
venue
public String venue
capacity
public int capacity
moderation_flag
public int moderation_flag
team_size
public int team_size
times
public Vector times
- a
Vector of TimeInfo objects
for this SubEvent
attrib_vals
public Vector attrib_vals
- a
Vector of Attrib objects
for the EM spec attributes.
SubEventData
public SubEventData()
insertTimeInfo
public void insertTimeInfo(String d,
String st,
String et)
insertAttribVal
public void insertAttribVal(String attrib,
String val)
- inserts an attrib-value pair into the
attrib_vals Vector
- Parameters:
- attrib - the name of the attribute
- val - the value of the attribute
All Packages Class Hierarchy This Package Previous Next Index