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

Variable Index

 o attrib_vals
EMSpecPVals
 o cl_name
cl_name
 o email
email
 o name
name
 o se
subevents
 o sid
subevent ID's
 o team_name
team name - for each subevent.

Constructor Index

 o ContData()
a constructor

Method Index

 o insertEMSpecPVals(String, String)
inserts EM spec attrib-values.
 o insertSE(String, String, String)
inserts a SubEvent name into the vectors.

Variables

 o name
 public String name
name

 o email
 public String email
email

 o cl_name
 public String cl_name
cl_name

 o se
 public Vector se
subevents

 o team_name
 public Vector team_name
team name - for each subevent. null if no partcipation for the subevent

 o sid
 public Vector sid
subevent ID's

 o attrib_vals
 public Vector attrib_vals
EMSpecPVals

Constructors

 o ContData
 public ContData()
a constructor

Methods

 o 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
 o 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