Class ResourceInfoToGMA

java.lang.Object
  extended byResourceInfoToGMA

public class ResourceInfoToGMA
extends java.lang.Object

wrapper class used to pass and recieve resource info passed to GMA


Constructor Summary
ResourceInfoToGMA()
           
ResourceInfoToGMA(java.lang.String ResourceName, int ResourceId, int ProcessingPower, double ReservationPrice, double rate)
          Creates a new instance of ResourceInfoToGMA
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceInfoToGMA

public ResourceInfoToGMA(java.lang.String ResourceName,
                         int ResourceId,
                         int ProcessingPower,
                         double ReservationPrice,
                         double rate)
Creates a new instance of ResourceInfoToGMA


ResourceInfoToGMA

public ResourceInfoToGMA()