public class CloudComputer extends AbstractPersistable implements Labeled
id
Constructor and Description |
---|
CloudComputer() |
CloudComputer(long id,
int cpuPower,
int memory,
int networkBandwidth,
int cost) |
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, toString
public CloudComputer()
public CloudComputer(long id, int cpuPower, int memory, int networkBandwidth, int cost)
public 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–2019 JBoss by Red Hat. All rights reserved.