Class SPath
- java.lang.Object
-
- cn.vertxup.rbac.domain.tables.pojos.SPath
-
- All Implemented Interfaces:
ISPath,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class SPath extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ISPath
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SPath()SPath(ISPath value)SPath(io.vertx.core.json.JsonObject json)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ISPath from)Load data from another generated Record/POJO implementing the common interface ISPathBooleangetActive()Getter forDB_ETERNAL.S_PATH.ACTIVE.StringgetCode()Getter forDB_ETERNAL.S_PATH.CODE.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.S_PATH.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.S_PATH.CREATED_BY.StringgetGroupComponent()Getter forDB_ETERNAL.S_PATH.GROUP_COMPONENT.StringgetGroupCondition()Getter forDB_ETERNAL.S_PATH.GROUP_CONDITION.StringgetGroupConfig()Getter forDB_ETERNAL.S_PATH.GROUP_CONFIG.StringgetGroupMapping()Getter forDB_ETERNAL.S_PATH.GROUP_MAPPING.StringgetGroupType()Getter forDB_ETERNAL.S_PATH.GROUP_TYPE.StringgetKey()Getter forDB_ETERNAL.S_PATH.KEY.StringgetLanguage()Getter forDB_ETERNAL.S_PATH.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.S_PATH.METADATA.StringgetName()Getter forDB_ETERNAL.S_PATH.NAME.StringgetSigma()Getter forDB_ETERNAL.S_PATH.SIGMA.StringgetUiComponent()Getter forDB_ETERNAL.S_PATH.UI_COMPONENT.StringgetUiCondition()Getter forDB_ETERNAL.S_PATH.UI_CONDITION.StringgetUiConfig()Getter forDB_ETERNAL.S_PATH.UI_CONFIG.StringgetUiType()Getter forDB_ETERNAL.S_PATH.UI_TYPE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.S_PATH.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.S_PATH.UPDATED_BY.<E extends ISPath>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ISPathSPathsetActive(Boolean active)Setter forDB_ETERNAL.S_PATH.ACTIVE.SPathsetCode(String code)Setter forDB_ETERNAL.S_PATH.CODE.SPathsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.S_PATH.CREATED_AT.SPathsetCreatedBy(String createdBy)Setter forDB_ETERNAL.S_PATH.CREATED_BY.SPathsetGroupComponent(String groupComponent)Setter forDB_ETERNAL.S_PATH.GROUP_COMPONENT.SPathsetGroupCondition(String groupCondition)Setter forDB_ETERNAL.S_PATH.GROUP_CONDITION.SPathsetGroupConfig(String groupConfig)Setter forDB_ETERNAL.S_PATH.GROUP_CONFIG.SPathsetGroupMapping(String groupMapping)Setter forDB_ETERNAL.S_PATH.GROUP_MAPPING.SPathsetGroupType(String groupType)Setter forDB_ETERNAL.S_PATH.GROUP_TYPE.SPathsetKey(String key)Setter forDB_ETERNAL.S_PATH.KEY.SPathsetLanguage(String language)Setter forDB_ETERNAL.S_PATH.LANGUAGE.SPathsetMetadata(String metadata)Setter forDB_ETERNAL.S_PATH.METADATA.SPathsetName(String name)Setter forDB_ETERNAL.S_PATH.NAME.SPathsetSigma(String sigma)Setter forDB_ETERNAL.S_PATH.SIGMA.SPathsetUiComponent(String uiComponent)Setter forDB_ETERNAL.S_PATH.UI_COMPONENT.SPathsetUiCondition(String uiCondition)Setter forDB_ETERNAL.S_PATH.UI_CONDITION.SPathsetUiConfig(String uiConfig)Setter forDB_ETERNAL.S_PATH.UI_CONFIG.SPathsetUiType(String uiType)Setter forDB_ETERNAL.S_PATH.UI_TYPE.SPathsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.S_PATH.UPDATED_AT.SPathsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.S_PATH.UPDATED_BY.StringtoString()
-
-
-
Constructor Detail
-
SPath
public SPath()
-
SPath
public SPath(ISPath value)
-
SPath
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)
-
SPath
public SPath(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.S_PATH.KEY. 「key」- 规则主键
-
getName
public String getName()
Getter forDB_ETERNAL.S_PATH.NAME. 「name」- 规则名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识
-
getGroupMapping
public String getGroupMapping()
Getter forDB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换- Specified by:
getGroupMappingin interfaceISPath
-
setGroupMapping
public SPath setGroupMapping(String groupMapping)
Setter forDB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换- Specified by:
setGroupMappingin interfaceISPath
-
getGroupType
public String getGroupType()
Getter forDB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型- Specified by:
getGroupTypein interfaceISPath
-
setGroupType
public SPath setGroupType(String groupType)
Setter forDB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型- Specified by:
setGroupTypein interfaceISPath
-
getGroupComponent
public String getGroupComponent()
Getter forDB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件- Specified by:
getGroupComponentin interfaceISPath
-
setGroupComponent
public SPath setGroupComponent(String groupComponent)
Setter forDB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件- Specified by:
setGroupComponentin interfaceISPath
-
getGroupCondition
public String getGroupCondition()
Getter forDB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件- Specified by:
getGroupConditionin interfaceISPath
-
setGroupCondition
public SPath setGroupCondition(String groupCondition)
Setter forDB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件- Specified by:
setGroupConditionin interfaceISPath
-
getGroupConfig
public String getGroupConfig()
Getter forDB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分- Specified by:
getGroupConfigin interfaceISPath
-
setGroupConfig
public SPath setGroupConfig(String groupConfig)
Setter forDB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分- Specified by:
setGroupConfigin interfaceISPath
-
getUiType
public String getUiType()
Getter forDB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
-
setUiType
public SPath setUiType(String uiType)
Setter forDB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
-
getUiConfig
public String getUiConfig()
Getter forDB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置- Specified by:
getUiConfigin interfaceISPath
-
setUiConfig
public SPath setUiConfig(String uiConfig)
Setter forDB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置- Specified by:
setUiConfigin interfaceISPath
-
getUiCondition
public String getUiCondition()
Getter forDB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板- Specified by:
getUiConditionin interfaceISPath
-
setUiCondition
public SPath setUiCondition(String uiCondition)
Setter forDB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板- Specified by:
setUiConditionin interfaceISPath
-
getUiComponent
public String getUiComponent()
Getter forDB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件- Specified by:
getUiComponentin interfaceISPath
-
setUiComponent
public SPath setUiComponent(String uiComponent)
Setter forDB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件- Specified by:
setUiComponentin interfaceISPath
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceISPath
-
setLanguage
public SPath setLanguage(String language)
Setter forDB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceISPath
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
-
setActive
public SPath setActive(Boolean active)
Setter forDB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据- Specified by:
getMetadatain interfaceISPath
-
setMetadata
public SPath setMetadata(String metadata)
Setter forDB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据- Specified by:
setMetadatain interfaceISPath
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceISPath
-
setCreatedAt
public SPath setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceISPath
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceISPath
-
setCreatedBy
public SPath setCreatedBy(String createdBy)
Setter forDB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceISPath
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceISPath
-
setUpdatedAt
public SPath setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceISPath
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceISPath
-
setUpdatedBy
public SPath setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceISPath
-
from
public void from(ISPath from)
Description copied from interface:ISPathLoad data from another generated Record/POJO implementing the common interface ISPath
-
-