Class XTabular

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.X_TABULAR.KEY. 「key」- 列表主键
      Specified by:
      getKey in interface IXTabular
    • setKey

      public XTabular setKey(String key)
      Setter for DB_ETERNAL.X_TABULAR.KEY. 「key」- 列表主键
      Specified by:
      setKey in interface IXTabular
    • getName

      public String getName()
      Getter for DB_ETERNAL.X_TABULAR.NAME. 「name」- 列表名称
      Specified by:
      getName in interface IXTabular
    • setName

      public XTabular setName(String name)
      Setter for DB_ETERNAL.X_TABULAR.NAME. 「name」- 列表名称
      Specified by:
      setName in interface IXTabular
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.X_TABULAR.CODE. 「code」- 列表编号
      Specified by:
      getCode in interface IXTabular
    • setCode

      public XTabular setCode(String code)
      Setter for DB_ETERNAL.X_TABULAR.CODE. 「code」- 列表编号
      Specified by:
      setCode in interface IXTabular
    • getType

      public String getType()
      Getter for DB_ETERNAL.X_TABULAR.TYPE. 「type」- 列表类型
      Specified by:
      getType in interface IXTabular
    • setType

      public XTabular setType(String type)
      Setter for DB_ETERNAL.X_TABULAR.TYPE. 「type」- 列表类型
      Specified by:
      setType in interface IXTabular
    • getIcon

      public String getIcon()
      Getter for DB_ETERNAL.X_TABULAR.ICON. 「icon」- 列表图标
      Specified by:
      getIcon in interface IXTabular
    • setIcon

      public XTabular setIcon(String icon)
      Setter for DB_ETERNAL.X_TABULAR.ICON. 「icon」- 列表图标
      Specified by:
      setIcon in interface IXTabular
    • getSort

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

      public XTabular setSort(Integer sort)
      Setter for DB_ETERNAL.X_TABULAR.SORT. 「sort」- 排序信息
      Specified by:
      setSort in interface IXTabular
    • getComment

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

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

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

      public XTabular setAppId(String appId)
      Setter for DB_ETERNAL.X_TABULAR.APP_ID. 「appId」- 关联的应用程序ID
      Specified by:
      setAppId in interface IXTabular
    • getRunComponent

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

      public XTabular setRunComponent(String runComponent)
      Setter for DB_ETERNAL.X_TABULAR.RUN_COMPONENT. 「runComponent」- 执行组件
      Specified by:
      setRunComponent in interface IXTabular
    • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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