All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sat.Attrib

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

public class Attrib
extends Object
this class encapsulates an attribute-value pair. A Vector of Attrib objects is used to pass forth attrib and value pairs from the QueryEngine to the Servlet layer amd vice-versa. It also stores the mandatory flag.

Author:
Satyen Kale

Variable Index

 o mand_flag
the mandatory flag
 o name
the attrib name
 o value
the attrib value

Constructor Index

 o Attrib(String, boolean)
a constructor which takes in the attrib name, and the mandatory flag

Variables

 o name
 public String name
the attrib name

 o value
 public String value
the attrib value

 o mand_flag
 public boolean mand_flag
the mandatory flag

Constructors

 o Attrib
 public Attrib(String nm,
               boolean mand)
a constructor which takes in the attrib name, and the mandatory flag

Parameters:
nm - the attrib name
mand - the mandatory flag

All Packages  Class Hierarchy  This Package  Previous  Next  Index