gridbus.gmd.service
Class ServiceDetail

java.lang.Object
  |
  +--gridbus.gmd.service.ServiceDetail

public class ServiceDetail
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
ServiceDetail()
           
 
Method Summary
 java.lang.String getAddress()
          Returns the address.
 java.lang.String getDescription()
          Returns the description.
 java.lang.String getHardwarePrice()
          Returns the hardwarePrice.
 java.lang.String getProviderName()
          Returns the providerName.
 java.lang.String getServiceName()
          Returns the serviceName.
 java.lang.String getServiceType()
          Returns the serviceType.
 java.lang.String getSoftwarePrice()
          Returns the softwarePrice.
 void setAddress(java.lang.String address)
          Sets the address.
 void setDescription(java.lang.String description)
          Sets the description.
 void setHardwarePrice(java.lang.String hardwarePrice)
          Sets the hardwarePrice.
 void setProviderName(java.lang.String providerName)
          Sets the providerName.
 void setServiceName(java.lang.String serviceName)
          Sets the serviceName.
 void setServiceType(java.lang.String serviceType)
          Sets the serviceType.
 void setSoftwarePrice(java.lang.String softwarePrice)
          Sets the softwarePrice.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDetail

public ServiceDetail()
Method Detail

getAddress

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

Returns:
String

getHardwarePrice

public java.lang.String getHardwarePrice()
Returns the hardwarePrice.

Returns:
float

getProviderName

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

Returns:
String

getServiceName

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

Returns:
String

getServiceType

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

Returns:
String

getSoftwarePrice

public java.lang.String getSoftwarePrice()
Returns the softwarePrice.

Returns:
float

setAddress

public void setAddress(java.lang.String address)
Sets the address.

Parameters:
address - The address to set

setHardwarePrice

public void setHardwarePrice(java.lang.String hardwarePrice)
Sets the hardwarePrice.

Parameters:
hardwarePrice - The hardwarePrice to set

setProviderName

public void setProviderName(java.lang.String providerName)
Sets the providerName.

Parameters:
providerName - The providerName to set

setServiceName

public void setServiceName(java.lang.String serviceName)
Sets the serviceName.

Parameters:
serviceName - The serviceName to set

setServiceType

public void setServiceType(java.lang.String serviceType)
Sets the serviceType.

Parameters:
serviceType - The serviceType to set

setSoftwarePrice

public void setSoftwarePrice(java.lang.String softwarePrice)
Sets the softwarePrice.

Parameters:
softwarePrice - The softwarePrice to set

getDescription

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

Returns:
String

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - The description to set

toString

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