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
-
mand_flag
- the mandatory flag
-
name
- the attrib name
-
value
- the attrib value
-
Attrib(String, boolean)
- a constructor which takes in the attrib name, and the
mandatory flag
name
public String name
- the attrib name
value
public String value
- the attrib value
mand_flag
public boolean mand_flag
- the mandatory flag
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