Class XCategory

java.lang.Object
cn.vertxup.ambient.domain.tables.pojos.XCategory
All Implemented Interfaces:
IXCategory, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

public class XCategory extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IXCategory
This class is generated by jOOQ.
See Also:
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.X_CATEGORY.KEY. 「key」- 类型主键
      Specified by:
      getKey in interface IXCategory
    • setKey

      public XCategory setKey(String key)
      Setter for DB_ETERNAL.X_CATEGORY.KEY. 「key」- 类型主键
      Specified by:
      setKey in interface IXCategory
    • getName

      public String getName()
      Getter for DB_ETERNAL.X_CATEGORY.NAME. 「name」- 类型名称
      Specified by:
      getName in interface IXCategory
    • setName

      public XCategory setName(String name)
      Setter for DB_ETERNAL.X_CATEGORY.NAME. 「name」- 类型名称
      Specified by:
      setName in interface IXCategory
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.X_CATEGORY.CODE. 「code」- 类型编号
      Specified by:
      getCode in interface IXCategory
    • setCode

      public XCategory setCode(String code)
      Setter for DB_ETERNAL.X_CATEGORY.CODE. 「code」- 类型编号
      Specified by:
      setCode in interface IXCategory
    • getIcon

      public String getIcon()
      Getter for DB_ETERNAL.X_CATEGORY.ICON. 「icon」- 类型图标
      Specified by:
      getIcon in interface IXCategory
    • setIcon

      public XCategory setIcon(String icon)
      Setter for DB_ETERNAL.X_CATEGORY.ICON. 「icon」- 类型图标
      Specified by:
      setIcon in interface IXCategory
    • getType

      public String getType()
      Getter for DB_ETERNAL.X_CATEGORY.TYPE. 「type」- 类型的分类
      Specified by:
      getType in interface IXCategory
    • setType

      public XCategory setType(String type)
      Setter for DB_ETERNAL.X_CATEGORY.TYPE. 「type」- 类型的分类
      Specified by:
      setType in interface IXCategory
    • getSort

      public Integer getSort()
      Getter for DB_ETERNAL.X_CATEGORY.SORT. 「sort」- 排序信息
      Specified by:
      getSort in interface IXCategory
    • setSort

      public XCategory setSort(Integer sort)
      Setter for DB_ETERNAL.X_CATEGORY.SORT. 「sort」- 排序信息
      Specified by:
      setSort in interface IXCategory
    • getLeaf

      public Boolean getLeaf()
      Getter for DB_ETERNAL.X_CATEGORY.LEAF. 「leaf」- 是否叶节点
      Specified by:
      getLeaf in interface IXCategory
    • setLeaf

      public XCategory setLeaf(Boolean leaf)
      Setter for DB_ETERNAL.X_CATEGORY.LEAF. 「leaf」- 是否叶节点
      Specified by:
      setLeaf in interface IXCategory
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.X_CATEGORY.PARENT_ID. 「parentId」- 父类ID
      Specified by:
      getParentId in interface IXCategory
    • setParentId

      public XCategory setParentId(String parentId)
      Setter for DB_ETERNAL.X_CATEGORY.PARENT_ID. 「parentId」- 父类ID
      Specified by:
      setParentId in interface IXCategory
    • getIdentifier

      public String getIdentifier()
      Getter for DB_ETERNAL.X_CATEGORY.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
      Specified by:
      getIdentifier in interface IXCategory
    • setIdentifier

      public XCategory setIdentifier(String identifier)
      Setter for DB_ETERNAL.X_CATEGORY.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识
      Specified by:
      setIdentifier in interface IXCategory
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.X_CATEGORY.COMMENT. 「comment」- 备注信息
      Specified by:
      getComment in interface IXCategory
    • setComment

      public XCategory setComment(String comment)
      Setter for DB_ETERNAL.X_CATEGORY.COMMENT. 「comment」- 备注信息
      Specified by:
      setComment in interface IXCategory
    • getAppId

      public String getAppId()
      Getter for DB_ETERNAL.X_CATEGORY.APP_ID. 「appId」- 关联的应用程序ID
      Specified by:
      getAppId in interface IXCategory
    • setAppId

      public XCategory setAppId(String appId)
      Setter for DB_ETERNAL.X_CATEGORY.APP_ID. 「appId」- 关联的应用程序ID
      Specified by:
      setAppId in interface IXCategory
    • getTreeComponent

      public String getTreeComponent()
      Getter for DB_ETERNAL.X_CATEGORY.TREE_COMPONENT. 「treeComponent」- 目录组件,构造树专用
      Specified by:
      getTreeComponent in interface IXCategory
    • setTreeComponent

      public XCategory setTreeComponent(String treeComponent)
      Setter for DB_ETERNAL.X_CATEGORY.TREE_COMPONENT. 「treeComponent」- 目录组件,构造树专用
      Specified by:
      setTreeComponent in interface IXCategory
    • getTreeConfig

      public String getTreeConfig()
      Getter for DB_ETERNAL.X_CATEGORY.TREE_CONFIG. 「treeConfig」- 目录组件运行配置,特殊场景专用
      Specified by:
      getTreeConfig in interface IXCategory
    • setTreeConfig

      public XCategory setTreeConfig(String treeConfig)
      Setter for DB_ETERNAL.X_CATEGORY.TREE_CONFIG. 「treeConfig」- 目录组件运行配置,特殊场景专用
      Specified by:
      setTreeConfig in interface IXCategory
    • getRunComponent

      public String getRunComponent()
      Getter for DB_ETERNAL.X_CATEGORY.RUN_COMPONENT. 「runComponent」- 执行组件
      Specified by:
      getRunComponent in interface IXCategory
    • setRunComponent

      public XCategory setRunComponent(String runComponent)
      Setter for DB_ETERNAL.X_CATEGORY.RUN_COMPONENT. 「runComponent」- 执行组件
      Specified by:
      setRunComponent in interface IXCategory
    • getRunConfig

      public String getRunConfig()
      Getter for DB_ETERNAL.X_CATEGORY.RUN_CONFIG. 「runConfig」- 执行组件相关配置
      Specified by:
      getRunConfig in interface IXCategory
    • setRunConfig

      public XCategory setRunConfig(String runConfig)
      Setter for DB_ETERNAL.X_CATEGORY.RUN_CONFIG. 「runConfig」- 执行组件相关配置
      Specified by:
      setRunConfig in interface IXCategory
    • getActive

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

      public XCategory setActive(Boolean active)
      Setter for DB_ETERNAL.X_CATEGORY.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IXCategory
    • getSigma

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

      public XCategory setSigma(String sigma)
      Setter for DB_ETERNAL.X_CATEGORY.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface IXCategory
    • getMetadata

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

      public XCategory setMetadata(String metadata)
      Setter for DB_ETERNAL.X_CATEGORY.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IXCategory
    • getLanguage

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

      public XCategory setLanguage(String language)
      Setter for DB_ETERNAL.X_CATEGORY.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IXCategory
    • getCreatedAt

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

      public XCategory setCreatedAt(LocalDateTime createdAt)
      Setter for DB_ETERNAL.X_CATEGORY.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IXCategory
    • getCreatedBy

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

      public XCategory setCreatedBy(String createdBy)
      Setter for DB_ETERNAL.X_CATEGORY.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IXCategory
    • getUpdatedAt

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

      public XCategory setUpdatedAt(LocalDateTime updatedAt)
      Setter for DB_ETERNAL.X_CATEGORY.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IXCategory
    • getUpdatedBy

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

      public XCategory setUpdatedBy(String updatedBy)
      Setter for DB_ETERNAL.X_CATEGORY.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IXCategory
    • 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(IXCategory from)
      Description copied from interface: IXCategory
      Load data from another generated Record/POJO implementing the common interface IXCategory
      Specified by:
      from in interface IXCategory
    • into

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