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

Variable Index

 o attrib_vals
SEMSpecPVals
 o email
email
 o name
name
 o pid
pid

Constructor Index

 o IndSEData()
a constructor

Method Index

 o insertSEMSpecPVals(String, String)
inserts SEM spec attrib-values.

Variables

 o name
 public String name
name

 o email
 public String email
email

 o pid
 public int pid
pid

 o attrib_vals
 public Vector attrib_vals
SEMSpecPVals

Constructors

 o IndSEData
 public IndSEData()
a constructor

Methods

 o 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