Class WinPermEntryRecord
-
- 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.Record8,org.jooq.TableRecord,org.jooq.UpdatableRecord,pro.fessional.wings.faceless.service.journal.JournalAware,pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinPermEntry
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinPermEntryRecord extends UpdatableRecordImpl<R> implements Record8<T1, T2, T3, T4, T5, T6, T7, T8>, IWinPermEntry
The table
wings.win_perm_entry.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description WinPermEntryRecord()Create a detached WinPermEntryRecord WinPermEntryRecord(Long id, LocalDateTime createDt, LocalDateTime modifyDt, LocalDateTime deleteDt, Long commitId, String scopes, String action, String remark)Create a detached, initialised WinPermEntryRecord WinPermEntryRecord(WinPermEntry value)Create a detached, initialised WinPermEntryRecord
-
Method Summary
Modifier and Type Method Description voidsetId(Long value)Setter for win_perm_entry.id.LonggetId()Getter for win_perm_entry.id.voidsetCreateDt(LocalDateTime value)Setter for win_perm_entry.create_dt.LocalDateTimegetCreateDt()Getter for win_perm_entry.create_dt.voidsetModifyDt(LocalDateTime value)Setter for win_perm_entry.modify_dt.LocalDateTimegetModifyDt()Getter for win_perm_entry.modify_dt.voidsetDeleteDt(LocalDateTime value)Setter for win_perm_entry.delete_dt.LocalDateTimegetDeleteDt()Getter for win_perm_entry.delete_dt.voidsetCommitId(Long value)Setter for win_perm_entry.commit_id.LonggetCommitId()Getter for win_perm_entry.commit_id.voidsetScopes(String value)Setter for win_perm_entry.scopes.StringgetScopes()Getter for win_perm_entry.scopes.voidsetAction(String value)Setter for win_perm_entry.action.StringgetAction()Getter for win_perm_entry.action.voidsetRemark(String value)Setter for win_perm_entry.remark.StringgetRemark()Getter for win_perm_entry.remark.Record1<Long>key()Row8<Long, LocalDateTime, LocalDateTime, LocalDateTime, Long, String, String, String>fieldsRow()Row8<Long, LocalDateTime, LocalDateTime, LocalDateTime, Long, String, String, String>valuesRow()Field<Long>field1()Field<LocalDateTime>field2()Field<LocalDateTime>field3()Field<LocalDateTime>field4()Field<Long>field5()Field<String>field6()Field<String>field7()Field<String>field8()Longcomponent1()LocalDateTimecomponent2()LocalDateTimecomponent3()LocalDateTimecomponent4()Longcomponent5()Stringcomponent6()Stringcomponent7()Stringcomponent8()Longvalue1()LocalDateTimevalue2()LocalDateTimevalue3()LocalDateTimevalue4()Longvalue5()Stringvalue6()Stringvalue7()Stringvalue8()WinPermEntryRecordvalue1(Long value)WinPermEntryRecordvalue2(LocalDateTime value)WinPermEntryRecordvalue3(LocalDateTime value)WinPermEntryRecordvalue4(LocalDateTime value)WinPermEntryRecordvalue5(Long value)WinPermEntryRecordvalue6(String value)WinPermEntryRecordvalue7(String value)WinPermEntryRecordvalue8(String value)WinPermEntryRecordvalues(Long value1, LocalDateTime value2, LocalDateTime value3, LocalDateTime value4, Long value5, String value6, String value7, String value8)voidfrom(IWinPermEntry from)Load data from another generated Record/POJO implementing the common interface IWinPermEntry <E extends IWinPermEntry> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinPermEntry -
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.Record8
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
-
WinPermEntryRecord
WinPermEntryRecord()
Create a detached WinPermEntryRecord
-
WinPermEntryRecord
WinPermEntryRecord(Long id, LocalDateTime createDt, LocalDateTime modifyDt, LocalDateTime deleteDt, Long commitId, String scopes, String action, String remark)
Create a detached, initialised WinPermEntryRecord
-
WinPermEntryRecord
WinPermEntryRecord(WinPermEntry value)
Create a detached, initialised WinPermEntryRecord
-
-
Method Detail
-
setCreateDt
void setCreateDt(LocalDateTime value)
Setter for
win_perm_entry.create_dt.
-
getCreateDt
LocalDateTime getCreateDt()
Getter for
win_perm_entry.create_dt.
-
setModifyDt
void setModifyDt(LocalDateTime value)
Setter for
win_perm_entry.modify_dt.
-
getModifyDt
LocalDateTime getModifyDt()
Getter for
win_perm_entry.modify_dt.
-
setDeleteDt
void setDeleteDt(LocalDateTime value)
Setter for
win_perm_entry.delete_dt.
-
getDeleteDt
LocalDateTime getDeleteDt()
Getter for
win_perm_entry.delete_dt.
-
setCommitId
void setCommitId(Long value)
Setter for
win_perm_entry.commit_id.
-
getCommitId
Long getCommitId()
Getter for
win_perm_entry.commit_id.
-
fieldsRow
Row8<Long, LocalDateTime, LocalDateTime, LocalDateTime, Long, String, String, String> fieldsRow()
-
valuesRow
Row8<Long, LocalDateTime, LocalDateTime, LocalDateTime, Long, String, String, String> valuesRow()
-
field2
Field<LocalDateTime> field2()
-
field3
Field<LocalDateTime> field3()
-
field4
Field<LocalDateTime> field4()
-
component1
Long component1()
-
component2
LocalDateTime component2()
-
component3
LocalDateTime component3()
-
component4
LocalDateTime component4()
-
component5
Long component5()
-
component6
String component6()
-
component7
String component7()
-
component8
String component8()
-
value2
LocalDateTime value2()
-
value3
LocalDateTime value3()
-
value4
LocalDateTime value4()
-
value1
WinPermEntryRecord value1(Long value)
-
value2
WinPermEntryRecord value2(LocalDateTime value)
-
value3
WinPermEntryRecord value3(LocalDateTime value)
-
value4
WinPermEntryRecord value4(LocalDateTime value)
-
value5
WinPermEntryRecord value5(Long value)
-
value6
WinPermEntryRecord value6(String value)
-
value7
WinPermEntryRecord value7(String value)
-
value8
WinPermEntryRecord value8(String value)
-
values
WinPermEntryRecord values(Long value1, LocalDateTime value2, LocalDateTime value3, LocalDateTime value4, Long value5, String value6, String value7, String value8)
-
from
void from(IWinPermEntry from)
Load data from another generated Record/POJO implementing the common interface IWinPermEntry
-
into
<E extends IWinPermEntry> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinPermEntry
-
-
-
-