Class WinRoleGrant
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.wings.faceless.service.journal.JournalAware,pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinRoleGrant
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.9"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinRoleGrant implements IWinRoleGrant
The table
wings.win_role_grant.
-
-
Field Summary
Fields Modifier and Type Field Description public LongreferRolepublic GrantTypegrantTypepublic LonggrantEntrypublic LocalDateTimecreateDtpublic LongcommitId
-
Constructor Summary
Constructors Constructor Description WinRoleGrant()WinRoleGrant(IWinRoleGrant value)WinRoleGrant(Long referRole, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)
-
Method Summary
Modifier and Type Method Description LonggetReferRole()Getter for win_role_grant.refer_role.voidsetReferRole(Long referRole)Setter for win_role_grant.refer_role.GrantTypegetGrantType()Getter for win_role_grant.grant_type.voidsetGrantType(GrantType grantType)Setter for win_role_grant.grant_type.LonggetGrantEntry()Getter for win_role_grant.grant_entry.voidsetGrantEntry(Long grantEntry)Setter for win_role_grant.grant_entry.LocalDateTimegetCreateDt()Getter for win_role_grant.create_dt.voidsetCreateDt(LocalDateTime createDt)Setter for win_role_grant.create_dt.LonggetCommitId()Getter for win_role_grant.commit_id.voidsetCommitId(Long commitId)Setter for win_role_grant.commit_id.voidsetReferRoleIf(Long referRole, boolean bool)voidsetReferRoleIf(Supplier<Long> referRole, boolean bool)voidsetReferRoleIf(Long referRole, Predicate<Long> bool)voidsetReferRoleIf(Long referRole, Predicate<Long> bool, Array<Supplier<Long>> referRoles)voidsetReferRoleIfNot(Long referRole, Predicate<Long> bool)voidsetReferRoleIfNot(Long referRole, Predicate<Long> bool, Array<Supplier<Long>> referRoles)voidsetReferRoleIf(UnaryOperator<Long> referRole)voidsetGrantTypeIf(GrantType grantType, boolean bool)voidsetGrantTypeIf(Supplier<GrantType> grantType, boolean bool)voidsetGrantTypeIf(GrantType grantType, Predicate<GrantType> bool)voidsetGrantTypeIf(GrantType grantType, Predicate<GrantType> bool, Array<Supplier<GrantType>> grantTypes)voidsetGrantTypeIfNot(GrantType grantType, Predicate<GrantType> bool)voidsetGrantTypeIfNot(GrantType grantType, Predicate<GrantType> bool, Array<Supplier<GrantType>> grantTypes)voidsetGrantTypeIf(UnaryOperator<GrantType> grantType)voidsetGrantEntryIf(Long grantEntry, boolean bool)voidsetGrantEntryIf(Supplier<Long> grantEntry, boolean bool)voidsetGrantEntryIf(Long grantEntry, Predicate<Long> bool)voidsetGrantEntryIf(Long grantEntry, Predicate<Long> bool, Array<Supplier<Long>> grantEntrys)voidsetGrantEntryIfNot(Long grantEntry, Predicate<Long> bool)voidsetGrantEntryIfNot(Long grantEntry, Predicate<Long> bool, Array<Supplier<Long>> grantEntrys)voidsetGrantEntryIf(UnaryOperator<Long> grantEntry)voidsetCreateDtIf(LocalDateTime createDt, boolean bool)voidsetCreateDtIf(Supplier<LocalDateTime> createDt, boolean bool)voidsetCreateDtIf(LocalDateTime createDt, Predicate<LocalDateTime> bool)voidsetCreateDtIf(LocalDateTime createDt, Predicate<LocalDateTime> bool, Array<Supplier<LocalDateTime>> createDts)voidsetCreateDtIfNot(LocalDateTime createDt, Predicate<LocalDateTime> bool)voidsetCreateDtIfNot(LocalDateTime createDt, Predicate<LocalDateTime> bool, Array<Supplier<LocalDateTime>> createDts)voidsetCreateDtIf(UnaryOperator<LocalDateTime> createDt)voidsetCommitIdIf(Long commitId, boolean bool)voidsetCommitIdIf(Supplier<Long> commitId, boolean bool)voidsetCommitIdIf(Long commitId, Predicate<Long> bool)voidsetCommitIdIf(Long commitId, Predicate<Long> bool, Array<Supplier<Long>> commitIds)voidsetCommitIdIfNot(Long commitId, Predicate<Long> bool)voidsetCommitIdIfNot(Long commitId, Predicate<Long> bool, Array<Supplier<Long>> commitIds)voidsetCommitIdIf(UnaryOperator<Long> commitId)booleanequals(Object obj)inthashCode()StringtoString()voidfrom(IWinRoleGrant from)Load data from another generated Record/POJO implementing the common interface IWinRoleGrant <E extends IWinRoleGrant> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinRoleGrant -
Methods inherited from class pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinRoleGrant
setCommitId, setCreateDt, setGrantEntry, setGrantType, setReferRole -
Methods inherited from class pro.fessional.wings.faceless.service.journal.JournalAware
getCommitId, getCreateDt, getDeleteDt, getModifyDt, isDeleted, setCommitId, setCreateDt, setDeleteDt, setModifyDt -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WinRoleGrant
WinRoleGrant()
-
WinRoleGrant
WinRoleGrant(IWinRoleGrant value)
-
WinRoleGrant
WinRoleGrant(Long referRole, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)
-
-
Method Detail
-
getReferRole
Long getReferRole()
Getter for
win_role_grant.refer_role.
-
setReferRole
void setReferRole(Long referRole)
Setter for
win_role_grant.refer_role.
-
getGrantType
GrantType getGrantType()
Getter for
win_role_grant.grant_type.
-
setGrantType
void setGrantType(GrantType grantType)
Setter for
win_role_grant.grant_type.
-
getGrantEntry
Long getGrantEntry()
Getter for
win_role_grant.grant_entry.
-
setGrantEntry
void setGrantEntry(Long grantEntry)
Setter for
win_role_grant.grant_entry.
-
getCreateDt
LocalDateTime getCreateDt()
Getter for
win_role_grant.create_dt.
-
setCreateDt
void setCreateDt(LocalDateTime createDt)
Setter for
win_role_grant.create_dt.
-
getCommitId
Long getCommitId()
Getter for
win_role_grant.commit_id.
-
setCommitId
void setCommitId(Long commitId)
Setter for
win_role_grant.commit_id.
-
setReferRoleIf
void setReferRoleIf(Long referRole, boolean bool)
-
setReferRoleIf
void setReferRoleIf(Supplier<Long> referRole, boolean bool)
-
setReferRoleIf
void setReferRoleIf(Long referRole, Predicate<Long> bool)
-
setReferRoleIf
void setReferRoleIf(Long referRole, Predicate<Long> bool, Array<Supplier<Long>> referRoles)
-
setReferRoleIfNot
void setReferRoleIfNot(Long referRole, Predicate<Long> bool)
-
setReferRoleIfNot
void setReferRoleIfNot(Long referRole, Predicate<Long> bool, Array<Supplier<Long>> referRoles)
-
setReferRoleIf
void setReferRoleIf(UnaryOperator<Long> referRole)
-
setGrantTypeIf
void setGrantTypeIf(GrantType grantType, boolean bool)
-
setGrantTypeIf
void setGrantTypeIf(Supplier<GrantType> grantType, boolean bool)
-
setGrantTypeIf
void setGrantTypeIf(GrantType grantType, Predicate<GrantType> bool)
-
setGrantTypeIf
void setGrantTypeIf(GrantType grantType, Predicate<GrantType> bool, Array<Supplier<GrantType>> grantTypes)
-
setGrantTypeIfNot
void setGrantTypeIfNot(GrantType grantType, Predicate<GrantType> bool)
-
setGrantTypeIfNot
void setGrantTypeIfNot(GrantType grantType, Predicate<GrantType> bool, Array<Supplier<GrantType>> grantTypes)
-
setGrantTypeIf
void setGrantTypeIf(UnaryOperator<GrantType> grantType)
-
setGrantEntryIf
void setGrantEntryIf(Long grantEntry, boolean bool)
-
setGrantEntryIf
void setGrantEntryIf(Supplier<Long> grantEntry, boolean bool)
-
setGrantEntryIf
void setGrantEntryIf(Long grantEntry, Predicate<Long> bool)
-
setGrantEntryIf
void setGrantEntryIf(Long grantEntry, Predicate<Long> bool, Array<Supplier<Long>> grantEntrys)
-
setGrantEntryIfNot
void setGrantEntryIfNot(Long grantEntry, Predicate<Long> bool)
-
setGrantEntryIfNot
void setGrantEntryIfNot(Long grantEntry, Predicate<Long> bool, Array<Supplier<Long>> grantEntrys)
-
setGrantEntryIf
void setGrantEntryIf(UnaryOperator<Long> grantEntry)
-
setCreateDtIf
void setCreateDtIf(LocalDateTime createDt, boolean bool)
-
setCreateDtIf
void setCreateDtIf(Supplier<LocalDateTime> createDt, boolean bool)
-
setCreateDtIf
void setCreateDtIf(LocalDateTime createDt, Predicate<LocalDateTime> bool)
-
setCreateDtIf
void setCreateDtIf(LocalDateTime createDt, Predicate<LocalDateTime> bool, Array<Supplier<LocalDateTime>> createDts)
-
setCreateDtIfNot
void setCreateDtIfNot(LocalDateTime createDt, Predicate<LocalDateTime> bool)
-
setCreateDtIfNot
void setCreateDtIfNot(LocalDateTime createDt, Predicate<LocalDateTime> bool, Array<Supplier<LocalDateTime>> createDts)
-
setCreateDtIf
void setCreateDtIf(UnaryOperator<LocalDateTime> createDt)
-
setCommitIdIf
void setCommitIdIf(Long commitId, boolean bool)
-
setCommitIdIf
void setCommitIdIf(Supplier<Long> commitId, boolean bool)
-
setCommitIdIf
void setCommitIdIf(Long commitId, Predicate<Long> bool)
-
setCommitIdIf
void setCommitIdIf(Long commitId, Predicate<Long> bool, Array<Supplier<Long>> commitIds)
-
setCommitIdIfNot
void setCommitIdIfNot(Long commitId, Predicate<Long> bool)
-
setCommitIdIfNot
void setCommitIdIfNot(Long commitId, Predicate<Long> bool, Array<Supplier<Long>> commitIds)
-
setCommitIdIf
void setCommitIdIf(UnaryOperator<Long> commitId)
-
hashCode
int hashCode()
-
from
void from(IWinRoleGrant from)
Load data from another generated Record/POJO implementing the common interface IWinRoleGrant
-
into
<E extends IWinRoleGrant> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinRoleGrant
-
-
-
-