java.lang.Object
com.genologics.ri.reagentlot.ReagentLots
- All Implemented Interfaces:
Batch<ReagentLotLink>
,PaginatedBatch<ReagentLotLink>
,Serializable
,Iterable<ReagentLotLink>
The representation of a list of Reagent Lots
- Since:
- 2.18
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Page
protected Page
protected List<ReagentLotLink>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetList()
int
getSize()
getUri()
iterator()
void
setNextPage
(Page nextPage) void
setPreviousPage
(Page previousPage) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
reagentLots
-
nextPage
-
previousPage
-
uri
-
-
Constructor Details
-
ReagentLots
public ReagentLots()
-
-
Method Details
-
getReagentLots
-
getList
- Specified by:
getList
in interfaceBatch<ReagentLotLink>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceBatch<ReagentLotLink>
-
iterator
- Specified by:
iterator
in interfaceIterable<ReagentLotLink>
-
getNextPage
- Specified by:
getNextPage
in interfacePaginatedBatch<ReagentLotLink>
-
setNextPage
- Specified by:
setNextPage
in interfacePaginatedBatch<ReagentLotLink>
-
getPreviousPage
- Specified by:
getPreviousPage
in interfacePaginatedBatch<ReagentLotLink>
-
setPreviousPage
- Specified by:
setPreviousPage
in interfacePaginatedBatch<ReagentLotLink>
-
getUri
-
setUri
-