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.7"", ""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.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.
-
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
-
-
-
-