Class ReagentKits

java.lang.Object
com.genologics.ri.reagentkit.ReagentKits
All Implemented Interfaces:
Batch<ReagentKitLink>, PaginatedBatch<ReagentKitLink>, Serializable, Iterable<ReagentKitLink>

public class ReagentKits extends Object implements PaginatedBatch<ReagentKitLink>, Serializable
The representation for a list of reagent type links.
Since:
2.18
See Also:
  • Field Details

    • reagentKits

      protected List<ReagentKitLink> reagentKits
      The list of reagent kit links.
    • nextPage

      protected Page nextPage
      The link to the next page of results.
    • previousPage

      protected Page previousPage
      The link to the previous page of results.
    • uri

      protected URI uri
      The URI of the reagent kits list.
  • Constructor Details

    • ReagentKits

      public ReagentKits()
      Default constructor.
  • Method Details

    • getReagentKits

      public List<ReagentKitLink> getReagentKits()
      Gets the list of reagent kit links.
      Returns:
      The list of reagent kit links.
    • getList

      public List<ReagentKitLink> getList()
      Gets the list of items in this batch.
      Specified by:
      getList in interface Batch<ReagentKitLink>
      Returns:
      The list of items.
    • getSize

      public int getSize()
      Gets the number of items in this batch.
      Specified by:
      getSize in interface Batch<ReagentKitLink>
      Returns:
      The size of the batch.
    • getNextPage

      public Page getNextPage()
      Gets the next page link.
      Specified by:
      getNextPage in interface PaginatedBatch<ReagentKitLink>
      Returns:
      The next page link.
    • setNextPage

      public void setNextPage(Page nextPage)
      Sets the next page link.
      Specified by:
      setNextPage in interface PaginatedBatch<ReagentKitLink>
      Parameters:
      nextPage - The next page link.
    • getPreviousPage

      public Page getPreviousPage()
      Gets the previous page link.
      Specified by:
      getPreviousPage in interface PaginatedBatch<ReagentKitLink>
      Returns:
      The previous page link.
    • setPreviousPage

      public void setPreviousPage(Page previousPage)
      Sets the previous page link.
      Specified by:
      setPreviousPage in interface PaginatedBatch<ReagentKitLink>
      Parameters:
      previousPage - The previous page link.
    • getUri

      public URI getUri()
      Gets the URI of the reagent kits list.
      Returns:
      The reagent kits list URI.
    • setUri

      public void setUri(URI uri)
      Sets the URI of the reagent kits list.
      Parameters:
      uri - The reagent kits list URI.