Class EStore

java.lang.Object
  extended byEStore

public class EStore
extends Object

An EStore object simulates the behavior of a simple on line shopping web site. It contains a Terminal object to model the customer's browser and several Item objects a customer can add to her ShoppingCart.

Version:
1

Constructor Summary
EStore()
           
 
Method Summary
static void main(String[] args)
          The EStore simulation program begins here when the user issues the command java EStore.
 void visit()
          Visit this EStore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EStore

public EStore()
Method Detail

main

public static void main(String[] args)
The EStore simulation program begins here when the user issues the command java EStore.


visit

public void visit()
Visit this EStore. Loop allowing visitor to select items to add to her ShoppingCart.