com.planet_ink.coffee_mud.MOBS.interfaces
Class Auctioneer.AuctionRates

java.lang.Object
  extended by com.planet_ink.coffee_mud.MOBS.interfaces.Auctioneer.AuctionRates
Enclosing interface:
Auctioneer

public static class Auctioneer.AuctionRates
extends java.lang.Object


Field Summary
 double liveCutPct
           
 double liveListPrice
           
 int maxDays
           
 int minDays
           
 double timeCutPct
           
 double timeListPct
           
 double timeListPrice
           
 
Constructor Summary
Auctioneer.AuctionRates()
           
Auctioneer.AuctionRates(Auctioneer A)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

liveListPrice

public double liveListPrice

timeListPrice

public double timeListPrice

timeListPct

public double timeListPct

liveCutPct

public double liveCutPct

timeCutPct

public double timeCutPct

maxDays

public int maxDays

minDays

public int minDays
Constructor Detail

Auctioneer.AuctionRates

public Auctioneer.AuctionRates()

Auctioneer.AuctionRates

public Auctioneer.AuctionRates(Auctioneer A)