Class Pseudonym
java.lang.Object
org.trustdeck.jooq.generated.tables.pojos.Pseudonym
- All Implemented Interfaces:
Serializable,IPseudonym
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPseudonym(Long id, String identifier, String idtype, String pseudonym, LocalDateTime validfrom, Boolean validfrominherited, LocalDateTime validto, Boolean validtoinherited, Integer domainid) Pseudonym(IPseudonym value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IPseudonym from) Load data from another generated Record/POJO implementing the common interface IPseudonymGetter forpublic.pseudonym.domainid.getId()Getter forpublic.pseudonym.id.@NotNull StringGetter forpublic.pseudonym.identifier.@NotNull StringGetter forpublic.pseudonym.idtype.@NotNull StringGetter forpublic.pseudonym.pseudonym.@NotNull LocalDateTimeGetter forpublic.pseudonym.validfrom.@NotNull BooleanGetter forpublic.pseudonym.validfrominherited.@NotNull LocalDateTimeGetter forpublic.pseudonym.validto.@NotNull BooleanGetter forpublic.pseudonym.validtoinherited.inthashCode()<E extends IPseudonym>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IPseudonymsetDomainid(Integer domainid) Setter forpublic.pseudonym.domainid.Setter forpublic.pseudonym.id.setIdentifier(String identifier) Setter forpublic.pseudonym.identifier.Setter forpublic.pseudonym.idtype.setPseudonym(String pseudonym) Setter forpublic.pseudonym.pseudonym.setValidfrom(LocalDateTime validfrom) Setter forpublic.pseudonym.validfrom.setValidfrominherited(Boolean validfrominherited) Setter forpublic.pseudonym.validfrominherited.setValidto(LocalDateTime validto) Setter forpublic.pseudonym.validto.setValidtoinherited(Boolean validtoinherited) Setter forpublic.pseudonym.validtoinherited.toString()
-
Constructor Details
-
Pseudonym
public Pseudonym() -
Pseudonym
-
Pseudonym
public Pseudonym(Long id, String identifier, String idtype, String pseudonym, LocalDateTime validfrom, Boolean validfrominherited, LocalDateTime validto, Boolean validtoinherited, Integer domainid)
-
-
Method Details
-
getId
Getter forpublic.pseudonym.id.- Specified by:
getIdin interfaceIPseudonym
-
setId
Setter forpublic.pseudonym.id.- Specified by:
setIdin interfaceIPseudonym
-
getIdentifier
Getter forpublic.pseudonym.identifier.- Specified by:
getIdentifierin interfaceIPseudonym
-
setIdentifier
Setter forpublic.pseudonym.identifier.- Specified by:
setIdentifierin interfaceIPseudonym
-
getIdtype
Getter forpublic.pseudonym.idtype.- Specified by:
getIdtypein interfaceIPseudonym
-
setIdtype
Setter forpublic.pseudonym.idtype.- Specified by:
setIdtypein interfaceIPseudonym
-
getPseudonym
Getter forpublic.pseudonym.pseudonym.- Specified by:
getPseudonymin interfaceIPseudonym
-
setPseudonym
Setter forpublic.pseudonym.pseudonym.- Specified by:
setPseudonymin interfaceIPseudonym
-
getValidfrom
Getter forpublic.pseudonym.validfrom.- Specified by:
getValidfromin interfaceIPseudonym
-
setValidfrom
Setter forpublic.pseudonym.validfrom.- Specified by:
setValidfromin interfaceIPseudonym
-
getValidfrominherited
Getter forpublic.pseudonym.validfrominherited.- Specified by:
getValidfrominheritedin interfaceIPseudonym
-
setValidfrominherited
Setter forpublic.pseudonym.validfrominherited.- Specified by:
setValidfrominheritedin interfaceIPseudonym
-
getValidto
Getter forpublic.pseudonym.validto.- Specified by:
getValidtoin interfaceIPseudonym
-
setValidto
Setter forpublic.pseudonym.validto.- Specified by:
setValidtoin interfaceIPseudonym
-
getValidtoinherited
Getter forpublic.pseudonym.validtoinherited.- Specified by:
getValidtoinheritedin interfaceIPseudonym
-
setValidtoinherited
Setter forpublic.pseudonym.validtoinherited.- Specified by:
setValidtoinheritedin interfaceIPseudonym
-
getDomainid
Getter forpublic.pseudonym.domainid.- Specified by:
getDomainidin interfaceIPseudonym
-
setDomainid
Setter forpublic.pseudonym.domainid.- Specified by:
setDomainidin interfaceIPseudonym
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IPseudonymLoad data from another generated Record/POJO implementing the common interface IPseudonym- Specified by:
fromin interfaceIPseudonym
-
into
Description copied from interface:IPseudonymCopy data into another generated Record/POJO implementing the common interface IPseudonym- Specified by:
intoin interfaceIPseudonym
-