Klasse EurekaContinuationKey

java.lang.Object
de.pisa.psa.rst.uti.EurekaContinuationKey

public class EurekaContinuationKey extends Object
Generator and parser for the continuation key used by the EUREKA search
Seit:
08.07.2024
Autor:
weiland
  • Konstruktordetails

    • EurekaContinuationKey

      public EurekaContinuationKey(int skip, int read)
      Create a new continuation
      Parameter:
      skip - number of records to skip
      read - number of records already read
    • EurekaContinuationKey

      public EurekaContinuationKey(String key)
      Parse the continuation key
      Parameter:
      key - continuation key
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
      Siehe auch:
    • generate

      public String generate()
      generate the key
      Gibt zurück:
      key
    • getSkip

      public int getSkip()
      get the number of records to skip
      Gibt zurück:
      number of records
    • getRead

      public int getRead()
      get the number of records already read
      Gibt zurück:
      number of records