| Constructor and Description |
|---|
WellListPOJO() |
WellListPOJO(Collection<Well> collection)
Creates a well list POJO from a collection of well objects.
|
WellListPOJO(Well well)
Creates a well list POJO from a well object.
|
WellListPOJO(Well[] array)
Creates a well list POJO from an array of well objects.
|
| Modifier and Type | Method and Description |
|---|---|
WellPOJO |
get(int index)
Returns the well at the indicated index.
|
List<WellPOJO> |
getWells()
Gets the list of well POJOs.
|
Iterator<WellPOJO> |
iterator()
Returns an iterator for the list of wells.
|
void |
setWells(List<WellPOJO> wells)
Sets the list of well POJOs.
|
int |
size()
Returns the size of the well list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic WellListPOJO()
public WellListPOJO(Well well)
Well - the well objectpublic WellListPOJO(Collection<Well> collection)
Collection - collection of well objectspublic WellListPOJO(Well[] array)
WellInteger[] - array of well objectspublic void setWells(List<WellPOJO> wells)
List - the new list of wellspublic WellPOJO get(int index)
int - the index into the well listpublic int size()
Copyright © 2017. All rights reserved.