org.gridbus.broker.farming.common.data
Class StorageServer

java.lang.Object
  |
  +--org.gridbus.broker.farming.common.Server
        |
        +--org.gridbus.broker.farming.common.data.StorageServer

public class StorageServer
extends Server

Author:
krishna

Field Summary
 
Fields inherited from class org.gridbus.broker.farming.common.Server
BUSY, READY
 
Constructor Summary
StorageServer()
          To be implemented in a future version.
 
Method Summary
 float getCost()
           
 float getCostPerMB()
           
 UserCredential getUserCredential()
           
 void setCost(float cost)
           
 void setCostPerMB(float costPerMB)
           
 void setUserCredential(UserCredential userCredential)
           
 
Methods inherited from class org.gridbus.broker.farming.common.Server
getHostname, getServerID, getServerStatus, getStatus, setHostname, setServerStatus, setStatus, statusInt, statusString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageServer

public StorageServer()
To be implemented in a future version.

Method Detail

getCostPerMB

public float getCostPerMB()
Returns:
Returns the costPerMB.

setCostPerMB

public void setCostPerMB(float costPerMB)
Parameters:
costPerMB - The costPerMB to set.

getCost

public float getCost()
Returns:
Returns the cost.

setCost

public void setCost(float cost)
Parameters:
cost - The cost to set.

getUserCredential

public UserCredential getUserCredential()
Returns:
Returns the userCredential.

setUserCredential

public void setUserCredential(UserCredential userCredential)
Parameters:
userCredential - The userCredential to set.