org.gridrm.client.utilities.sorma.monitoring
Class ResourceRegistrationDescription
java.lang.Object
org.gridrm.client.utilities.sorma.monitoring.ResourceRegistrationDescription
public class ResourceRegistrationDescription
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.