Home | Trees | Indices | Help |
|
---|
|
object --+ | Bid
The class Bid
represents maximum bids made for items in
up for auction in an electronic auction house. A bid object is immutable
after creation.
|
|||
|
|||
string |
|
||
int |
|
||
boolean |
|
||
Inherited from |
|
|||
Inherited from |
|
Creates a new bid with the given bidder and limit price.
|
Returns the name of the person who made the bid.
|
Returns the maximum price the bidder is willing to pay.
|
Determines if this bid is higher than another, given bid. That is,
determines if this bid has a higher limit price than the given bid. If
the given parameter is
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 29 15:55:05 2012 | http://epydoc.sourceforge.net |