Class WinRoleGrantRecord
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable,java.sql.SQLData,org.jooq.Attachable,org.jooq.Fields,org.jooq.Formattable,org.jooq.QualifiedRecord,org.jooq.Record,org.jooq.Record5,org.jooq.TableRecord,org.jooq.UpdatableRecord,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 WinRoleGrantRecord extends UpdatableRecordImpl<R> implements Record5<T1, T2, T3, T4, T5>, IWinRoleGrant
The table
wings.win_role_grant.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description WinRoleGrantRecord()Create a detached WinRoleGrantRecord WinRoleGrantRecord(Long referRole, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)Create a detached, initialised WinRoleGrantRecord WinRoleGrantRecord(WinRoleGrant value)Create a detached, initialised WinRoleGrantRecord
-
Method Summary
Modifier and Type Method Description voidsetReferRole(Long value)Setter for win_role_grant.refer_role.LonggetReferRole()Getter for win_role_grant.refer_role.voidsetGrantType(GrantType value)Setter for win_role_grant.grant_type.GrantTypegetGrantType()Getter for win_role_grant.grant_type.voidsetGrantEntry(Long value)Setter for win_role_grant.grant_entry.LonggetGrantEntry()Getter for win_role_grant.grant_entry.voidsetCreateDt(LocalDateTime value)Setter for win_role_grant.create_dt.LocalDateTimegetCreateDt()Getter for win_role_grant.create_dt.voidsetCommitId(Long value)Setter for win_role_grant.commit_id.LonggetCommitId()Getter for win_role_grant.commit_id.Record3<Long, GrantType, Long>key()Row5<Long, GrantType, Long, LocalDateTime, Long>fieldsRow()Row5<Long, GrantType, Long, LocalDateTime, Long>valuesRow()Field<Long>field1()Field<GrantType>field2()Field<Long>field3()Field<LocalDateTime>field4()Field<Long>field5()Longcomponent1()GrantTypecomponent2()Longcomponent3()LocalDateTimecomponent4()Longcomponent5()Longvalue1()GrantTypevalue2()Longvalue3()LocalDateTimevalue4()Longvalue5()WinRoleGrantRecordvalue1(Long value)WinRoleGrantRecordvalue2(GrantType value)WinRoleGrantRecordvalue3(Long value)WinRoleGrantRecordvalue4(LocalDateTime value)WinRoleGrantRecordvalue5(Long value)WinRoleGrantRecordvalues(Long value1, GrantType value2, Long value3, LocalDateTime value4, Long value5)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 org.jooq.impl.AbstractQualifiedRecord
getQualifier, getSQLTypeName, readSQL, with, writeSQL -
Methods inherited from class org.jooq.impl.UpdatableRecordImpl
children, copy, delete, fetchChild, fetchChildren, merge, refresh, store, update -
Methods inherited from class org.jooq.Record5
with -
Methods inherited from class org.jooq.impl.TableRecordImpl
fetchParent, getTable, insert, original, parent -
Methods inherited from class org.jooq.impl.AbstractRecord
changed, changed, compareTo, dataType, dataTypes, field, field, fieldStream, fields, format, formatCSV, formatChart, formatHTML, formatInsert, formatJSON, formatXML, from, fromArray, fromMap, get, get, get, getValue, getValue, getValue, indexOf, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, intoXML, intoXML, map, original, original, original, reset, size, toString, type, types, with -
Methods inherited from class org.jooq.impl.AbstractStore
equals, hashCode -
Methods inherited from class org.jooq.impl.AbstractFormattable
attach, configuration, detach, format, formatCSV, formatChart, formatHTML, formatInsert, formatJSON, formatXML -
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
-
WinRoleGrantRecord
WinRoleGrantRecord()
Create a detached WinRoleGrantRecord
-
WinRoleGrantRecord
WinRoleGrantRecord(Long referRole, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)
Create a detached, initialised WinRoleGrantRecord
-
WinRoleGrantRecord
WinRoleGrantRecord(WinRoleGrant value)
Create a detached, initialised WinRoleGrantRecord
-
-
Method Detail
-
setReferRole
void setReferRole(Long value)
Setter for
win_role_grant.refer_role.
-
getReferRole
Long getReferRole()
Getter for
win_role_grant.refer_role.
-
setGrantType
void setGrantType(GrantType value)
Setter for
win_role_grant.grant_type.
-
getGrantType
GrantType getGrantType()
Getter for
win_role_grant.grant_type.
-
setGrantEntry
void setGrantEntry(Long value)
Setter for
win_role_grant.grant_entry.
-
getGrantEntry
Long getGrantEntry()
Getter for
win_role_grant.grant_entry.
-
setCreateDt
void setCreateDt(LocalDateTime value)
Setter for
win_role_grant.create_dt.
-
getCreateDt
LocalDateTime getCreateDt()
Getter for
win_role_grant.create_dt.
-
setCommitId
void setCommitId(Long value)
Setter for
win_role_grant.commit_id.
-
getCommitId
Long getCommitId()
Getter for
win_role_grant.commit_id.
-
field4
Field<LocalDateTime> field4()
-
component1
Long component1()
-
component2
GrantType component2()
-
component3
Long component3()
-
component4
LocalDateTime component4()
-
component5
Long component5()
-
value4
LocalDateTime value4()
-
value1
WinRoleGrantRecord value1(Long value)
-
value2
WinRoleGrantRecord value2(GrantType value)
-
value3
WinRoleGrantRecord value3(Long value)
-
value4
WinRoleGrantRecord value4(LocalDateTime value)
-
value5
WinRoleGrantRecord value5(Long value)
-
values
WinRoleGrantRecord values(Long value1, GrantType value2, Long value3, LocalDateTime value4, Long value5)
-
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
-
-
-
-