@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class SPath extends Object implements ISPath
This class is generated by jOOQ.
| Constructor and Description |
|---|
SPath() |
SPath(io.vertx.core.json.JsonObject json) |
SPath(SPath value) |
SPath(String key,
String name,
String code,
String groupMapping,
String groupType,
String groupComponent,
String groupCondition,
String groupConfig,
String uiType,
String uiConfig,
String uiCondition,
String uiComponent,
String sigma,
String language,
Boolean active,
String metadata,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISPath from)
Load data from another generated Record/POJO implementing the common interface ISPath
|
Boolean |
getActive()
Getter for
DB_ETERNAL.S_PATH.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.S_PATH.CODE. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_PATH.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_PATH.CREATED_BY. |
String |
getGroupComponent()
Getter for
DB_ETERNAL.S_PATH.GROUP_COMPONENT. |
String |
getGroupCondition()
Getter for
DB_ETERNAL.S_PATH.GROUP_CONDITION. |
String |
getGroupConfig()
Getter for
DB_ETERNAL.S_PATH.GROUP_CONFIG. |
String |
getGroupMapping()
Getter for
DB_ETERNAL.S_PATH.GROUP_MAPPING. |
String |
getGroupType()
Getter for
DB_ETERNAL.S_PATH.GROUP_TYPE. |
String |
getKey()
Getter for
DB_ETERNAL.S_PATH.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_PATH.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_PATH.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.S_PATH.NAME. |
String |
getSigma()
Getter for
DB_ETERNAL.S_PATH.SIGMA. |
String |
getUiComponent()
Getter for
DB_ETERNAL.S_PATH.UI_COMPONENT. |
String |
getUiCondition()
Getter for
DB_ETERNAL.S_PATH.UI_CONDITION. |
String |
getUiConfig()
Getter for
DB_ETERNAL.S_PATH.UI_CONFIG. |
String |
getUiType()
Getter for
DB_ETERNAL.S_PATH.UI_TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_PATH.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_PATH.UPDATED_BY. |
<E extends ISPath> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISPath
|
SPath |
setActive(Boolean active)
Setter for
DB_ETERNAL.S_PATH.ACTIVE. |
SPath |
setCode(String code)
Setter for
DB_ETERNAL.S_PATH.CODE. |
SPath |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.S_PATH.CREATED_AT. |
SPath |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.S_PATH.CREATED_BY. |
SPath |
setGroupComponent(String groupComponent)
Setter for
DB_ETERNAL.S_PATH.GROUP_COMPONENT. |
SPath |
setGroupCondition(String groupCondition)
Setter for
DB_ETERNAL.S_PATH.GROUP_CONDITION. |
SPath |
setGroupConfig(String groupConfig)
Setter for
DB_ETERNAL.S_PATH.GROUP_CONFIG. |
SPath |
setGroupMapping(String groupMapping)
Setter for
DB_ETERNAL.S_PATH.GROUP_MAPPING. |
SPath |
setGroupType(String groupType)
Setter for
DB_ETERNAL.S_PATH.GROUP_TYPE. |
SPath |
setKey(String key)
Setter for
DB_ETERNAL.S_PATH.KEY. |
SPath |
setLanguage(String language)
Setter for
DB_ETERNAL.S_PATH.LANGUAGE. |
SPath |
setMetadata(String metadata)
Setter for
DB_ETERNAL.S_PATH.METADATA. |
SPath |
setName(String name)
Setter for
DB_ETERNAL.S_PATH.NAME. |
SPath |
setSigma(String sigma)
Setter for
DB_ETERNAL.S_PATH.SIGMA. |
SPath |
setUiComponent(String uiComponent)
Setter for
DB_ETERNAL.S_PATH.UI_COMPONENT. |
SPath |
setUiCondition(String uiCondition)
Setter for
DB_ETERNAL.S_PATH.UI_CONDITION. |
SPath |
setUiConfig(String uiConfig)
Setter for
DB_ETERNAL.S_PATH.UI_CONFIG. |
SPath |
setUiType(String uiType)
Setter for
DB_ETERNAL.S_PATH.UI_TYPE. |
SPath |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.S_PATH.UPDATED_AT. |
SPath |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.S_PATH.UPDATED_BY. |
String |
toString() |
public SPath()
public SPath(SPath value)
public SPath(String key, String name, String code, String groupMapping, String groupType, String groupComponent, String groupCondition, String groupConfig, String uiType, String uiConfig, String uiCondition, String uiComponent, String sigma, String language, Boolean active, String metadata, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public SPath(io.vertx.core.json.JsonObject json)
public String getKey()
ISPathGetter for DB_ETERNAL.S_PATH.KEY. 「key」- 规则主键
public SPath setKey(String key)
ISPathSetter for DB_ETERNAL.S_PATH.KEY. 「key」- 规则主键
public String getName()
ISPathGetter for DB_ETERNAL.S_PATH.NAME. 「name」- 规则名称
public SPath setName(String name)
ISPathSetter for DB_ETERNAL.S_PATH.NAME. 「name」- 规则名称
public String getCode()
ISPathGetter for DB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识
public SPath setCode(String code)
ISPathSetter for DB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识
public String getGroupMapping()
ISPathGetter for DB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换
getGroupMapping in interface ISPathpublic SPath setGroupMapping(String groupMapping)
ISPathSetter for DB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换
setGroupMapping in interface ISPathpublic String getGroupType()
ISPathGetter for DB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型
getGroupType in interface ISPathpublic SPath setGroupType(String groupType)
ISPathSetter for DB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型
setGroupType in interface ISPathpublic String getGroupComponent()
ISPathGetter for DB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件
getGroupComponent in interface ISPathpublic SPath setGroupComponent(String groupComponent)
ISPathSetter for DB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件
setGroupComponent in interface ISPathpublic String getGroupCondition()
ISPathGetter for DB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件
getGroupCondition in interface ISPathpublic SPath setGroupCondition(String groupCondition)
ISPathSetter for DB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件
setGroupCondition in interface ISPathpublic String getGroupConfig()
ISPathGetter for DB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分
getGroupConfig in interface ISPathpublic SPath setGroupConfig(String groupConfig)
ISPathSetter for DB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分
setGroupConfig in interface ISPathpublic String getUiType()
ISPathGetter for DB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
public SPath setUiType(String uiType)
ISPathSetter for DB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
public String getUiConfig()
ISPathGetter for DB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置
getUiConfig in interface ISPathpublic SPath setUiConfig(String uiConfig)
ISPathSetter for DB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置
setUiConfig in interface ISPathpublic String getUiCondition()
ISPathGetter for DB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板
getUiCondition in interface ISPathpublic SPath setUiCondition(String uiCondition)
ISPathSetter for DB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板
setUiCondition in interface ISPathpublic String getUiComponent()
ISPathGetter for DB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件
getUiComponent in interface ISPathpublic SPath setUiComponent(String uiComponent)
ISPathSetter for DB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件
setUiComponent in interface ISPathpublic String getSigma()
ISPathGetter for DB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识
public SPath setSigma(String sigma)
ISPathSetter for DB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识
public String getLanguage()
ISPathGetter for DB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言
getLanguage in interface ISPathpublic SPath setLanguage(String language)
ISPathSetter for DB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言
setLanguage in interface ISPathpublic Boolean getActive()
ISPathGetter for DB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
public SPath setActive(Boolean active)
ISPathSetter for DB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
public String getMetadata()
ISPathGetter for DB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据
getMetadata in interface ISPathpublic SPath setMetadata(String metadata)
ISPathSetter for DB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据
setMetadata in interface ISPathpublic LocalDateTime getCreatedAt()
ISPathGetter for DB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface ISPathpublic SPath setCreatedAt(LocalDateTime createdAt)
ISPathSetter for DB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface ISPathpublic String getCreatedBy()
ISPathGetter for DB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface ISPathpublic SPath setCreatedBy(String createdBy)
ISPathSetter for DB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface ISPathpublic LocalDateTime getUpdatedAt()
ISPathGetter for DB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface ISPathpublic SPath setUpdatedAt(LocalDateTime updatedAt)
ISPathSetter for DB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface ISPathpublic String getUpdatedBy()
ISPathGetter for DB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface ISPathpublic SPath setUpdatedBy(String updatedBy)
ISPathSetter for DB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface ISPathpublic void from(ISPath from)
Load data from another generated Record/POJO implementing the common interface ISPath
Copyright © 2021. All rights reserved.