java.lang.Object
cn.vertxup.atom.domain.tables.pojos.MKey
All Implemented Interfaces:
IMKey, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
      Specified by:
      getKey in interface IMKey
    • setKey

      public MKey setKey(String key)
      Setter for DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
      Specified by:
      setKey in interface IMKey
    • getName

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

      public MKey setName(String name)
      Setter for DB_ETERNAL.M_KEY.NAME. 「name」- 键名称
      Specified by:
      setName in interface IMKey
    • getType

      public String getType()
      Getter for DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
      Specified by:
      getType in interface IMKey
    • setType

      public MKey setType(String type)
      Setter for DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
      Specified by:
      setType in interface IMKey
    • getColumns

      public String getColumns()
      Getter for DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
      Specified by:
      getColumns in interface IMKey
    • setColumns

      public MKey setColumns(String columns)
      Setter for DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
      Specified by:
      setColumns in interface IMKey
    • getEntityId

      public String getEntityId()
      Getter for DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
      Specified by:
      getEntityId in interface IMKey
    • setEntityId

      public MKey setEntityId(String entityId)
      Setter for DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
      Specified by:
      setEntityId in interface IMKey
    • getComments

      public String getComments()
      Getter for DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
      Specified by:
      getComments in interface IMKey
    • setComments

      public MKey setComments(String comments)
      Setter for DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
      Specified by:
      setComments in interface IMKey
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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