| Constructor and Description |
|---|
PlateListPOJO() |
PlateListPOJO(Collection<Plate> collection)
Creates a plate list POJO from a collection of plate objects.
|
PlateListPOJO(Plate plate)
Creates a plate list POJO from a plate object.
|
PlateListPOJO(Plate[] array)
Creates a plate list POJO from an array of plate objects.
|
| Modifier and Type | Method and Description |
|---|---|
PlatePOJO |
get(int index)
Returns the plate at the indicated index.
|
List<PlatePOJO> |
getPlates()
Returns the list of plate POJOs.
|
Iterator<PlatePOJO> |
iterator()
Returns an iterator for the list of plates.
|
void |
setPlates(List<PlatePOJO> plates)
Sets the list of plate POJOs.
|
int |
size()
Returns the size of the plate list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic PlateListPOJO()
public PlateListPOJO(Plate plate)
Plate - the plate objectpublic PlateListPOJO(Collection<Plate> collection)
Collection - collection of plate objectspublic PlateListPOJO(Plate[] array)
PlateInteger[] - array of plate objectspublic void setPlates(List<PlatePOJO> plates)
List - the new list of platepublic List<PlatePOJO> getPlates()
public PlatePOJO get(int index)
int - the index into the well listpublic int size()
Copyright © 2017. All rights reserved.