java.lang.Object
com.genologics.ri.reagentkit.ReagentKits
- All Implemented Interfaces:
Batch<ReagentKitLink>
,PaginatedBatch<ReagentKitLink>
,Serializable
,Iterable<ReagentKitLink>
The representation for a list of reagent type links.
- Since:
- 2.18
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Page
protected Page
protected List<ReagentKitLink>
protected URI
-
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
-
reagentKits
-
nextPage
-
previousPage
-
uri
-
-
Constructor Details
-
ReagentKits
public ReagentKits()
-
-
Method Details
-
getReagentKits
-
getList
- Specified by:
getList
in interfaceBatch<ReagentKitLink>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceBatch<ReagentKitLink>
-
iterator
- Specified by:
iterator
in interfaceIterable<ReagentKitLink>
-
getNextPage
- Specified by:
getNextPage
in interfacePaginatedBatch<ReagentKitLink>
-
setNextPage
- Specified by:
setNextPage
in interfacePaginatedBatch<ReagentKitLink>
-
getPreviousPage
- Specified by:
getPreviousPage
in interfacePaginatedBatch<ReagentKitLink>
-
setPreviousPage
- Specified by:
setPreviousPage
in interfacePaginatedBatch<ReagentKitLink>
-
getUri
-
setUri
-