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


Constructor Index

 o AllItems()
 o AllItems(String, String)

Method Index

 o getElements()
 o initialise()
 o main(String[])

Constructors

 o AllItems
 public AllItems()
 o AllItems
 public AllItems(String orderBy,
                 String orderNature)

Methods

 o initialise
 public void initialise()
 o getElements
 public Vector getElements()
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index