Interface ILState

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
LState, LStateRecord

public interface ILState extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Details

    • setKey

      ILState setKey(String value)
      Setter for DB_ETERNAL.L_STATE.KEY. 「key」- 省会主键
    • getKey

      String getKey()
      Getter for DB_ETERNAL.L_STATE.KEY. 「key」- 省会主键
    • setName

      ILState setName(String value)
      Setter for DB_ETERNAL.L_STATE.NAME. 「name」- 省会名称
    • getName

      String getName()
      Getter for DB_ETERNAL.L_STATE.NAME. 「name」- 省会名称
    • setCode

      ILState setCode(String value)
      Setter for DB_ETERNAL.L_STATE.CODE. 「code」- 省会编码
    • getCode

      String getCode()
      Getter for DB_ETERNAL.L_STATE.CODE. 「code」- 省会编码
    • setAlias

      ILState setAlias(String value)
      Setter for DB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写)
    • getAlias

      String getAlias()
      Getter for DB_ETERNAL.L_STATE.ALIAS. 「alias」- 别名(缩写)
    • setMetadata

      ILState setMetadata(String value)
      Setter for DB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.L_STATE.METADATA. 「metadata」- 附加配置
    • setOrder

      ILState setOrder(Integer value)
      Setter for DB_ETERNAL.L_STATE.ORDER. 「order」- 排序
    • getOrder

      Integer getOrder()
      Getter for DB_ETERNAL.L_STATE.ORDER. 「order」- 排序
    • setCountryId

      ILState setCountryId(String value)
      Setter for DB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID
    • getCountryId

      String getCountryId()
      Getter for DB_ETERNAL.L_STATE.COUNTRY_ID. 「countryId」- 国家ID
    • setActive

      ILState setActive(Boolean value)
      Setter for DB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用
    • getActive

      Boolean getActive()
      Getter for DB_ETERNAL.L_STATE.ACTIVE. 「active」- 是否启用
    • setSigma

      ILState setSigma(String value)
      Setter for DB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识
    • getSigma

      String getSigma()
      Getter for DB_ETERNAL.L_STATE.SIGMA. 「sigma」- 统一标识
    • setLanguage

      ILState setLanguage(String value)
      Setter for DB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言
    • getLanguage

      String getLanguage()
      Getter for DB_ETERNAL.L_STATE.LANGUAGE. 「language」- 使用的语言
    • setCreatedAt

      ILState setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间
    • getCreatedAt

      LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.L_STATE.CREATED_AT. 「createdAt」- 创建时间
    • setCreatedBy

      ILState setCreatedBy(String value)
      Setter for DB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人
    • getCreatedBy

      String getCreatedBy()
      Getter for DB_ETERNAL.L_STATE.CREATED_BY. 「createdBy」- 创建人
    • setUpdatedAt

      ILState setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间
    • getUpdatedAt

      LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.L_STATE.UPDATED_AT. 「updatedAt」- 更新时间
    • setUpdatedBy

      ILState setUpdatedBy(String value)
      Setter for DB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
    • getUpdatedBy

      String getUpdatedBy()
      Getter for DB_ETERNAL.L_STATE.UPDATED_BY. 「updatedBy」- 更新人
    • from

      void from(ILState from)
      Load data from another generated Record/POJO implementing the common interface ILState
    • into

      <E extends ILState> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface ILState
    • fromJson

      default ILState fromJson(io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo