@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class UiForm extends Object implements IUiForm
| Constructor and Description |
|---|
UiForm() |
UiForm(io.vertx.core.json.JsonObject json) |
UiForm(String key,
String name,
String code,
Integer window,
String hidden,
String row,
String ui,
String type,
Boolean active,
String sigma,
String metadata,
String language,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
UiForm(UiForm value) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IUiForm from)
Load data from another generated Record/POJO implementing the common interface IUiForm
|
Boolean |
getActive()
Getter for
DB_ETERNAL.UI_FORM.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.UI_FORM.CODE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.UI_FORM.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.UI_FORM.CREATED_BY. |
String |
getHidden()
Getter for
DB_ETERNAL.UI_FORM.HIDDEN. |
String |
getKey()
Getter for
DB_ETERNAL.UI_FORM.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.UI_FORM.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.UI_FORM.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.UI_FORM.NAME. |
String |
getRow()
Getter for
DB_ETERNAL.UI_FORM.ROW. |
String |
getSigma()
Getter for
DB_ETERNAL.UI_FORM.SIGMA. |
String |
getType()
Getter for
DB_ETERNAL.UI_FORM.TYPE. |
String |
getUi()
Getter for
DB_ETERNAL.UI_FORM.UI. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.UI_FORM.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.UI_FORM.UPDATED_BY. |
Integer |
getWindow()
Getter for
DB_ETERNAL.UI_FORM.WINDOW. |
<E extends IUiForm> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiForm
|
UiForm |
setActive(Boolean active)
Setter for
DB_ETERNAL.UI_FORM.ACTIVE. |
UiForm |
setCode(String code)
Setter for
DB_ETERNAL.UI_FORM.CODE. |
UiForm |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.UI_FORM.CREATED_AT. |
UiForm |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.UI_FORM.CREATED_BY. |
UiForm |
setHidden(String hidden)
Setter for
DB_ETERNAL.UI_FORM.HIDDEN. |
UiForm |
setKey(String key)
Setter for
DB_ETERNAL.UI_FORM.KEY. |
UiForm |
setLanguage(String language)
Setter for
DB_ETERNAL.UI_FORM.LANGUAGE. |
UiForm |
setMetadata(String metadata)
Setter for
DB_ETERNAL.UI_FORM.METADATA. |
UiForm |
setName(String name)
Setter for
DB_ETERNAL.UI_FORM.NAME. |
UiForm |
setRow(String row)
Setter for
DB_ETERNAL.UI_FORM.ROW. |
UiForm |
setSigma(String sigma)
Setter for
DB_ETERNAL.UI_FORM.SIGMA. |
UiForm |
setType(String type)
Setter for
DB_ETERNAL.UI_FORM.TYPE. |
UiForm |
setUi(String ui)
Setter for
DB_ETERNAL.UI_FORM.UI. |
UiForm |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.UI_FORM.UPDATED_AT. |
UiForm |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.UI_FORM.UPDATED_BY. |
UiForm |
setWindow(Integer window)
Setter for
DB_ETERNAL.UI_FORM.WINDOW. |
String |
toString() |
public UiForm()
public UiForm(UiForm value)
public UiForm(String key, String name, String code, Integer window, String hidden, String row, String ui, String type, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public UiForm(io.vertx.core.json.JsonObject json)
public String getKey()
IUiFormDB_ETERNAL.UI_FORM.KEY. 「key」- 主键public UiForm setKey(String key)
IUiFormDB_ETERNAL.UI_FORM.KEY. 「key」- 主键public String getName()
IUiFormDB_ETERNAL.UI_FORM.NAME. 「name」- 应用程序名称public UiForm setName(String name)
IUiFormDB_ETERNAL.UI_FORM.NAME. 「name」- 应用程序名称public String getCode()
IUiFormDB_ETERNAL.UI_FORM.CODE. 「code」- 应用程序编码public UiForm setCode(String code)
IUiFormDB_ETERNAL.UI_FORM.CODE. 「code」- 应用程序编码public Integer getWindow()
IUiFormDB_ETERNAL.UI_FORM.WINDOW. 「window」- Form对应的窗口配置public UiForm setWindow(Integer window)
IUiFormDB_ETERNAL.UI_FORM.WINDOW. 「window」- Form对应的窗口配置public String getHidden()
IUiFormDB_ETERNAL.UI_FORM.HIDDEN. 「hidden」- 隐藏字段专用配置public UiForm setHidden(String hidden)
IUiFormDB_ETERNAL.UI_FORM.HIDDEN. 「hidden」- 隐藏字段专用配置public String getRow()
IUiFormDB_ETERNAL.UI_FORM.ROW. 「rowConfig/rowClass」- 行专用配置public UiForm setRow(String row)
IUiFormDB_ETERNAL.UI_FORM.ROW. 「rowConfig/rowClass」- 行专用配置public String getUi()
IUiFormDB_ETERNAL.UI_FORM.UI. 「ui」根据UI_FIELD中的内容生成public UiForm setUi(String ui)
IUiFormDB_ETERNAL.UI_FORM.UI. 「ui」根据UI_FIELD中的内容生成public String getType()
IUiFormDB_ETERNAL.UI_FORM.TYPE. 「type」- 表单类型,STANDARD / SUBFORMpublic UiForm setType(String type)
IUiFormDB_ETERNAL.UI_FORM.TYPE. 「type」- 表单类型,STANDARD / SUBFORMpublic Boolean getActive()
IUiFormDB_ETERNAL.UI_FORM.ACTIVE. 「active」- 是否启用public UiForm setActive(Boolean active)
IUiFormDB_ETERNAL.UI_FORM.ACTIVE. 「active」- 是否启用public String getSigma()
IUiFormDB_ETERNAL.UI_FORM.SIGMA. 「sigma」- 统一标识public UiForm setSigma(String sigma)
IUiFormDB_ETERNAL.UI_FORM.SIGMA. 「sigma」- 统一标识public String getMetadata()
IUiFormDB_ETERNAL.UI_FORM.METADATA. 「metadata」- 附加配置getMetadata in interface IUiFormpublic UiForm setMetadata(String metadata)
IUiFormDB_ETERNAL.UI_FORM.METADATA. 「metadata」- 附加配置setMetadata in interface IUiFormpublic String getLanguage()
IUiFormDB_ETERNAL.UI_FORM.LANGUAGE. 「language」- 使用的语言getLanguage in interface IUiFormpublic UiForm setLanguage(String language)
IUiFormDB_ETERNAL.UI_FORM.LANGUAGE. 「language」- 使用的语言setLanguage in interface IUiFormpublic LocalDateTime getCreatedAt()
IUiFormDB_ETERNAL.UI_FORM.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface IUiFormpublic UiForm setCreatedAt(LocalDateTime createdAt)
IUiFormDB_ETERNAL.UI_FORM.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface IUiFormpublic String getCreatedBy()
IUiFormDB_ETERNAL.UI_FORM.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface IUiFormpublic UiForm setCreatedBy(String createdBy)
IUiFormDB_ETERNAL.UI_FORM.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface IUiFormpublic LocalDateTime getUpdatedAt()
IUiFormDB_ETERNAL.UI_FORM.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface IUiFormpublic UiForm setUpdatedAt(LocalDateTime updatedAt)
IUiFormDB_ETERNAL.UI_FORM.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface IUiFormpublic String getUpdatedBy()
IUiFormDB_ETERNAL.UI_FORM.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface IUiFormpublic UiForm setUpdatedBy(String updatedBy)
IUiFormDB_ETERNAL.UI_FORM.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface IUiFormpublic void from(IUiForm from)
Copyright © 2019. All rights reserved.