net.mlw.gfw.ext.card
Class Bid

java.lang.Object
  |
  +--net.mlw.gfw.ext.card.Bid
All Implemented Interfaces:
java.io.Serializable

public class Bid
extends java.lang.Object
implements java.io.Serializable

Version:
$Revision: 1.2 $ $Date: 2004/06/29 20:32:54 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Field Summary
static int PASSED
           
 
Constructor Summary
Bid(java.lang.String userName, int bid)
           
 
Method Summary
 int getBid()
           
 java.lang.String getUserName()
           
 boolean passed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PASSED

public static final int PASSED
See Also:
Constant Field Values
Constructor Detail

Bid

public Bid(java.lang.String userName,
           int bid)
Parameters:
userName -
bid -
Method Detail

getBid

public int getBid()
Returns:
Returns the bid.

passed

public boolean passed()

getUserName

public java.lang.String getUserName()
Returns:
Returns the userName.


Copyright © 2003-2004 mlavilson. All Rights Reserved.