Interface IAlgorithm

All Superinterfaces:
Serializable
All Known Implementing Classes:
Algorithm, AlgorithmRecord

public interface IAlgorithm extends Serializable
This class is generated by jOOQ.
  • Method Details

    • setId

      IAlgorithm setId(Integer value)
      Setter for public.algorithm.id.
    • getId

      Integer getId()
      Getter for public.algorithm.id.
    • setName

      IAlgorithm setName(String value)
      Setter for public.algorithm.name.
    • getName

      @NotNull @NotNull String getName()
      Getter for public.algorithm.name.
    • setAlphabet

      IAlgorithm setAlphabet(String value)
      Setter for public.algorithm.alphabet.
    • getAlphabet

      @NotNull @NotNull String getAlphabet()
      Getter for public.algorithm.alphabet.
    • setRandomalgorithmdesiredsize

      IAlgorithm setRandomalgorithmdesiredsize(Long value)
      Setter for public.algorithm.randomalgorithmdesiredsize.
    • getRandomalgorithmdesiredsize

      @NotNull @NotNull Long getRandomalgorithmdesiredsize()
      Getter for public.algorithm.randomalgorithmdesiredsize.
    • setRandomalgorithmdesiredsuccessprobability

      IAlgorithm setRandomalgorithmdesiredsuccessprobability(Double value)
      Setter for public.algorithm.randomalgorithmdesiredsuccessprobability.
    • getRandomalgorithmdesiredsuccessprobability

      @NotNull @NotNull Double getRandomalgorithmdesiredsuccessprobability()
      Getter for public.algorithm.randomalgorithmdesiredsuccessprobability.
    • setConsecutivevaluecounter

      IAlgorithm setConsecutivevaluecounter(Long value)
      Setter for public.algorithm.consecutivevaluecounter.
    • getConsecutivevaluecounter

      @NotNull @NotNull Long getConsecutivevaluecounter()
      Getter for public.algorithm.consecutivevaluecounter.
    • setPseudonymlength

      IAlgorithm setPseudonymlength(Integer value)
      Setter for public.algorithm.pseudonymlength.
    • getPseudonymlength

      @NotNull @NotNull Integer getPseudonymlength()
      Getter for public.algorithm.pseudonymlength.
    • setPaddingcharacter

      IAlgorithm setPaddingcharacter(String value)
      Setter for public.algorithm.paddingcharacter.
    • getPaddingcharacter

      @NotNull @Size(max=1) @NotNull @Size(max=1) String getPaddingcharacter()
      Getter for public.algorithm.paddingcharacter.
    • setAddcheckdigit

      IAlgorithm setAddcheckdigit(Boolean value)
      Setter for public.algorithm.addcheckdigit.
    • getAddcheckdigit

      @NotNull @NotNull Boolean getAddcheckdigit()
      Getter for public.algorithm.addcheckdigit.
    • setLengthincludescheckdigit

      IAlgorithm setLengthincludescheckdigit(Boolean value)
      Setter for public.algorithm.lengthincludescheckdigit.
    • getLengthincludescheckdigit

      @NotNull @NotNull Boolean getLengthincludescheckdigit()
      Getter for public.algorithm.lengthincludescheckdigit.
    • setSalt

      IAlgorithm setSalt(String value)
      Setter for public.algorithm.salt.
    • getSalt

      @NotNull @NotNull String getSalt()
      Getter for public.algorithm.salt.
    • setSaltlength

      IAlgorithm setSaltlength(Integer value)
      Setter for public.algorithm.saltlength.
    • getSaltlength

      @NotNull @NotNull Integer getSaltlength()
      Getter for public.algorithm.saltlength.
    • from

      void from(IAlgorithm from)
      Load data from another generated Record/POJO implementing the common interface IAlgorithm
    • into

      <E extends IAlgorithm> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface IAlgorithm