org.hibernate.auction
Class BuyNow

java.lang.Object
  extended by org.hibernate.auction.Persistent
      extended by org.hibernate.auction.Bid
          extended by org.hibernate.auction.BuyNow

public class BuyNow
extends Bid

Author:
Gavin King

Constructor Summary
BuyNow()
           
 
Method Summary
 boolean isBuyNow()
           
 String toString()
           
 
Methods inherited from class org.hibernate.auction.Bid
getAmount, getBidder, getDatetime, getItem, setAmount, setBidder, setDatetime, setItem
 
Methods inherited from class org.hibernate.auction.Persistent
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuyNow

public BuyNow()
Method Detail

isBuyNow

public boolean isBuyNow()
Overrides:
isBuyNow in class Bid

toString

public String toString()
Overrides:
toString in class Bid


Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved