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:
  • Constructor Details

  • Method Details

    • 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
    • getPhase

      public String getPhase()
      Getter for DB_ETERNAL.S_PATH.PHASE. 「phase」- UI读取数据的操作周期
      Specified by:
      getPhase in interface ISPath
    • setPhase

      public SPath setPhase(String phase)
      Setter for DB_ETERNAL.S_PATH.PHASE. 「phase」- UI读取数据的操作周期
      Specified by:
      setPhase in interface ISPath
    • getMapping

      public String getMapping()
      Getter for DB_ETERNAL.S_PATH.MAPPING. 「mapping」- 从 dm -> ui 转换
      Specified by:
      getMapping in interface ISPath
    • setMapping

      public SPath setMapping(String mapping)
      Setter for DB_ETERNAL.S_PATH.MAPPING. 「mapping」- 从 dm -> ui 转换
      Specified by:
      setMapping in interface ISPath
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.S_PATH.PARENT_ID. 「parentId」- 区域模式下的父ID,系统内部读取
      Specified by:
      getParentId in interface ISPath
    • setParentId

      public SPath setParentId(String parentId)
      Setter for DB_ETERNAL.S_PATH.PARENT_ID. 「parentId」- 区域模式下的父ID,系统内部读取
      Specified by:
      setParentId in interface ISPath
    • getRunComponent

      public String getRunComponent()
      Getter for DB_ETERNAL.S_PATH.RUN_COMPONENT. 「runComponent」- HValve执行组件,组件内置处理 dm / ui 两部分内容
      Specified by:
      getRunComponent in interface ISPath
    • setRunComponent

      public SPath setRunComponent(String runComponent)
      Setter for DB_ETERNAL.S_PATH.RUN_COMPONENT. 「runComponent」- HValve执行组件,组件内置处理 dm / ui 两部分内容
      Specified by:
      setRunComponent in interface ISPath
    • getRunType

      public String getRunType()
      Getter for DB_ETERNAL.S_PATH.RUN_TYPE. 「runType」- 视图管理类型(查询用)
      Specified by:
      getRunType in interface ISPath
    • setRunType

      public SPath setRunType(String runType)
      Setter for DB_ETERNAL.S_PATH.RUN_TYPE. 「runType」- 视图管理类型(查询用)
      Specified by:
      setRunType in interface ISPath
    • getDmType

      public String getDmType()
      Getter for DB_ETERNAL.S_PATH.DM_TYPE. 「dmType」- 分组类型
      Specified by:
      getDmType in interface ISPath
    • setDmType

      public SPath setDmType(String dmType)
      Setter for DB_ETERNAL.S_PATH.DM_TYPE. 「dmType」- 分组类型
      Specified by:
      setDmType in interface ISPath
    • getDmComponent

      public String getDmComponent()
      Getter for DB_ETERNAL.S_PATH.DM_COMPONENT. 「dmComponent」- 必须绑定组专用Dao组件
      Specified by:
      getDmComponent in interface ISPath
    • setDmComponent

      public SPath setDmComponent(String dmComponent)
      Setter for DB_ETERNAL.S_PATH.DM_COMPONENT. 「dmComponent」- 必须绑定组专用Dao组件
      Specified by:
      setDmComponent in interface ISPath
    • getDmCondition

      public String getDmCondition()
      Getter for DB_ETERNAL.S_PATH.DM_CONDITION. 「dmCondition」- 分组条件
      Specified by:
      getDmCondition in interface ISPath
    • setDmCondition

      public SPath setDmCondition(String dmCondition)
      Setter for DB_ETERNAL.S_PATH.DM_CONDITION. 「dmCondition」- 分组条件
      Specified by:
      setDmCondition in interface ISPath
    • getDmConfig

      public String getDmConfig()
      Getter for DB_ETERNAL.S_PATH.DM_CONFIG. 「dmConfig」- 组配置信息,配置呈现部分
      Specified by:
      getDmConfig in interface ISPath
    • setDmConfig

      public SPath setDmConfig(String dmConfig)
      Setter for DB_ETERNAL.S_PATH.DM_CONFIG. 「dmConfig」- 组配置信息,配置呈现部分
      Specified by:
      setDmConfig 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」- 特殊组件
      Specified by:
      getUiComponent in interface ISPath
    • setUiComponent

      public SPath setUiComponent(String uiComponent)
      Setter for DB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 特殊组件
      Specified by:
      setUiComponent in interface ISPath
    • getUiSurface

      public String getUiSurface()
      Getter for DB_ETERNAL.S_PATH.UI_SURFACE. 「uiSurface」- 界面呈现模式,已经被降维之后(列表、树、其他等相关配置)
      Specified by:
      getUiSurface in interface ISPath
    • setUiSurface

      public SPath setUiSurface(String uiSurface)
      Setter for DB_ETERNAL.S_PATH.UI_SURFACE. 「uiSurface」- 界面呈现模式,已经被降维之后(列表、树、其他等相关配置)
      Specified by:
      setUiSurface in interface ISPath
    • getUiSort

      public Integer getUiSort()
      Getter for DB_ETERNAL.S_PATH.UI_SORT. 「sort」- 该板块的排序(前端)
      Specified by:
      getUiSort in interface ISPath
    • setUiSort

      public SPath setUiSort(Integer uiSort)
      Setter for DB_ETERNAL.S_PATH.UI_SORT. 「sort」- 该板块的排序(前端)
      Specified by:
      setUiSort 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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