Class 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
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.S_PATH.KEY. 「key」- 规则主键
        Specified by:
        getKey in interface ISPath
      • setKey

        public SPath setKey​(String key)
        Setter for DB_ETERNAL.S_PATH.KEY. 「key」- 规则主键
        Specified by:
        setKey in interface ISPath
      • getName

        public String getName()
        Getter for DB_ETERNAL.S_PATH.NAME. 「name」- 规则名称
        Specified by:
        getName in interface ISPath
      • setName

        public SPath setName​(String name)
        Setter for DB_ETERNAL.S_PATH.NAME. 「name」- 规则名称
        Specified by:
        setName in interface ISPath
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识
        Specified by:
        getCode in interface ISPath
      • setCode

        public SPath setCode​(String code)
        Setter for DB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识
        Specified by:
        setCode in interface ISPath
      • getGroupMapping

        public String getGroupMapping()
        Getter for DB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换
        Specified by:
        getGroupMapping in interface ISPath
      • setGroupMapping

        public SPath setGroupMapping​(String groupMapping)
        Setter for DB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换
        Specified by:
        setGroupMapping in interface ISPath
      • getGroupType

        public String getGroupType()
        Getter for DB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型
        Specified by:
        getGroupType in interface ISPath
      • setGroupType

        public SPath setGroupType​(String groupType)
        Setter for DB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型
        Specified by:
        setGroupType in interface ISPath
      • getGroupComponent

        public String getGroupComponent()
        Getter for DB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件
        Specified by:
        getGroupComponent in interface ISPath
      • setGroupComponent

        public SPath setGroupComponent​(String groupComponent)
        Setter for DB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件
        Specified by:
        setGroupComponent in interface ISPath
      • getGroupCondition

        public String getGroupCondition()
        Getter for DB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件
        Specified by:
        getGroupCondition in interface ISPath
      • setGroupCondition

        public SPath setGroupCondition​(String groupCondition)
        Setter for DB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件
        Specified by:
        setGroupCondition in interface ISPath
      • getGroupConfig

        public String getGroupConfig()
        Getter for DB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分
        Specified by:
        getGroupConfig in interface ISPath
      • setGroupConfig

        public SPath setGroupConfig​(String groupConfig)
        Setter for DB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分
        Specified by:
        setGroupConfig in interface ISPath
      • getUiType

        public String getUiType()
        Getter for DB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
        Specified by:
        getUiType in interface ISPath
      • setUiType

        public SPath setUiType​(String uiType)
        Setter for DB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
        Specified by:
        setUiType in interface ISPath
      • getUiConfig

        public String getUiConfig()
        Getter for DB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置
        Specified by:
        getUiConfig in interface ISPath
      • setUiConfig

        public SPath setUiConfig​(String uiConfig)
        Setter for DB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置
        Specified by:
        setUiConfig in interface ISPath
      • getUiCondition

        public String getUiCondition()
        Getter for DB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板
        Specified by:
        getUiCondition in interface ISPath
      • setUiCondition

        public SPath setUiCondition​(String uiCondition)
        Setter for DB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板
        Specified by:
        setUiCondition in interface ISPath
      • getUiComponent

        public String getUiComponent()
        Getter for DB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件
        Specified by:
        getUiComponent in interface ISPath
      • setUiComponent

        public SPath setUiComponent​(String uiComponent)
        Setter for DB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件
        Specified by:
        setUiComponent in interface ISPath
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface ISPath
      • setSigma

        public SPath setSigma​(String sigma)
        Setter for DB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface ISPath
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface ISPath
      • setLanguage

        public SPath setLanguage​(String language)
        Setter for DB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface ISPath
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface ISPath
      • setActive

        public SPath setActive​(Boolean active)
        Setter for DB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface ISPath
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据
        Specified by:
        getMetadata in interface ISPath
      • setMetadata

        public SPath setMetadata​(String metadata)
        Setter for DB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface ISPath
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface ISPath
      • setCreatedAt

        public SPath setCreatedAt​(LocalDateTime createdAt)
        Setter for DB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        setCreatedAt in interface ISPath
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface ISPath
      • setCreatedBy

        public SPath setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface ISPath
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface ISPath
      • setUpdatedAt

        public SPath setUpdatedAt​(LocalDateTime updatedAt)
        Setter for DB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        setUpdatedAt in interface ISPath
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface ISPath
      • setUpdatedBy

        public SPath setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface ISPath
      • from

        public void from​(ISPath from)
        Description copied from interface: ISPath
        Load data from another generated Record/POJO implementing the common interface ISPath
        Specified by:
        from in interface ISPath
      • into

        public <E extends ISPath> E into​(E into)
        Description copied from interface: ISPath
        Copy data into another generated Record/POJO implementing the common interface ISPath
        Specified by:
        into in interface ISPath