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.9"", ""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, Boolean enabled, String current, String previous, String initial, String outline, 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.BooleangetEnabled()Getter for win_conf_runtime.enabled.voidsetEnabled(Boolean enabled)Setter for win_conf_runtime.enabled.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.StringgetOutline()Getter for win_conf_runtime.outline.voidsetOutline(String outline)Setter for win_conf_runtime.outline.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.voidsetKeyIf(String key, boolean bool)voidsetKeyIf(Supplier<String> key, boolean bool)voidsetKeyIf(String key, Predicate<String> bool)voidsetKeyIf(String key, Predicate<String> bool, Array<Supplier<String>> keys)voidsetKeyIfNot(String key, Predicate<String> bool)voidsetKeyIfNot(String key, Predicate<String> bool, Array<Supplier<String>> keys)voidsetKeyIf(UnaryOperator<String> key)voidsetEnabledIf(Boolean enabled, boolean bool)voidsetEnabledIf(Supplier<Boolean> enabled, boolean bool)voidsetEnabledIf(Boolean enabled, Predicate<Boolean> bool)voidsetEnabledIf(Boolean enabled, Predicate<Boolean> bool, Array<Supplier<Boolean>> enableds)voidsetEnabledIfNot(Boolean enabled, Predicate<Boolean> bool)voidsetEnabledIfNot(Boolean enabled, Predicate<Boolean> bool, Array<Supplier<Boolean>> enableds)voidsetEnabledIf(UnaryOperator<Boolean> enabled)voidsetCurrentIf(String current, boolean bool)voidsetCurrentIf(Supplier<String> current, boolean bool)voidsetCurrentIf(String current, Predicate<String> bool)voidsetCurrentIf(String current, Predicate<String> bool, Array<Supplier<String>> currents)voidsetCurrentIfNot(String current, Predicate<String> bool)voidsetCurrentIfNot(String current, Predicate<String> bool, Array<Supplier<String>> currents)voidsetCurrentIf(UnaryOperator<String> current)voidsetPreviousIf(String previous, boolean bool)voidsetPreviousIf(Supplier<String> previous, boolean bool)voidsetPreviousIf(String previous, Predicate<String> bool)voidsetPreviousIf(String previous, Predicate<String> bool, Array<Supplier<String>> previouss)voidsetPreviousIfNot(String previous, Predicate<String> bool)voidsetPreviousIfNot(String previous, Predicate<String> bool, Array<Supplier<String>> previouss)voidsetPreviousIf(UnaryOperator<String> previous)voidsetInitialIf(String initial, boolean bool)voidsetInitialIf(Supplier<String> initial, boolean bool)voidsetInitialIf(String initial, Predicate<String> bool)voidsetInitialIf(String initial, Predicate<String> bool, Array<Supplier<String>> initials)voidsetInitialIfNot(String initial, Predicate<String> bool)voidsetInitialIfNot(String initial, Predicate<String> bool, Array<Supplier<String>> initials)voidsetInitialIf(UnaryOperator<String> initial)voidsetOutlineIf(String outline, boolean bool)voidsetOutlineIf(Supplier<String> outline, boolean bool)voidsetOutlineIf(String outline, Predicate<String> bool)voidsetOutlineIf(String outline, Predicate<String> bool, Array<Supplier<String>> outlines)voidsetOutlineIfNot(String outline, Predicate<String> bool)voidsetOutlineIfNot(String outline, Predicate<String> bool, Array<Supplier<String>> outlines)voidsetOutlineIf(UnaryOperator<String> outline)voidsetCommentIf(String comment, boolean bool)voidsetCommentIf(Supplier<String> comment, boolean bool)voidsetCommentIf(String comment, Predicate<String> bool)voidsetCommentIf(String comment, Predicate<String> bool, Array<Supplier<String>> comments)voidsetCommentIfNot(String comment, Predicate<String> bool)voidsetCommentIfNot(String comment, Predicate<String> bool, Array<Supplier<String>> comments)voidsetCommentIf(UnaryOperator<String> comment)voidsetHandlerIf(String handler, boolean bool)voidsetHandlerIf(Supplier<String> handler, boolean bool)voidsetHandlerIf(String handler, Predicate<String> bool)voidsetHandlerIf(String handler, Predicate<String> bool, Array<Supplier<String>> handlers)voidsetHandlerIfNot(String handler, Predicate<String> bool)voidsetHandlerIfNot(String handler, Predicate<String> bool, Array<Supplier<String>> handlers)voidsetHandlerIf(UnaryOperator<String> 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, setEnabled, setHandler, setInitial, setKey, setOutline, setPrevious -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEnabled
Boolean getEnabled()
Getter for
win_conf_runtime.enabled.
-
setEnabled
void setEnabled(Boolean enabled)
Setter for
win_conf_runtime.enabled.
-
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.
-
getOutline
String getOutline()
Getter for
win_conf_runtime.outline.
-
setOutline
void setOutline(String outline)
Setter for
win_conf_runtime.outline.
-
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.
-
setKeyIfNot
void setKeyIfNot(String key, Predicate<String> bool)
-
setKeyIf
void setKeyIf(UnaryOperator<String> key)
-
setEnabledIf
void setEnabledIf(Boolean enabled, boolean bool)
-
setEnabledIf
void setEnabledIf(Supplier<Boolean> enabled, boolean bool)
-
setEnabledIf
void setEnabledIf(Boolean enabled, Predicate<Boolean> bool)
-
setEnabledIf
void setEnabledIf(Boolean enabled, Predicate<Boolean> bool, Array<Supplier<Boolean>> enableds)
-
setEnabledIfNot
void setEnabledIfNot(Boolean enabled, Predicate<Boolean> bool)
-
setEnabledIfNot
void setEnabledIfNot(Boolean enabled, Predicate<Boolean> bool, Array<Supplier<Boolean>> enableds)
-
setEnabledIf
void setEnabledIf(UnaryOperator<Boolean> enabled)
-
setCurrentIf
void setCurrentIf(String current, boolean bool)
-
setCurrentIf
void setCurrentIf(Supplier<String> current, boolean bool)
-
setCurrentIf
void setCurrentIf(String current, Predicate<String> bool)
-
setCurrentIf
void setCurrentIf(String current, Predicate<String> bool, Array<Supplier<String>> currents)
-
setCurrentIfNot
void setCurrentIfNot(String current, Predicate<String> bool)
-
setCurrentIfNot
void setCurrentIfNot(String current, Predicate<String> bool, Array<Supplier<String>> currents)
-
setCurrentIf
void setCurrentIf(UnaryOperator<String> current)
-
setPreviousIf
void setPreviousIf(String previous, boolean bool)
-
setPreviousIf
void setPreviousIf(Supplier<String> previous, boolean bool)
-
setPreviousIf
void setPreviousIf(String previous, Predicate<String> bool)
-
setPreviousIf
void setPreviousIf(String previous, Predicate<String> bool, Array<Supplier<String>> previouss)
-
setPreviousIfNot
void setPreviousIfNot(String previous, Predicate<String> bool)
-
setPreviousIfNot
void setPreviousIfNot(String previous, Predicate<String> bool, Array<Supplier<String>> previouss)
-
setPreviousIf
void setPreviousIf(UnaryOperator<String> previous)
-
setInitialIf
void setInitialIf(String initial, boolean bool)
-
setInitialIf
void setInitialIf(Supplier<String> initial, boolean bool)
-
setInitialIf
void setInitialIf(String initial, Predicate<String> bool)
-
setInitialIf
void setInitialIf(String initial, Predicate<String> bool, Array<Supplier<String>> initials)
-
setInitialIfNot
void setInitialIfNot(String initial, Predicate<String> bool)
-
setInitialIfNot
void setInitialIfNot(String initial, Predicate<String> bool, Array<Supplier<String>> initials)
-
setInitialIf
void setInitialIf(UnaryOperator<String> initial)
-
setOutlineIf
void setOutlineIf(String outline, boolean bool)
-
setOutlineIf
void setOutlineIf(Supplier<String> outline, boolean bool)
-
setOutlineIf
void setOutlineIf(String outline, Predicate<String> bool)
-
setOutlineIf
void setOutlineIf(String outline, Predicate<String> bool, Array<Supplier<String>> outlines)
-
setOutlineIfNot
void setOutlineIfNot(String outline, Predicate<String> bool)
-
setOutlineIfNot
void setOutlineIfNot(String outline, Predicate<String> bool, Array<Supplier<String>> outlines)
-
setOutlineIf
void setOutlineIf(UnaryOperator<String> outline)
-
setCommentIf
void setCommentIf(String comment, boolean bool)
-
setCommentIf
void setCommentIf(Supplier<String> comment, boolean bool)
-
setCommentIf
void setCommentIf(String comment, Predicate<String> bool)
-
setCommentIf
void setCommentIf(String comment, Predicate<String> bool, Array<Supplier<String>> comments)
-
setCommentIfNot
void setCommentIfNot(String comment, Predicate<String> bool)
-
setCommentIfNot
void setCommentIfNot(String comment, Predicate<String> bool, Array<Supplier<String>> comments)
-
setCommentIf
void setCommentIf(UnaryOperator<String> comment)
-
setHandlerIf
void setHandlerIf(String handler, boolean bool)
-
setHandlerIf
void setHandlerIf(Supplier<String> handler, boolean bool)
-
setHandlerIf
void setHandlerIf(String handler, Predicate<String> bool)
-
setHandlerIf
void setHandlerIf(String handler, Predicate<String> bool, Array<Supplier<String>> handlers)
-
setHandlerIfNot
void setHandlerIfNot(String handler, Predicate<String> bool)
-
setHandlerIfNot
void setHandlerIfNot(String handler, Predicate<String> bool, Array<Supplier<String>> handlers)
-
setHandlerIf
void setHandlerIf(UnaryOperator<String> 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
-
-
-
-