Class AuctionResultsToUser
java.lang.Object
AuctionResultsToUser
- public class AuctionResultsToUser
- extends java.lang.Object
Wrapper class used to pass Auction Results to users
|
Constructor Summary |
AuctionResultsToUser(boolean Success,
int ResourceId,
int ParticipantResources)
Creates a new instance of AuctionResultsToUser |
AuctionResultsToUser(boolean Success,
int ResourceId,
int ParticipantResources,
int ParticipantGroups)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuctionResultsToUser
public AuctionResultsToUser(boolean Success,
int ResourceId,
int ParticipantResources)
- Creates a new instance of AuctionResultsToUser
AuctionResultsToUser
public AuctionResultsToUser(boolean Success,
int ResourceId,
int ParticipantResources,
int ParticipantGroups)