Class MyTpl

java.lang.Object
cn.vertxup.tpl.domain.tables.pojos.MyTpl
All Implemented Interfaces:
IMyTpl, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.MY_TPL.KEY. 「key」- 个人设置主键
      Specified by:
      getKey in interface IMyTpl
    • setKey

      public MyTpl setKey(String key)
      Setter for DB_ETERNAL.MY_TPL.KEY. 「key」- 个人设置主键
      Specified by:
      setKey in interface IMyTpl
    • getTplId

      public String getTplId()
      Getter for DB_ETERNAL.MY_TPL.TPL_ID. 「tplId」- 对应TPL的ID
      Specified by:
      getTplId in interface IMyTpl
    • setTplId

      public MyTpl setTplId(String tplId)
      Setter for DB_ETERNAL.MY_TPL.TPL_ID. 「tplId」- 对应TPL的ID
      Specified by:
      setTplId in interface IMyTpl
    • getTplType

      public String getTplType()
      Getter for DB_ETERNAL.MY_TPL.TPL_TYPE. 「tplType」- 对应TPL类型
      Specified by:
      getTplType in interface IMyTpl
    • setTplType

      public MyTpl setTplType(String tplType)
      Setter for DB_ETERNAL.MY_TPL.TPL_TYPE. 「tplType」- 对应TPL类型
      Specified by:
      setTplType in interface IMyTpl
    • getOwner

      public String getOwner()
      Getter for DB_ETERNAL.MY_TPL.OWNER. 「owner」- 拥有者ID,我的 / 角色级
      Specified by:
      getOwner in interface IMyTpl
    • setOwner

      public MyTpl setOwner(String owner)
      Setter for DB_ETERNAL.MY_TPL.OWNER. 「owner」- 拥有者ID,我的 / 角色级
      Specified by:
      setOwner in interface IMyTpl
    • getOwnerType

      public String getOwnerType()
      Getter for DB_ETERNAL.MY_TPL.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
      Specified by:
      getOwnerType in interface IMyTpl
    • setOwnerType

      public MyTpl setOwnerType(String ownerType)
      Setter for DB_ETERNAL.MY_TPL.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
      Specified by:
      setOwnerType in interface IMyTpl
    • getType

      public String getType()
      Getter for DB_ETERNAL.MY_TPL.TYPE. 「type」- 类型(默认全站)
      Specified by:
      getType in interface IMyTpl
    • setType

      public MyTpl setType(String type)
      Setter for DB_ETERNAL.MY_TPL.TYPE. 「type」- 类型(默认全站)
      Specified by:
      setType in interface IMyTpl
    • getActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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