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
FieldsModifier and TypeFieldDescriptionprotected Pageprotected Pageprotected List<ReagentKitLink>protected URI -
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
-
reagentKits
-
nextPage
-
previousPage
-
uri
-
-
Constructor Details
-
ReagentKits
public ReagentKits()
-
-
Method Details
-
getReagentKits
-
getList
- Specified by:
getListin interfaceBatch<ReagentKitLink>
-
getSize
public int getSize()- Specified by:
getSizein interfaceBatch<ReagentKitLink>
-
iterator
- Specified by:
iteratorin interfaceIterable<ReagentKitLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<ReagentKitLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<ReagentKitLink>
-
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<ReagentKitLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<ReagentKitLink>
-
getUri
-
setUri
-