public class WellPOJO extends Object
| Constructor and Description |
|---|
WellPOJO() |
WellPOJO(String index,
int size,
Integer[] values,
String type)
Creates a well POJO from the well object.
|
WellPOJO(Well well)
Creates a well POJO from the well object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex()
Returns the index.
|
int |
getSize()
Returns the size of the values array.
|
String |
getType()
Returns the numerical type as a string.
|
Integer[] |
getValues()
Returns the values array.
|
void |
setIndex(String newIndex)
Sets the index.
|
void |
setSize(int size)
Sets the size.
|
void |
setType(String type)
Sets the type.
|
void |
setValues(Integer[] newValues)
Sets the values array.
|
Well |
toWellObject()
Returns a WellInteger object.
|
public WellPOJO()
public WellPOJO(Well well)
Well - the well objectpublic void setIndex(String newIndex)
String - the new indexpublic void setValues(Integer[] newValues)
int[] - the values arraypublic void setType(String type)
String - the numerical typepublic void setSize(int size)
String - the numerical typepublic String getIndex()
public Integer[] getValues()
public String getType()
public int getSize()
public Well toWellObject()
Copyright © 2017. All rights reserved.