public class CostElement extends Object
Modifier and Type | Field and Description |
---|---|
protected Double |
cost |
protected Metric |
costIntervalFunction |
protected String |
costType |
Constructor and Description |
---|
CostElement() |
CostElement(String costType,
Metric costInterval,
Double cost) |
Modifier and Type | Method and Description |
---|---|
Double |
getCost() |
Metric |
getCostIntervalFunction() |
String |
getCostType() |
void |
setCost(Double cost) |
void |
setCostIntervalFunction(Metric costIntervalFunction) |
void |
setType(String costType) |
protected String costType
protected Metric costIntervalFunction
protected Double cost
public String getCostType()
public Metric getCostIntervalFunction()
public Double getCost()
public void setType(String costType)
public void setCostIntervalFunction(Metric costIntervalFunction)
public void setCost(Double cost)
Copyright © 2016. All Rights Reserved.