org.gridrm.client.utilities.sorma.monitoring
Class ResourceRegistrationDescription

java.lang.Object
  extended by org.gridrm.client.utilities.sorma.monitoring.ResourceRegistrationDescription

public class ResourceRegistrationDescription
extends Object


Constructor Summary
ResourceRegistrationDescription()
          included so that this class can be passed as a bean to a JSP
ResourceRegistrationDescription(String name, String gatewayName, DriverType defaultDriver, Date registeredOn, String registeredBy)
           
 
Method Summary
 DriverType getDefaultDriver()
           
 String getGatewayName()
           
 String getName()
           
 String getRegisteredBy()
           
 Date getRegistrationDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRegistrationDescription

public ResourceRegistrationDescription()
included so that this class can be passed as a bean to a JSP


ResourceRegistrationDescription

public ResourceRegistrationDescription(String name,
                                       String gatewayName,
                                       DriverType defaultDriver,
                                       Date registeredOn,
                                       String registeredBy)
Method Detail

getName

public String getName()

getGatewayName

public String getGatewayName()

getDefaultDriver

public DriverType getDefaultDriver()

getRegistrationDate

public Date getRegistrationDate()

getRegisteredBy

public String getRegisteredBy()


Copyright © 2007 Garry Smith. All Rights Reserved.