Class WinUserGrant
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.wings.faceless.service.journal.JournalAware,pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinUserGrant
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.9"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinUserGrant implements IWinUserGrant
The table
wings.win_user_grant.
-
-
Field Summary
Fields Modifier and Type Field Description public LongreferUserpublic GrantTypegrantTypepublic LonggrantEntrypublic LocalDateTimecreateDtpublic LongcommitId
-
Constructor Summary
Constructors Constructor Description WinUserGrant()WinUserGrant(IWinUserGrant value)WinUserGrant(Long referUser, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)
-
Method Summary
Modifier and Type Method Description LonggetReferUser()Getter for win_user_grant.refer_user.voidsetReferUser(Long referUser)Setter for win_user_grant.refer_user.GrantTypegetGrantType()Getter for win_user_grant.grant_type.voidsetGrantType(GrantType grantType)Setter for win_user_grant.grant_type.LonggetGrantEntry()Getter for win_user_grant.grant_entry.voidsetGrantEntry(Long grantEntry)Setter for win_user_grant.grant_entry.LocalDateTimegetCreateDt()Getter for win_user_grant.create_dt.voidsetCreateDt(LocalDateTime createDt)Setter for win_user_grant.create_dt.LonggetCommitId()Getter for win_user_grant.commit_id.voidsetCommitId(Long commitId)Setter for win_user_grant.commit_id.voidsetReferUserIf(Long referUser, boolean bool)voidsetReferUserIf(Supplier<Long> referUser, boolean bool)voidsetReferUserIf(Long referUser, Predicate<Long> bool)voidsetReferUserIf(Long referUser, Predicate<Long> bool, Array<Supplier<Long>> referUsers)voidsetReferUserIfNot(Long referUser, Predicate<Long> bool)voidsetReferUserIfNot(Long referUser, Predicate<Long> bool, Array<Supplier<Long>> referUsers)voidsetReferUserIf(UnaryOperator<Long> referUser)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(IWinUserGrant from)Load data from another generated Record/POJO implementing the common interface IWinUserGrant <E extends IWinUserGrant> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinUserGrant -
Methods inherited from class pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinUserGrant
setCommitId, setCreateDt, setGrantEntry, setGrantType, setReferUser -
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
-
WinUserGrant
WinUserGrant()
-
WinUserGrant
WinUserGrant(IWinUserGrant value)
-
WinUserGrant
WinUserGrant(Long referUser, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)
-
-
Method Detail
-
getReferUser
Long getReferUser()
Getter for
win_user_grant.refer_user.
-
setReferUser
void setReferUser(Long referUser)
Setter for
win_user_grant.refer_user.
-
getGrantType
GrantType getGrantType()
Getter for
win_user_grant.grant_type.
-
setGrantType
void setGrantType(GrantType grantType)
Setter for
win_user_grant.grant_type.
-
getGrantEntry
Long getGrantEntry()
Getter for
win_user_grant.grant_entry.
-
setGrantEntry
void setGrantEntry(Long grantEntry)
Setter for
win_user_grant.grant_entry.
-
getCreateDt
LocalDateTime getCreateDt()
Getter for
win_user_grant.create_dt.
-
setCreateDt
void setCreateDt(LocalDateTime createDt)
Setter for
win_user_grant.create_dt.
-
getCommitId
Long getCommitId()
Getter for
win_user_grant.commit_id.
-
setCommitId
void setCommitId(Long commitId)
Setter for
win_user_grant.commit_id.
-
setReferUserIf
void setReferUserIf(Long referUser, boolean bool)
-
setReferUserIf
void setReferUserIf(Supplier<Long> referUser, boolean bool)
-
setReferUserIf
void setReferUserIf(Long referUser, Predicate<Long> bool)
-
setReferUserIf
void setReferUserIf(Long referUser, Predicate<Long> bool, Array<Supplier<Long>> referUsers)
-
setReferUserIfNot
void setReferUserIfNot(Long referUser, Predicate<Long> bool)
-
setReferUserIfNot
void setReferUserIfNot(Long referUser, Predicate<Long> bool, Array<Supplier<Long>> referUsers)
-
setReferUserIf
void setReferUserIf(UnaryOperator<Long> referUser)
-
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(IWinUserGrant from)
Load data from another generated Record/POJO implementing the common interface IWinUserGrant
-
into
<E extends IWinUserGrant> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinUserGrant
-
-
-
-