Class WinTaskResultRecord
-
- 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.Record9,org.jooq.TableRecord,org.jooq.UpdatableRecord,pro.fessional.wings.tiny.task.database.autogen.tables.interfaces.IWinTaskResult
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinTaskResultRecord extends UpdatableRecordImpl<R> implements Record9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, IWinTaskResult
The table
wings.win_task_result.
-
-
Field Summary
Fields Modifier and Type Field Description public final RecordQualifier<R>qualifier
-
Constructor Summary
Constructors Constructor Description WinTaskResultRecord()Create a detached WinTaskResultRecord WinTaskResultRecord(Long id, Long taskId, String taskApp, Integer taskPid, String taskMsg, LocalDateTime timeExec, LocalDateTime timeFail, LocalDateTime timeDone, Integer timeCost)Create a detached, initialised WinTaskResultRecord WinTaskResultRecord(WinTaskResult value)Create a detached, initialised WinTaskResultRecord
-
Method Summary
Modifier and Type Method Description voidsetId(Long value)Setter for win_task_result.id.LonggetId()Getter for win_task_result.id.voidsetTaskId(Long value)Setter for win_task_result.task_id.LonggetTaskId()Getter for win_task_result.task_id.voidsetTaskApp(String value)Setter for win_task_result.task_app.StringgetTaskApp()Getter for win_task_result.task_app.voidsetTaskPid(Integer value)Setter for win_task_result.task_pid.IntegergetTaskPid()Getter for win_task_result.task_pid.voidsetTaskMsg(String value)Setter for win_task_result.task_msg.StringgetTaskMsg()Getter for win_task_result.task_msg.voidsetTimeExec(LocalDateTime value)Setter for win_task_result.time_exec.LocalDateTimegetTimeExec()Getter for win_task_result.time_exec.voidsetTimeFail(LocalDateTime value)Setter for win_task_result.time_fail.LocalDateTimegetTimeFail()Getter for win_task_result.time_fail.voidsetTimeDone(LocalDateTime value)Setter for win_task_result.time_done.LocalDateTimegetTimeDone()Getter for win_task_result.time_done.voidsetTimeCost(Integer value)Setter for win_task_result.time_cost.IntegergetTimeCost()Getter for win_task_result.time_cost.Record1<Long>key()Row9<Long, Long, String, Integer, String, LocalDateTime, LocalDateTime, LocalDateTime, Integer>fieldsRow()Row9<Long, Long, String, Integer, String, LocalDateTime, LocalDateTime, LocalDateTime, Integer>valuesRow()Field<Long>field1()Field<Long>field2()Field<String>field3()Field<Integer>field4()Field<String>field5()Field<LocalDateTime>field6()Field<LocalDateTime>field7()Field<LocalDateTime>field8()Field<Integer>field9()Longcomponent1()Longcomponent2()Stringcomponent3()Integercomponent4()Stringcomponent5()LocalDateTimecomponent6()LocalDateTimecomponent7()LocalDateTimecomponent8()Integercomponent9()Longvalue1()Longvalue2()Stringvalue3()Integervalue4()Stringvalue5()LocalDateTimevalue6()LocalDateTimevalue7()LocalDateTimevalue8()Integervalue9()WinTaskResultRecordvalue1(Long value)WinTaskResultRecordvalue2(Long value)WinTaskResultRecordvalue3(String value)WinTaskResultRecordvalue4(Integer value)WinTaskResultRecordvalue5(String value)WinTaskResultRecordvalue6(LocalDateTime value)WinTaskResultRecordvalue7(LocalDateTime value)WinTaskResultRecordvalue8(LocalDateTime value)WinTaskResultRecordvalue9(Integer value)WinTaskResultRecordvalues(Long value1, Long value2, String value3, Integer value4, String value5, LocalDateTime value6, LocalDateTime value7, LocalDateTime value8, Integer value9)voidfrom(IWinTaskResult from)Load data from another generated Record/POJO implementing the common interface IWinTaskResult <E extends IWinTaskResult> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinTaskResult -
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.Record9
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
WinTaskResultRecord
WinTaskResultRecord()
Create a detached WinTaskResultRecord
-
WinTaskResultRecord
WinTaskResultRecord(Long id, Long taskId, String taskApp, Integer taskPid, String taskMsg, LocalDateTime timeExec, LocalDateTime timeFail, LocalDateTime timeDone, Integer timeCost)
Create a detached, initialised WinTaskResultRecord
-
WinTaskResultRecord
WinTaskResultRecord(WinTaskResult value)
Create a detached, initialised WinTaskResultRecord
-
-
Method Detail
-
setTaskApp
void setTaskApp(String value)
Setter for
win_task_result.task_app.
-
getTaskApp
String getTaskApp()
Getter for
win_task_result.task_app.
-
setTaskPid
void setTaskPid(Integer value)
Setter for
win_task_result.task_pid.
-
getTaskPid
Integer getTaskPid()
Getter for
win_task_result.task_pid.
-
setTaskMsg
void setTaskMsg(String value)
Setter for
win_task_result.task_msg.
-
getTaskMsg
String getTaskMsg()
Getter for
win_task_result.task_msg.
-
setTimeExec
void setTimeExec(LocalDateTime value)
Setter for
win_task_result.time_exec.
-
getTimeExec
LocalDateTime getTimeExec()
Getter for
win_task_result.time_exec.
-
setTimeFail
void setTimeFail(LocalDateTime value)
Setter for
win_task_result.time_fail.
-
getTimeFail
LocalDateTime getTimeFail()
Getter for
win_task_result.time_fail.
-
setTimeDone
void setTimeDone(LocalDateTime value)
Setter for
win_task_result.time_done.
-
getTimeDone
LocalDateTime getTimeDone()
Getter for
win_task_result.time_done.
-
setTimeCost
void setTimeCost(Integer value)
Setter for
win_task_result.time_cost.
-
getTimeCost
Integer getTimeCost()
Getter for
win_task_result.time_cost.
-
fieldsRow
Row9<Long, Long, String, Integer, String, LocalDateTime, LocalDateTime, LocalDateTime, Integer> fieldsRow()
-
valuesRow
Row9<Long, Long, String, Integer, String, LocalDateTime, LocalDateTime, LocalDateTime, Integer> valuesRow()
-
field6
Field<LocalDateTime> field6()
-
field7
Field<LocalDateTime> field7()
-
field8
Field<LocalDateTime> field8()
-
component1
Long component1()
-
component2
Long component2()
-
component3
String component3()
-
component4
Integer component4()
-
component5
String component5()
-
component6
LocalDateTime component6()
-
component7
LocalDateTime component7()
-
component8
LocalDateTime component8()
-
component9
Integer component9()
-
value6
LocalDateTime value6()
-
value7
LocalDateTime value7()
-
value8
LocalDateTime value8()
-
value1
WinTaskResultRecord value1(Long value)
-
value2
WinTaskResultRecord value2(Long value)
-
value3
WinTaskResultRecord value3(String value)
-
value4
WinTaskResultRecord value4(Integer value)
-
value5
WinTaskResultRecord value5(String value)
-
value6
WinTaskResultRecord value6(LocalDateTime value)
-
value7
WinTaskResultRecord value7(LocalDateTime value)
-
value8
WinTaskResultRecord value8(LocalDateTime value)
-
value9
WinTaskResultRecord value9(Integer value)
-
values
WinTaskResultRecord values(Long value1, Long value2, String value3, Integer value4, String value5, LocalDateTime value6, LocalDateTime value7, LocalDateTime value8, Integer value9)
-
from
void from(IWinTaskResult from)
Load data from another generated Record/POJO implementing the common interface IWinTaskResult
-
into
<E extends IWinTaskResult> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinTaskResult
-
-
-
-