Class BidderSetup
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.BidderSetup
-
- Direct Known Subclasses:
BMBidderSetup,CATSBidderSetup,GSVMBidderSetup,LSVMBidderSetup,MRVMBidderSetup,SRVMBidderSetup
public abstract class BidderSetup extends java.lang.Object- Author:
- Michael Weiss
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBidderSetup.Builder
-
Field Summary
Fields Modifier and Type Field Description protected intnumberOfBiddersprotected java.lang.StringsetupName
-
Constructor Summary
Constructors Modifier Constructor Description protectedBidderSetup(BidderSetup.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfBidders()java.lang.StringgetSetupName()
-
-
-
Constructor Detail
-
BidderSetup
protected BidderSetup(BidderSetup.Builder builder)
-
-
Method Detail
-
getSetupName
public java.lang.String getSetupName()
- Returns:
- the setupName that's used to identify the bidderSetup once the bidder is created. For different setups, different setupNames should be used.
-
getNumberOfBidders
public int getNumberOfBidders()
- Returns:
- the number bidders to be created with this bidderSetup
-
-