cometedgwt.auction.entity
Class AuctionItem
java.lang.Object
cometedgwt.auction.entity.AuctionItem
public class AuctionItem
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuctionItem
public AuctionItem(int id,
String name,
double price)
getId
public int getId()
setId
public void setId(int id)
getName
public String getName()
setName
public void setName(String name)
getPrice
public double getPrice()
setPrice
public void setPrice(double price)
getNumberOfBids
public int getNumberOfBids()
Copyright © 2011. All Rights Reserved.