Class ContinuationKey


  • public class ContinuationKey
    extends java.lang.Object
    Generator and parser for the continuation key
    Since:
    07.07.2023
    Author:
    weiland
    • Constructor Detail

      • ContinuationKey

        public ContinuationKey​(de.pisa.psc.srv.dto.PscDto dto,
                               int row)
                        throws java.lang.Exception
        Constructor for generating a key
        Parameters:
        dto - data object
        row - row
        Throws:
        java.lang.Exception
      • ContinuationKey

        public ContinuationKey​(de.pisa.psc.srv.dto.PscDto dto,
                               java.lang.String key)
                        throws de.pisa.psc.srv.glb.PscExc
        Constructor for parsing a key
        Parameters:
        dto - data object
        key - continuation key
        Throws:
        de.pisa.psc.srv.glb.PscExc
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • generate

        public java.lang.String generate()
        generate the key
        Returns:
        key