All Packages Class Hierarchy This Package Previous Next Index
Class sat.ContData
java.lang.Object
|
+----sat.ContData
- public class ContData
- extends Object
this class serves as a wrapper class for all data about a Contingent.
It has basic attributes like name, email, cl_name etc and
also has a Vector of SubEvent with info on whether
a Team within the Contingent participates in the SubEvent or not.
- Author:
- Satyen Kale
-
attrib_vals
- EMSpecPVals
-
cl_name
- cl_name
-
email
- email
-
name
- name
-
se
- subevents
-
sid
- subevent ID's
-
team_name
- team name - for each subevent.
-
ContData()
- a constructor
-
insertEMSpecPVals(String, String)
- inserts EM spec attrib-values.
-
insertSE(String, String, String)
- inserts a SubEvent name into the vectors.
name
public String name
- name
email
public String email
- email
cl_name
public String cl_name
- cl_name
se
public Vector se
- subevents
team_name
public Vector team_name
- team name - for each subevent. null if no partcipation for
the subevent
sid
public Vector sid
- subevent ID's
attrib_vals
public Vector attrib_vals
- EMSpecPVals
ContData
public ContData()
- a constructor
insertSE
public void insertSE(String name,
String SEID,
String tn)
- inserts a SubEvent name into the vectors.
- Parameters:
- name - the name of the SubEvent
- SEID - the ID of the SubEvent
- tn - the team name for this SubEvent, null if no participation
insertEMSpecPVals
public void insertEMSpecPVals(String name,
String val)
- inserts EM spec attrib-values.
- Parameters:
- name - the name of the attrib.
- val - the value of the attrib.
All Packages Class Hierarchy This Package Previous Next Index