@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class VFragment extends Object implements IVFragment
This class is generated by jOOQ.
| Constructor and Description |
|---|
VFragment() |
VFragment(io.vertx.core.json.JsonObject json) |
VFragment(String key,
String container,
String notice,
String buttonConnect,
String buttonGroup,
String modal,
Integer grid,
String config) |
VFragment(VFragment value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IVFragment from)
Load data from another generated Record/POJO implementing the common interface IVFragment
|
String |
getButtonConnect()
Getter for
DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. |
String |
getButtonGroup()
Getter for
DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. |
String |
getConfig()
Getter for
DB_ETERNAL.V_FRAGMENT.CONFIG. |
String |
getContainer()
Getter for
DB_ETERNAL.V_FRAGMENT.CONTAINER. |
Integer |
getGrid()
Getter for
DB_ETERNAL.V_FRAGMENT.GRID. |
String |
getKey()
Getter for
DB_ETERNAL.V_FRAGMENT.KEY. |
String |
getModal()
Getter for
DB_ETERNAL.V_FRAGMENT.MODAL. |
String |
getNotice()
Getter for
DB_ETERNAL.V_FRAGMENT.NOTICE. |
<E extends IVFragment> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IVFragment
|
VFragment |
setButtonConnect(String buttonConnect)
Setter for
DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. |
VFragment |
setButtonGroup(String buttonGroup)
Setter for
DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. |
VFragment |
setConfig(String config)
Setter for
DB_ETERNAL.V_FRAGMENT.CONFIG. |
VFragment |
setContainer(String container)
Setter for
DB_ETERNAL.V_FRAGMENT.CONTAINER. |
VFragment |
setGrid(Integer grid)
Setter for
DB_ETERNAL.V_FRAGMENT.GRID. |
VFragment |
setKey(String key)
Setter for
DB_ETERNAL.V_FRAGMENT.KEY. |
VFragment |
setModal(String modal)
Setter for
DB_ETERNAL.V_FRAGMENT.MODAL. |
VFragment |
setNotice(String notice)
Setter for
DB_ETERNAL.V_FRAGMENT.NOTICE. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic VFragment()
public VFragment(VFragment value)
public VFragment(String key, String container, String notice, String buttonConnect, String buttonGroup, String modal, Integer grid, String config)
public VFragment(io.vertx.core.json.JsonObject json)
public String getKey()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.KEY. 「key」- 选项主键
getKey in interface IVFragmentpublic VFragment setKey(String key)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.KEY. 「key」- 选项主键
setKey in interface IVFragmentpublic String getContainer()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.CONTAINER. 「container」- 容器专用格式
getContainer in interface IVFragmentpublic VFragment setContainer(String container)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.CONTAINER. 「container」- 容器专用格式
setContainer in interface IVFragmentpublic String getNotice()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.NOTICE. 「notice」- notice选项,Alert结构
getNotice in interface IVFragmentpublic VFragment setNotice(String notice)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.NOTICE. 「notice」- notice选项,Alert结构
setNotice in interface IVFragmentpublic String getButtonConnect()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. 「buttonConnect」- 按钮的ID(单按钮)
getButtonConnect in interface IVFragmentpublic VFragment setButtonConnect(String buttonConnect)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.BUTTON_CONNECT. 「buttonConnect」- 按钮的ID(单按钮)
setButtonConnect in interface IVFragmentpublic String getButtonGroup()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. 「buttonGroup」- 一组按钮配置
getButtonGroup in interface IVFragmentpublic VFragment setButtonGroup(String buttonGroup)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.BUTTON_GROUP. 「buttonGroup」- 一组按钮配置
setButtonGroup in interface IVFragmentpublic String getModal()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.MODAL. 「modal」- modal选项,Model专用结构
getModal in interface IVFragmentpublic VFragment setModal(String modal)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.MODAL. 「modal」- modal选项,Model专用结构
setModal in interface IVFragmentpublic Integer getGrid()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.GRID. 「grid」- grid选项(分区面板专用)
getGrid in interface IVFragmentpublic VFragment setGrid(Integer grid)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.GRID. 「grid」- grid选项(分区面板专用)
setGrid in interface IVFragmentpublic String getConfig()
IVFragmentGetter for DB_ETERNAL.V_FRAGMENT.CONFIG. 「config」- 根目录开始的基本配置
getConfig in interface IVFragmentpublic VFragment setConfig(String config)
IVFragmentSetter for DB_ETERNAL.V_FRAGMENT.CONFIG. 「config」- 根目录开始的基本配置
setConfig in interface IVFragmentpublic void from(IVFragment from)
Load data from another generated Record/POJO implementing the common interface IVFragment
from in interface IVFragmentpublic <E extends IVFragment> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IVFragment
into in interface IVFragmentCopyright © 2021. All rights reserved.