gridbus.gmd.soap.gmdqueryclient
Class Price

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

public class Price
extends java.lang.Object


Constructor Summary
Price(float hPrice, float sPrice)
           
 
Method Summary
 float getHardwarePrice()
          Returns the hardwarePrice.
 float getSoftwarePrice()
          Returns 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

Price

public Price(float hPrice,
             float sPrice)
Method Detail

getHardwarePrice

public float getHardwarePrice()
Returns the hardwarePrice.

Returns:
float

getSoftwarePrice

public float getSoftwarePrice()
Returns the softwarePrice.

Returns:
float

toString

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