org.hibernate.auction
Class AuctionInfo

java.lang.Object
  extended by org.hibernate.auction.AuctionInfo

public class AuctionInfo
extends Object

Author:
Gavin King

Constructor Summary
AuctionInfo(long id, String description, Date ends, Float maxAmount)
           
 
Method Summary
 String getDescription()
           
 Date getEnds()
           
 long getId()
           
 Float getMaxAmount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuctionInfo

public AuctionInfo(long id,
                   String description,
                   Date ends,
                   Float maxAmount)
Method Detail

getDescription

public String getDescription()

getEnds

public Date getEnds()

getId

public long getId()

getMaxAmount

public Float getMaxAmount()


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