Class WinConfRuntime
-
- All Implemented Interfaces:
-
java.io.Serializable,pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinConfRuntime
@Generated(value = {""https://www.jooq.org"", ""jOOQ version:3.18.7"", ""schema version:2020102701""}, comments = "This class is generated by jOOQ") public class WinConfRuntime implements IWinConfRuntime
The table
wings.win_conf_runtime.
-
-
Constructor Summary
Constructors Constructor Description WinConfRuntime()WinConfRuntime(IWinConfRuntime value)WinConfRuntime(String key, String current, String previous, String initial, String comment, String handler)
-
Method Summary
Modifier and Type Method Description StringgetKey()Getter for win_conf_runtime.key.voidsetKey(String key)Setter for win_conf_runtime.key.StringgetCurrent()Getter for win_conf_runtime.current.voidsetCurrent(String current)Setter for win_conf_runtime.current.StringgetPrevious()Getter for win_conf_runtime.previous.voidsetPrevious(String previous)Setter for win_conf_runtime.previous.StringgetInitial()Getter for win_conf_runtime.initial.voidsetInitial(String initial)Setter for win_conf_runtime.initial.StringgetComment()Getter for win_conf_runtime.comment.voidsetComment(String comment)Setter for win_conf_runtime.comment.StringgetHandler()Getter for win_conf_runtime.handler.voidsetHandler(String handler)Setter for win_conf_runtime.handler.booleanequals(Object obj)inthashCode()StringtoString()voidfrom(IWinConfRuntime from)Load data from another generated Record/POJO implementing the common interface IWinConfRuntime <E extends IWinConfRuntime> Einto(E into)Copy data into another generated Record/POJO implementing the common interface IWinConfRuntime -
Methods inherited from class pro.fessional.wings.warlock.database.autogen.tables.interfaces.IWinConfRuntime
setComment, setCurrent, setHandler, setInitial, setKey, setPrevious -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCurrent
String getCurrent()
Getter for
win_conf_runtime.current.
-
setCurrent
void setCurrent(String current)
Setter for
win_conf_runtime.current.
-
getPrevious
String getPrevious()
Getter for
win_conf_runtime.previous.
-
setPrevious
void setPrevious(String previous)
Setter for
win_conf_runtime.previous.
-
getInitial
String getInitial()
Getter for
win_conf_runtime.initial.
-
setInitial
void setInitial(String initial)
Setter for
win_conf_runtime.initial.
-
getComment
String getComment()
Getter for
win_conf_runtime.comment.
-
setComment
void setComment(String comment)
Setter for
win_conf_runtime.comment.
-
getHandler
String getHandler()
Getter for
win_conf_runtime.handler.
-
setHandler
void setHandler(String handler)
Setter for
win_conf_runtime.handler.
-
hashCode
int hashCode()
-
from
void from(IWinConfRuntime from)
Load data from another generated Record/POJO implementing the common interface IWinConfRuntime
-
into
<E extends IWinConfRuntime> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IWinConfRuntime
-
-
-
-