Class WinUserGrantRecord
-
- 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.IWinUserGrant
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinUserGrantRecord extends UpdatableRecordImpl<R> implements Record5<T1, T2, T3, T4, T5>, IWinUserGrant
The table
wings.win_user_grant.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description WinUserGrantRecord()Create a detached WinUserGrantRecord WinUserGrantRecord(Long referUser, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)Create a detached, initialised WinUserGrantRecord WinUserGrantRecord(WinUserGrant value)Create a detached, initialised WinUserGrantRecord
-
Method Summary
Modifier and Type Method Description voidsetReferUser(Long value)Setter for win_user_grant.refer_user.LonggetReferUser()Getter for win_user_grant.refer_user.voidsetGrantType(GrantType value)Setter for win_user_grant.grant_type.GrantTypegetGrantType()Getter for win_user_grant.grant_type.voidsetGrantEntry(Long value)Setter for win_user_grant.grant_entry.LonggetGrantEntry()Getter for win_user_grant.grant_entry.voidsetCreateDt(LocalDateTime value)Setter for win_user_grant.create_dt.LocalDateTimegetCreateDt()Getter for win_user_grant.create_dt.voidsetCommitId(Long value)Setter for win_user_grant.commit_id.LonggetCommitId()Getter for win_user_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()WinUserGrantRecordvalue1(Long value)WinUserGrantRecordvalue2(GrantType value)WinUserGrantRecordvalue3(Long value)WinUserGrantRecordvalue4(LocalDateTime value)WinUserGrantRecordvalue5(Long value)WinUserGrantRecordvalues(Long value1, GrantType value2, Long value3, LocalDateTime value4, Long value5)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 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
-
WinUserGrantRecord
WinUserGrantRecord()
Create a detached WinUserGrantRecord
-
WinUserGrantRecord
WinUserGrantRecord(Long referUser, GrantType grantType, Long grantEntry, LocalDateTime createDt, Long commitId)
Create a detached, initialised WinUserGrantRecord
-
WinUserGrantRecord
WinUserGrantRecord(WinUserGrant value)
Create a detached, initialised WinUserGrantRecord
-
-
Method Detail
-
setReferUser
void setReferUser(Long value)
Setter for
win_user_grant.refer_user.
-
getReferUser
Long getReferUser()
Getter for
win_user_grant.refer_user.
-
setGrantType
void setGrantType(GrantType value)
Setter for
win_user_grant.grant_type.
-
getGrantType
GrantType getGrantType()
Getter for
win_user_grant.grant_type.
-
setGrantEntry
void setGrantEntry(Long value)
Setter for
win_user_grant.grant_entry.
-
getGrantEntry
Long getGrantEntry()
Getter for
win_user_grant.grant_entry.
-
setCreateDt
void setCreateDt(LocalDateTime value)
Setter for
win_user_grant.create_dt.
-
getCreateDt
LocalDateTime getCreateDt()
Getter for
win_user_grant.create_dt.
-
setCommitId
void setCommitId(Long value)
Setter for
win_user_grant.commit_id.
-
getCommitId
Long getCommitId()
Getter for
win_user_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
WinUserGrantRecord value1(Long value)
-
value2
WinUserGrantRecord value2(GrantType value)
-
value3
WinUserGrantRecord value3(Long value)
-
value4
WinUserGrantRecord value4(LocalDateTime value)
-
value5
WinUserGrantRecord value5(Long value)
-
values
WinUserGrantRecord values(Long value1, GrantType value2, Long value3, LocalDateTime value4, Long value5)
-
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
-
-
-
-