public class CloudComputer extends AbstractPersistable
id
Constructor and Description |
---|
CloudComputer() |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
int |
getCpuPower() |
int |
getMemory() |
int |
getMultiplicand() |
int |
getNetworkBandwidth() |
void |
setCost(int cost) |
void |
setCpuPower(int cpuPower) |
void |
setMemory(int memory) |
void |
setNetworkBandwidth(int networkBandwidth) |
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 © 2001–2019 JBoss by Red Hat. All rights reserved.