cometedgwt.auction.entity
Class AuctionItem

java.lang.Object
  extended by cometedgwt.auction.entity.AuctionItem

public class AuctionItem
extends Object


Constructor Summary
AuctionItem(int id, String name, double price)
           
 
Method Summary
 int getId()
           
 String getName()
           
 int getNumberOfBids()
           
 double getPrice()
           
 void setId(int id)
           
 void setName(String name)
           
 void setPrice(double price)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuctionItem

public AuctionItem(int id,
                   String name,
                   double price)
Method Detail

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.