All Packages Class Hierarchy This Package Previous Next Index
Class sat.IndSEData
java.lang.Object
|
+----sat.IndSEData
- public class IndSEData
- extends Object
this class serves as a wrapper class for all data about an Individual
participant. It has basic attributes like name, email id, pid etc and
also has a Vector of SEM spec P Vals
- Author:
- Satyen Kale
-
attrib_vals
- SEMSpecPVals
-
email
- email
-
name
- name
-
pid
- pid
-
IndSEData()
- a constructor
-
insertSEMSpecPVals(String, String)
- inserts SEM spec attrib-values.
name
public String name
- name
email
public String email
- email
pid
public int pid
- pid
attrib_vals
public Vector attrib_vals
- SEMSpecPVals
IndSEData
public IndSEData()
- a constructor
insertSEMSpecPVals
public void insertSEMSpecPVals(String name,
String val)
- inserts SEM 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