public class CloudComputer extends AbstractPersistable implements Labeled
id| Constructor and Description |
|---|
CloudComputer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCost() |
int |
getCpuPower() |
String |
getLabel() |
int |
getMemory() |
int |
getMultiplicand() |
int |
getNetworkBandwidth() |
void |
setCost(int cost) |
void |
setCpuPower(int cpuPower) |
void |
setMemory(int memory) |
void |
setNetworkBandwidth(int networkBandwidth) |
compareTo, getId, setId, toStringpublic int getCpuPower()
public void setCpuPower(int cpuPower)
public int getMemory()
public void setMemory(int memory)
public int getNetworkBandwidth()
public void setNetworkBandwidth(int networkBandwidth)
public int getCost()
public void setCost(int cost)
public int getMultiplicand()
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.