Class Bid

java.lang.Object
  extended by Bid

public class Bid
extends java.lang.Object

the Bid class describes a bid for an item for sale. NOTE: The purpose of this code is to illustrate implementation starting from UML class and sequence diagrams. It may be incomplete and may not compile.


Constructor Summary
Bid()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bid

public Bid()