Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » auction » [javadoc | source]
org.hibernate.auction
public class: Bid [javadoc | source]
java.lang.Object
   org.hibernate.auction.Persistent
      org.hibernate.auction.Bid

Direct Known Subclasses:
    BuyNow

Method from org.hibernate.auction.Bid Summary:
getAmount,   getBidder,   getDatetime,   getItem,   isBuyNow,   setAmount,   setBidder,   setDatetime,   setItem,   toString
Methods from org.hibernate.auction.Persistent:
getId,   setId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.auction.Bid Detail:
 public float getAmount() 
 public User getBidder() 
 public Date getDatetime() 
 public AuctionItem getItem() 
 public boolean isBuyNow() 
 public  void setAmount(float f) 
 public  void setBidder(User user) 
 public  void setDatetime(Date date) 
 public  void setItem(AuctionItem item) 
 public String toString()