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