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 PageThe link to the next page of results.protected PageThe link to the previous page of results.protected List<ReagentKitLink>The list of reagent kit links.protected URIThe URI of the reagent kits list. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()Gets the list of items in this batch.Gets the next page link.Gets the previous page link.Gets the list of reagent kit links.intgetSize()Gets the number of items in this batch.getUri()Gets the URI of the reagent kits list.voidsetNextPage(Page nextPage) Sets the next page link.voidsetPreviousPage(Page previousPage) Sets the previous page link.voidSets the URI of the reagent kits list.Methods 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
The list of reagent kit links. -
nextPage
The link to the next page of results. -
previousPage
The link to the previous page of results. -
uri
The URI of the reagent kits list.
-
-
Constructor Details
-
ReagentKits
public ReagentKits()Default constructor.
-
-
Method Details
-
getReagentKits
Gets the list of reagent kit links.- Returns:
- The list of reagent kit links.
-
getList
Gets the list of items in this batch.- Specified by:
getListin interfaceBatch<ReagentKitLink>- Returns:
- The list of items.
-
getSize
public int getSize()Gets the number of items in this batch.- Specified by:
getSizein interfaceBatch<ReagentKitLink>- Returns:
- The size of the batch.
-
getNextPage
Gets the next page link.- Specified by:
getNextPagein interfacePaginatedBatch<ReagentKitLink>- Returns:
- The next page link.
-
setNextPage
Sets the next page link.- Specified by:
setNextPagein interfacePaginatedBatch<ReagentKitLink>- Parameters:
nextPage- The next page link.
-
getPreviousPage
Gets the previous page link.- Specified by:
getPreviousPagein interfacePaginatedBatch<ReagentKitLink>- Returns:
- The previous page link.
-
setPreviousPage
Sets the previous page link.- Specified by:
setPreviousPagein interfacePaginatedBatch<ReagentKitLink>- Parameters:
previousPage- The previous page link.
-
getUri
Gets the URI of the reagent kits list.- Returns:
- The reagent kits list URI.
-
setUri
Sets the URI of the reagent kits list.- Parameters:
uri- The reagent kits list URI.
-