Class Manager

java.lang.Object
  |
  +--Manager

public class Manager
extends java.lang.Object

This class runs a small bookstore that carries Books and Notebooks.


Constructor Summary
Manager()
           
 
Method Summary
static void main(java.lang.String[] arg)
          The main method creates the products, adds them to inventory, then fiddles around.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manager

public Manager()
Method Detail

main

public static void main(java.lang.String[] arg)
The main method creates the products, adds them to inventory, then fiddles around.