Class TplModel

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.TPL_MODEL.KEY. 「key」- 模板ID
      Specified by:
      getKey in interface ITplModel
    • setKey

      public TplModel setKey(String key)
      Setter for DB_ETERNAL.TPL_MODEL.KEY. 「key」- 模板ID
      Specified by:
      setKey in interface ITplModel
    • getName

      public String getName()
      Getter for DB_ETERNAL.TPL_MODEL.NAME. 「name」- 模板名称
      Specified by:
      getName in interface ITplModel
    • setName

      public TplModel setName(String name)
      Setter for DB_ETERNAL.TPL_MODEL.NAME. 「name」- 模板名称
      Specified by:
      setName in interface ITplModel
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.TPL_MODEL.CODE. 「code」- 模板编码
      Specified by:
      getCode in interface ITplModel
    • setCode

      public TplModel setCode(String code)
      Setter for DB_ETERNAL.TPL_MODEL.CODE. 「code」- 模板编码
      Specified by:
      setCode in interface ITplModel
    • getType

      public String getType()
      Getter for DB_ETERNAL.TPL_MODEL.TYPE. 「type」- 模板类型
      Specified by:
      getType in interface ITplModel
    • setType

      public TplModel setType(String type)
      Setter for DB_ETERNAL.TPL_MODEL.TYPE. 「type」- 模板类型
      Specified by:
      setType in interface ITplModel
    • getTplCategory

      public String getTplCategory()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_CATEGORY. 「tplCategory」- 分类配置
      Specified by:
      getTplCategory in interface ITplModel
    • setTplCategory

      public TplModel setTplCategory(String tplCategory)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_CATEGORY. 「tplCategory」- 分类配置
      Specified by:
      setTplCategory in interface ITplModel
    • getTplIntegration

      public String getTplIntegration()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_INTEGRATION. 「tplIntegration」- 集成配置
      Specified by:
      getTplIntegration in interface ITplModel
    • setTplIntegration

      public TplModel setTplIntegration(String tplIntegration)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_INTEGRATION. 「tplIntegration」- 集成配置
      Specified by:
      setTplIntegration in interface ITplModel
    • getTplAcl

      public String getTplAcl()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_ACL. 「tplAcl」- 安全配置
      Specified by:
      getTplAcl in interface ITplModel
    • setTplAcl

      public TplModel setTplAcl(String tplAcl)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_ACL. 「tplAcl」- 安全配置
      Specified by:
      setTplAcl in interface ITplModel
    • getTplAclVisit

      public String getTplAclVisit()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_ACL_VISIT. 「tplAclVisit」- 资源访问者配置
      Specified by:
      getTplAclVisit in interface ITplModel
    • setTplAclVisit

      public TplModel setTplAclVisit(String tplAclVisit)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_ACL_VISIT. 「tplAclVisit」- 资源访问者配置
      Specified by:
      setTplAclVisit in interface ITplModel
    • getTplModel

      public String getTplModel()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_MODEL. 「tplModel」- 模型配置
      Specified by:
      getTplModel in interface ITplModel
    • setTplModel

      public TplModel setTplModel(String tplModel)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_MODEL. 「tplModel」- 模型配置
      Specified by:
      setTplModel in interface ITplModel
    • getTplEntity

      public String getTplEntity()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_ENTITY. 「tplEntity」- 实体配置
      Specified by:
      getTplEntity in interface ITplModel
    • setTplEntity

      public TplModel setTplEntity(String tplEntity)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_ENTITY. 「tplEntity」- 实体配置
      Specified by:
      setTplEntity in interface ITplModel
    • getTplApi

      public String getTplApi()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_API. 「tplApi」- 接口配置
      Specified by:
      getTplApi in interface ITplModel
    • setTplApi

      public TplModel setTplApi(String tplApi)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_API. 「tplApi」- 接口配置
      Specified by:
      setTplApi in interface ITplModel
    • getTplJob

      public String getTplJob()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_JOB. 「tplJob」- 任务配置
      Specified by:
      getTplJob in interface ITplModel
    • setTplJob

      public TplModel setTplJob(String tplJob)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_JOB. 「tplJob」- 任务配置
      Specified by:
      setTplJob in interface ITplModel
    • getTplUi

      public String getTplUi()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_UI. 「tplUi」- 界面配置
      Specified by:
      getTplUi in interface ITplModel
    • setTplUi

      public TplModel setTplUi(String tplUi)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_UI. 「tplUi」- 界面配置
      Specified by:
      setTplUi in interface ITplModel
    • getTplUiList

      public String getTplUiList()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_UI_LIST. 「tplUiList」- 界面列表配置
      Specified by:
      getTplUiList in interface ITplModel
    • setTplUiList

      public TplModel setTplUiList(String tplUiList)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_UI_LIST. 「tplUiList」- 界面列表配置
      Specified by:
      setTplUiList in interface ITplModel
    • getTplUiForm

      public String getTplUiForm()
      Getter for DB_ETERNAL.TPL_MODEL.TPL_UI_FORM. 「tplUiForm」- 界面表单配置
      Specified by:
      getTplUiForm in interface ITplModel
    • setTplUiForm

      public TplModel setTplUiForm(String tplUiForm)
      Setter for DB_ETERNAL.TPL_MODEL.TPL_UI_FORM. 「tplUiForm」- 界面表单配置
      Specified by:
      setTplUiForm in interface ITplModel
    • getSigma

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

      public TplModel setSigma(String sigma)
      Setter for DB_ETERNAL.TPL_MODEL.SIGMA. 「sigma」- 统一标识
      Specified by:
      setSigma in interface ITplModel
    • getLanguage

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

      public TplModel setLanguage(String language)
      Setter for DB_ETERNAL.TPL_MODEL.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface ITplModel
    • getActive

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

      public TplModel setActive(Boolean active)
      Setter for DB_ETERNAL.TPL_MODEL.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface ITplModel
    • getMetadata

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

      public TplModel setMetadata(String metadata)
      Setter for DB_ETERNAL.TPL_MODEL.METADATA. 「metadata」- 附加配置数据
      Specified by:
      setMetadata in interface ITplModel
    • getCreatedAt

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

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

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

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

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

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

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

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

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