Class TplTicket

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.TPL_TICKET.KEY. 「key」- 增量记录ID
      Specified by:
      getKey in interface ITplTicket
    • setKey

      public TplTicket setKey(String key)
      Setter for DB_ETERNAL.TPL_TICKET.KEY. 「key」- 增量记录ID
      Specified by:
      setKey in interface ITplTicket
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.TPL_TICKET.CODE. 「code」- 编码
      Specified by:
      getCode in interface ITplTicket
    • setCode

      public TplTicket setCode(String code)
      Setter for DB_ETERNAL.TPL_TICKET.CODE. 「code」- 编码
      Specified by:
      setCode in interface ITplTicket
    • getName

      public String getName()
      Getter for DB_ETERNAL.TPL_TICKET.NAME. 「name」- 名称
      Specified by:
      getName in interface ITplTicket
    • setName

      public TplTicket setName(String name)
      Setter for DB_ETERNAL.TPL_TICKET.NAME. 「name」- 名称
      Specified by:
      setName in interface ITplTicket
    • getDescription

      public String getDescription()
      Getter for DB_ETERNAL.TPL_TICKET.DESCRIPTION. 「description」- 描述
      Specified by:
      getDescription in interface ITplTicket
    • setDescription

      public TplTicket setDescription(String description)
      Setter for DB_ETERNAL.TPL_TICKET.DESCRIPTION. 「description」- 描述
      Specified by:
      setDescription in interface ITplTicket
    • getType

      public String getType()
      Getter for DB_ETERNAL.TPL_TICKET.TYPE. 「type」- 分类
      Specified by:
      getType in interface ITplTicket
    • setType

      public TplTicket setType(String type)
      Setter for DB_ETERNAL.TPL_TICKET.TYPE. 「type」- 分类
      Specified by:
      setType in interface ITplTicket
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.TPL_TICKET.STATUS. 「status」- 状态
      Specified by:
      getStatus in interface ITplTicket
    • setStatus

      public TplTicket setStatus(String status)
      Setter for DB_ETERNAL.TPL_TICKET.STATUS. 「status」- 状态
      Specified by:
      setStatus in interface ITplTicket
    • getSystem

      public Boolean getSystem()
      Getter for DB_ETERNAL.TPL_TICKET.SYSTEM. 「system」- 是否属于系统模板
      Specified by:
      getSystem in interface ITplTicket
    • setSystem

      public TplTicket setSystem(Boolean system)
      Setter for DB_ETERNAL.TPL_TICKET.SYSTEM. 「system」- 是否属于系统模板
      Specified by:
      setSystem in interface ITplTicket
    • getModelId

      public String getModelId()
      Getter for DB_ETERNAL.TPL_TICKET.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      getModelId in interface ITplTicket
    • setModelId

      public TplTicket setModelId(String modelId)
      Setter for DB_ETERNAL.TPL_TICKET.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      setModelId in interface ITplTicket
    • getModelKey

      public String getModelKey()
      Getter for DB_ETERNAL.TPL_TICKET.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      getModelKey in interface ITplTicket
    • setModelKey

      public TplTicket setModelKey(String modelKey)
      Setter for DB_ETERNAL.TPL_TICKET.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      setModelKey in interface ITplTicket
    • getModelCategory

      public String getModelCategory()
      Getter for DB_ETERNAL.TPL_TICKET.MODEL_CATEGORY. 「modelCategory」- 模型分类
      Specified by:
      getModelCategory in interface ITplTicket
    • setModelCategory

      public TplTicket setModelCategory(String modelCategory)
      Setter for DB_ETERNAL.TPL_TICKET.MODEL_CATEGORY. 「modelCategory」- 模型分类
      Specified by:
      setModelCategory in interface ITplTicket
    • getRecordJson

      public String getRecordJson()
      Getter for DB_ETERNAL.TPL_TICKET.RECORD_JSON. 「recordJson」- 上一次的记录内容(Json格式)
      Specified by:
      getRecordJson in interface ITplTicket
    • setRecordJson

      public TplTicket setRecordJson(String recordJson)
      Setter for DB_ETERNAL.TPL_TICKET.RECORD_JSON. 「recordJson」- 上一次的记录内容(Json格式)
      Specified by:
      setRecordJson in interface ITplTicket
    • getRecordComponent

      public String getRecordComponent()
      Getter for DB_ETERNAL.TPL_TICKET.RECORD_COMPONENT. 「recordComponent」- 处理记录的组件
      Specified by:
      getRecordComponent in interface ITplTicket
    • setRecordComponent

      public TplTicket setRecordComponent(String recordComponent)
      Setter for DB_ETERNAL.TPL_TICKET.RECORD_COMPONENT. 「recordComponent」- 处理记录的组件
      Specified by:
      setRecordComponent in interface ITplTicket
    • getUiConfig

      public String getUiConfig()
      Getter for DB_ETERNAL.TPL_TICKET.UI_CONFIG. 「uiConfig」- UI的配置(Json格式)
      Specified by:
      getUiConfig in interface ITplTicket
    • setUiConfig

      public TplTicket setUiConfig(String uiConfig)
      Setter for DB_ETERNAL.TPL_TICKET.UI_CONFIG. 「uiConfig」- UI的配置(Json格式)
      Specified by:
      setUiConfig in interface ITplTicket
    • getUiComponent

      public String getUiComponent()
      Getter for DB_ETERNAL.TPL_TICKET.UI_COMPONENT. 「uiComponent」- 处理UI的组件
      Specified by:
      getUiComponent in interface ITplTicket
    • setUiComponent

      public TplTicket setUiComponent(String uiComponent)
      Setter for DB_ETERNAL.TPL_TICKET.UI_COMPONENT. 「uiComponent」- 处理UI的组件
      Specified by:
      setUiComponent in interface ITplTicket
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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