public class SelectionResult extends Object implements Serializable
Constructor and Description |
---|
SelectionResult() |
SelectionResult(EstimationResult[] estimationResults,
int selectedIndex) |
Modifier and Type | Method and Description |
---|---|
EstimationResult[] |
getEstimationResults() |
int |
getSelectedIndex() |
void |
setEstimationResults(EstimationResult[] estimationResults) |
void |
setSelectedIndex(int selectedIndex) |
public SelectionResult()
public SelectionResult(EstimationResult[] estimationResults, int selectedIndex)
public EstimationResult[] getEstimationResults()
public void setEstimationResults(EstimationResult[] estimationResults)
public int getSelectedIndex()
public void setSelectedIndex(int selectedIndex)