public class ResultPOJO extends Object
| Constructor and Description |
|---|
ResultPOJO() |
ResultPOJO(Map<Well,Integer> results,
String label)
Creates a result POJO.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Returns the result label.
|
int |
getSize()
Returns the size of the well results array.
|
String |
getType()
Returns the numerical type as a string.
|
Map<String,Integer> |
getWells()
Returns the map of result results.
|
void |
setLabel(String label)
Sets the result label.
|
void |
setResults(Map<String,Integer> results)
Sets the map of well results.
|
void |
setSize(int size)
Sets the size.
|
void |
setType(String type)
Sets the type.
|
public void setType(String type)
String - the numerical typepublic void setSize(int size)
int - result sizepublic void setLabel(String label)
String - the result labelpublic void setResults(Map<String,Integer> results)
Map - Integer> the list of well results public String getType()
public int getSize()
public String getLabel()
Copyright © 2017. All rights reserved.