Interface IPseudonym

All Superinterfaces:
Serializable
All Known Implementing Classes:
Pseudonym, PseudonymRecord

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

    • setId

      IPseudonym setId(Long value)
      Setter for public.pseudonym.id.
    • getId

      Long getId()
      Getter for public.pseudonym.id.
    • setIdentifier

      IPseudonym setIdentifier(String value)
      Setter for public.pseudonym.identifier.
    • getIdentifier

      @NotNull @NotNull String getIdentifier()
      Getter for public.pseudonym.identifier.
    • setIdtype

      IPseudonym setIdtype(String value)
      Setter for public.pseudonym.idtype.
    • getIdtype

      @NotNull @NotNull String getIdtype()
      Getter for public.pseudonym.idtype.
    • setPseudonym

      IPseudonym setPseudonym(String value)
      Setter for public.pseudonym.pseudonym.
    • getPseudonym

      @NotNull @NotNull String getPseudonym()
      Getter for public.pseudonym.pseudonym.
    • setValidfrom

      IPseudonym setValidfrom(LocalDateTime value)
      Setter for public.pseudonym.validfrom.
    • getValidfrom

      @NotNull @NotNull LocalDateTime getValidfrom()
      Getter for public.pseudonym.validfrom.
    • setValidfrominherited

      IPseudonym setValidfrominherited(Boolean value)
      Setter for public.pseudonym.validfrominherited.
    • getValidfrominherited

      @NotNull @NotNull Boolean getValidfrominherited()
      Getter for public.pseudonym.validfrominherited.
    • setValidto

      IPseudonym setValidto(LocalDateTime value)
      Setter for public.pseudonym.validto.
    • getValidto

      @NotNull @NotNull LocalDateTime getValidto()
      Getter for public.pseudonym.validto.
    • setValidtoinherited

      IPseudonym setValidtoinherited(Boolean value)
      Setter for public.pseudonym.validtoinherited.
    • getValidtoinherited

      @NotNull @NotNull Boolean getValidtoinherited()
      Getter for public.pseudonym.validtoinherited.
    • setDomainid

      IPseudonym setDomainid(Integer value)
      Setter for public.pseudonym.domainid.
    • getDomainid

      Integer getDomainid()
      Getter for public.pseudonym.domainid.
    • from

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

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