Interface IFDebt

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

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

    • setKey

      IFDebt setKey(String value)
      Setter for DB_ETERNAL.F_DEBT.KEY. 「key」- 应收账单主键ID
    • getKey

      String getKey()
      Getter for DB_ETERNAL.F_DEBT.KEY. 「key」- 应收账单主键ID
    • setName

      IFDebt setName(String value)
      Setter for DB_ETERNAL.F_DEBT.NAME. 「name」 - 应收单标题
    • getName

      String getName()
      Getter for DB_ETERNAL.F_DEBT.NAME. 「name」 - 应收单标题
    • setCode

      IFDebt setCode(String value)
      Setter for DB_ETERNAL.F_DEBT.CODE. 「code」 - 应收单编号
    • getCode

      String getCode()
      Getter for DB_ETERNAL.F_DEBT.CODE. 「code」 - 应收单编号
    • setSerial

      IFDebt setSerial(String value)
      Setter for DB_ETERNAL.F_DEBT.SERIAL. 「serial」 - 应收单据号
    • getSerial

      String getSerial()
      Getter for DB_ETERNAL.F_DEBT.SERIAL. 「serial」 - 应收单据号
    • setAmount

      IFDebt setAmount(BigDecimal value)
      Setter for DB_ETERNAL.F_DEBT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额
    • getAmount

      BigDecimal getAmount()
      Getter for DB_ETERNAL.F_DEBT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额
    • setSignName

      IFDebt setSignName(String value)
      Setter for DB_ETERNAL.F_DEBT.SIGN_NAME. 「signName」签单人姓名
    • getSignName

      String getSignName()
      Getter for DB_ETERNAL.F_DEBT.SIGN_NAME. 「signName」签单人姓名
    • setSignMobile

      IFDebt setSignMobile(String value)
      Setter for DB_ETERNAL.F_DEBT.SIGN_MOBILE. 「signMobile」签单人电话
    • getSignMobile

      String getSignMobile()
      Getter for DB_ETERNAL.F_DEBT.SIGN_MOBILE. 「signMobile」签单人电话
    • setFinished

      IFDebt setFinished(Boolean value)
      Setter for DB_ETERNAL.F_DEBT.FINISHED. 「finished」- 是否完成
    • getFinished

      Boolean getFinished()
      Getter for DB_ETERNAL.F_DEBT.FINISHED. 「finished」- 是否完成
    • setFinishedAt

      IFDebt setFinishedAt(LocalDateTime value)
      Setter for DB_ETERNAL.F_DEBT.FINISHED_AT. 「createdAt」- 完成时间
    • getFinishedAt

      LocalDateTime getFinishedAt()
      Getter for DB_ETERNAL.F_DEBT.FINISHED_AT. 「createdAt」- 完成时间
    • setComment

      IFDebt setComment(String value)
      Setter for DB_ETERNAL.F_DEBT.COMMENT. 「comment」 - 备注
    • getComment

      String getComment()
      Getter for DB_ETERNAL.F_DEBT.COMMENT. 「comment」 - 备注
    • setCustomerId

      IFDebt setCustomerId(String value)
      Setter for DB_ETERNAL.F_DEBT.CUSTOMER_ID. 「customerId」结算对象(单位ID)
    • getCustomerId

      String getCustomerId()
      Getter for DB_ETERNAL.F_DEBT.CUSTOMER_ID. 「customerId」结算对象(单位ID)
    • setSettlementId

      IFDebt setSettlementId(String value)
      Setter for DB_ETERNAL.F_DEBT.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算
    • getSettlementId

      String getSettlementId()
      Getter for DB_ETERNAL.F_DEBT.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算
    • setSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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