Class ResourceInfoToUser

java.lang.Object
  extended byResourceInfoToUser

public class ResourceInfoToUser
extends java.lang.Object

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


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

Constructor Detail

ResourceInfoToUser

public ResourceInfoToUser(java.lang.String ResourceName,
                          int ProcessingPower)
Creates a new instance of ResourceInfoToUser


ResourceInfoToUser

public ResourceInfoToUser()