public class ShipAuction extends AbstractAuction implements IShipAuction
| Modifier and Type | Field and Description |
|---|---|
private IShip |
auctionedShip |
| Constructor and Description |
|---|
ShipAuction(org.joda.time.DateTime auctionDate,
int startingBid,
IPlayer owner,
IShip auctionedShip)
Create a ship auction together with it's owner.
|
ShipAuction(org.joda.time.DateTime auctionDate,
int startingBid,
IShip auctionedShip)
Create a ship auction where the ship did not have a previous owner.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuctionedShipgetAuctionDate, getBiddingPlayer, getBiddingPlayers, getBidLevel, getCurrentBid, getCurrentTask, getOwner, getStartingBid, setAuctionDate, setBiddingPlayer, setBiddingPlayers, setBidLevel, setCurrentBid, setCurrentTaskprivate final IShip auctionedShip
public ShipAuction(org.joda.time.DateTime auctionDate,
int startingBid,
IShip auctionedShip)
auctionDate - startingBid - auctionedShip - Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.