IAuctionBuildingAuction, ShipAuctionpublic abstract class AbstractAuction extends java.lang.Object implements IAuction
IAuction.IAuction| Constructor | Description |
|---|---|
AbstractAuction(java.time.LocalDateTime auctionDate,
int startingBid) |
Construct an auction object without an owner.
|
AbstractAuction(java.time.LocalDateTime auctionDate,
int startingBid,
IPlayer owner) |
Create an auction object with a specific owner.
|
getAuctionDate, getBiddingPlayer, getBiddingPlayers, getBidLevel, getCurrentBid, getCurrentTask, getOwner, getStartingBid, setAuctionDate, setBiddingPlayer, setBiddingPlayers, setBidLevel, setCurrentBid, setCurrentTaskpublic AbstractAuction(java.time.LocalDateTime auctionDate,
int startingBid)
auctionDate - date of the auctionstartingBid - initial bidpublic AbstractAuction(java.time.LocalDateTime auctionDate,
int startingBid,
IPlayer owner)
auctionDate - date of the acutionstartingBid - initial bidowner - owner of the auctioned itemCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.