public class SimpleWellSetPOJO extends Object
| Constructor and Description |
|---|
SimpleWellSetPOJO() |
SimpleWellSetPOJO(WellSet set)
Creates a simple well set POJO from the well set object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Returns the set label.
|
int |
getSize()
Returns the size of the values array.
|
List<String> |
getWells()
Returns the list of well indices.
|
void |
setLabel(String label)
Sets the label.
|
void |
setSize(int size)
Sets the size.
|
void |
setWells(List<String> wells)
Sets the list of well indices.
|
WellSet |
toWellSetObject()
Returns a WellSetInteger object.
|
public SimpleWellSetPOJO()
public SimpleWellSetPOJO(WellSet set)
WellSet - the well set objectpublic void setSize(int size)
String - the numerical typepublic void setWells(List<String> wells)
List - the list of well indicespublic void setLabel(String label)
String - the set labelpublic int getSize()
public List<String> getWells()
public String getLabel()
public WellSet toWellSetObject()
Copyright © 2017. All rights reserved.