gridbus.gmd.soap.gmdqueryclient
Class GMDService

java.lang.Object
  |
  +--gridbus.gmd.soap.gmdqueryclient.GMDService

public class GMDService
extends java.lang.Object

Title: The Grid Market Directory (GMD) Toolkit Developer: The Gridbus Project The Grid Computing and Distributed Systems (GRIDS) Laboratory The University of Melbourne, Australia URL: http://www.gridbus.org


Constructor Summary
GMDService(java.lang.String sn, java.lang.String st, java.lang.String pn, java.lang.String addr, float hp, float sp, java.lang.String des)
           
 
Method Summary
 java.lang.String getAddress()
          Returns the address.
 java.lang.String getDescription()
          Returns the description.
 float getHPrice()
          Returns the hPrice.
 java.lang.String getName()
          Returns the serviceName.
 java.lang.String getProvider()
          Returns the providerName.
 float getSPrice()
          Returns the sPrice.
 java.lang.String getType()
          Returns the serviceType.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMDService

public GMDService(java.lang.String sn,
                  java.lang.String st,
                  java.lang.String pn,
                  java.lang.String addr,
                  float hp,
                  float sp,
                  java.lang.String des)
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description.

Returns:
String

getHPrice

public float getHPrice()
Returns the hPrice.

Returns:
float

getProvider

public java.lang.String getProvider()
Returns the providerName.

Returns:
String

getName

public java.lang.String getName()
Returns the serviceName.

Returns:
String

getType

public java.lang.String getType()
Returns the serviceType.

Returns:
String

getSPrice

public float getSPrice()
Returns the sPrice.

Returns:
float

getAddress

public java.lang.String getAddress()
Returns the address.

Returns:
String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()