Class AuctionResultsToUser

java.lang.Object
  extended byAuctionResultsToUser

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
 

Constructor Detail

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)