All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sat.Judge

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

public class Judge
extends Object
a cheapo class which is just used to pass judge data as a single object to the QueryEngine.

Author:
Satyen Kale

Variable Index

 o address1
 o address2
 o email_id
info about the judge
 o fax
 o name
 o phone

Constructor Index

 o Judge()

Variables

 o email_id
 public String email_id
info about the judge

 o name
 public String name
 o phone
 public String phone
 o address1
 public String address1
 o address2
 public String address2
 o fax
 public String fax

Constructors

 o Judge
 public Judge()

All Packages  Class Hierarchy  This Package  Previous  Next  Index