coreservlets
Class Catalog
java.lang.Object
|
+--coreservlets.Catalog
- public class Catalog
- extends Object
A catalog listing the items available in inventory.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Catalog
public Catalog()
getItem
public static Item getItem(String itemID)
 |
|---|
| CSAJSP @ amazon.com |
|---|