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
| Fields inherited from class org.gridbus.broker.farming.common.Server |
BUSY, READY |
|
Constructor Summary |
StorageServer()
To be implemented in a future version. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageServer
public StorageServer()
- To be implemented in a future version.
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.