Interface IFCurrency

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

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

    • setKey

      IFCurrency setKey(String value)
      Setter for DB_ETERNAL.F_CURRENCY.KEY. 「key」- 币种主键
    • getKey

      String getKey()
      Getter for DB_ETERNAL.F_CURRENCY.KEY. 「key」- 币种主键
    • setName

      IFCurrency setName(String value)
      Setter for DB_ETERNAL.F_CURRENCY.NAME. 「name」- 币种名称
    • getName

      String getName()
      Getter for DB_ETERNAL.F_CURRENCY.NAME. 「name」- 币种名称
    • setCode

      IFCurrency setCode(String value)
      Setter for DB_ETERNAL.F_CURRENCY.CODE. 「code」- 币种编码
    • getCode

      String getCode()
      Getter for DB_ETERNAL.F_CURRENCY.CODE. 「code」- 币种编码
    • setComment

      IFCurrency setComment(String value)
      Setter for DB_ETERNAL.F_CURRENCY.COMMENT. 「comment」 - 币种备注
    • getComment

      String getComment()
      Getter for DB_ETERNAL.F_CURRENCY.COMMENT. 「comment」 - 币种备注
    • setDigitAmount

      IFCurrency setDigitAmount(Integer value)
      Setter for DB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT. 「digitAmount」- 金额小数位数
    • getDigitAmount

      Integer getDigitAmount()
      Getter for DB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT. 「digitAmount」- 金额小数位数
    • setDigitPrice

      IFCurrency setDigitPrice(Integer value)
      Setter for DB_ETERNAL.F_CURRENCY.DIGIT_PRICE. 「digitPrice」- 单价小数位数
    • getDigitPrice

      Integer getDigitPrice()
      Getter for DB_ETERNAL.F_CURRENCY.DIGIT_PRICE. 「digitPrice」- 单价小数位数
    • setSigma

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

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

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

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

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

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

      IFCurrency setMetadata(String value)
      Setter for DB_ETERNAL.F_CURRENCY.METADATA. 「metadata」- 附加配置数据
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.F_CURRENCY.METADATA. 「metadata」- 附加配置数据
    • setCreatedAt

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

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

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

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

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

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

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

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

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

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

      default IFCurrency 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