All Packages Class Hierarchy This Package Previous Next Index
Class DBIS.Components.AllItems
java.lang.Object
|
+----DBIS.Components.AllItems
- public class AllItems
- extends Object
This generates information about all products These products
are arranged in sorted order by the give criterion Primarily
a vector of elements in increasing order of the mentioned parameter
is returned Each element of this vector is an element of type Item
-
AllItems()
-
-
AllItems(String, String)
-
-
getElements()
-
-
initialise()
-
-
main(String[])
-
AllItems
public AllItems()
AllItems
public AllItems(String orderBy,
String orderNature)
initialise
public void initialise()
getElements
public Vector getElements()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index