Class FCurrency

java.lang.Object
cn.vertxup.fm.domain.tables.pojos.FCurrency
All Implemented Interfaces:
IFCurrency, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_CURRENCY.KEY. 「key」- 币种主键
      Specified by:
      getKey in interface IFCurrency
    • setKey

      public FCurrency setKey(String key)
      Setter for DB_ETERNAL.F_CURRENCY.KEY. 「key」- 币种主键
      Specified by:
      setKey in interface IFCurrency
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_CURRENCY.NAME. 「name」- 币种名称
      Specified by:
      getName in interface IFCurrency
    • setName

      public FCurrency setName(String name)
      Setter for DB_ETERNAL.F_CURRENCY.NAME. 「name」- 币种名称
      Specified by:
      setName in interface IFCurrency
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_CURRENCY.CODE. 「code」- 币种编码
      Specified by:
      getCode in interface IFCurrency
    • setCode

      public FCurrency setCode(String code)
      Setter for DB_ETERNAL.F_CURRENCY.CODE. 「code」- 币种编码
      Specified by:
      setCode in interface IFCurrency
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.F_CURRENCY.COMMENT. 「comment」 - 币种备注
      Specified by:
      getComment in interface IFCurrency
    • setComment

      public FCurrency setComment(String comment)
      Setter for DB_ETERNAL.F_CURRENCY.COMMENT. 「comment」 - 币种备注
      Specified by:
      setComment in interface IFCurrency
    • getDigitAmount

      public Integer getDigitAmount()
      Getter for DB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT. 「digitAmount」- 金额小数位数
      Specified by:
      getDigitAmount in interface IFCurrency
    • setDigitAmount

      public FCurrency setDigitAmount(Integer digitAmount)
      Setter for DB_ETERNAL.F_CURRENCY.DIGIT_AMOUNT. 「digitAmount」- 金额小数位数
      Specified by:
      setDigitAmount in interface IFCurrency
    • getDigitPrice

      public Integer getDigitPrice()
      Getter for DB_ETERNAL.F_CURRENCY.DIGIT_PRICE. 「digitPrice」- 单价小数位数
      Specified by:
      getDigitPrice in interface IFCurrency
    • setDigitPrice

      public FCurrency setDigitPrice(Integer digitPrice)
      Setter for DB_ETERNAL.F_CURRENCY.DIGIT_PRICE. 「digitPrice」- 单价小数位数
      Specified by:
      setDigitPrice in interface IFCurrency
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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