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
FieldsModifier and TypeFieldDescriptionprotected Pageprotected Pageprotected List<ReagentLotLink>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()intgetSize()getUri()iterator()voidsetNextPage(Page nextPage) voidsetPreviousPage(Page previousPage) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getListin interfaceBatch<ReagentLotLink>
-
getSize
public int getSize()- Specified by:
getSizein interfaceBatch<ReagentLotLink>
-
iterator
- Specified by:
iteratorin interfaceIterable<ReagentLotLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<ReagentLotLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<ReagentLotLink>
-
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<ReagentLotLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<ReagentLotLink>
-
getUri
-
setUri
-