All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sat.PartDefData

java.lang.Object
   |
   +----sat.PartDefData

public final class PartDefData
extends Object
a cheapo class which is just used to pass participant registration data as a single object to the QueryEngine.

Author:
Satyen Kale

Variable Index

 o cl_name
this field will be ignored for Individual-based events
 o email_id
 o event_id
 o login_id
 o name
lotsa public fields for the various attributes.
 o password

Constructor Index

 o PartDefData()

Variables

 o name
 public String name
lotsa public fields for the various attributes. all are specified to be package access.

 o password
 public String password
 o event_id
 public String event_id
 o email_id
 public String email_id
 o login_id
 public String login_id
 o cl_name
 public String cl_name
this field will be ignored for Individual-based events

Constructors

 o PartDefData
 public PartDefData()

All Packages  Class Hierarchy  This Package  Previous  Next  Index