L2JPREMIUM  5M
com.premium.game.model.entity.Auction Class Reference
Collaboration diagram for com.premium.game.model.entity.Auction:

Classes

class  AutoEndTask
 
class  Bidder
 
enum  ItemTypeEnum
 

Public Member Functions

 Auction (int auctionId)
 
 Auction (int itemId, L2Clan Clan, long delay, int bid, String name)
 
void cancelAuction ()
 
synchronized void cancelBid (int bidder)
 
void confirmAuction ()
 
void deleteAuctionFromDB ()
 
void endAuction ()
 
final Map< Integer, BiddergetBidders ()
 
final int getCurrentBid ()
 
final long getEndDate ()
 
final int getHighestBidderId ()
 
final int getHighestBidderMaxBid ()
 
final String getHighestBidderName ()
 
final int getId ()
 
final int getItemId ()
 
final String getItemName ()
 
final int getItemObjectId ()
 
final int getItemQuantity ()
 
final String getItemType ()
 
final String getSellerClanName ()
 
final int getSellerId ()
 
final String getSellerName ()
 
final int getStartingBid ()
 
synchronized void setBid (L2PcInstance bidder, int bid)
 

Static Public Member Functions

static String getItemTypeName (ItemTypeEnum value)
 

Static Protected Attributes

static Logger _log = Logger.getLogger(Auction.class.getName())
 

The documentation for this class was generated from the following file: