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