Class FDebt

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_DEBT.KEY. 「key」- 应收账单主键ID
      Specified by:
      getKey in interface IFDebt
    • setKey

      public FDebt setKey(String key)
      Setter for DB_ETERNAL.F_DEBT.KEY. 「key」- 应收账单主键ID
      Specified by:
      setKey in interface IFDebt
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_DEBT.NAME. 「name」 - 应收单标题
      Specified by:
      getName in interface IFDebt
    • setName

      public FDebt setName(String name)
      Setter for DB_ETERNAL.F_DEBT.NAME. 「name」 - 应收单标题
      Specified by:
      setName in interface IFDebt
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_DEBT.CODE. 「code」 - 应收单编号
      Specified by:
      getCode in interface IFDebt
    • setCode

      public FDebt setCode(String code)
      Setter for DB_ETERNAL.F_DEBT.CODE. 「code」 - 应收单编号
      Specified by:
      setCode in interface IFDebt
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.F_DEBT.SERIAL. 「serial」 - 应收单据号
      Specified by:
      getSerial in interface IFDebt
    • setSerial

      public FDebt setSerial(String serial)
      Setter for DB_ETERNAL.F_DEBT.SERIAL. 「serial」 - 应收单据号
      Specified by:
      setSerial in interface IFDebt
    • getAmount

      public BigDecimal getAmount()
      Getter for DB_ETERNAL.F_DEBT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额
      Specified by:
      getAmount in interface IFDebt
    • setAmount

      public FDebt setAmount(BigDecimal amount)
      Setter for DB_ETERNAL.F_DEBT.AMOUNT. 「amount」——价税合计,所有明细对应的实际结算金额
      Specified by:
      setAmount in interface IFDebt
    • getSignName

      public String getSignName()
      Getter for DB_ETERNAL.F_DEBT.SIGN_NAME. 「signName」签单人姓名
      Specified by:
      getSignName in interface IFDebt
    • setSignName

      public FDebt setSignName(String signName)
      Setter for DB_ETERNAL.F_DEBT.SIGN_NAME. 「signName」签单人姓名
      Specified by:
      setSignName in interface IFDebt
    • getSignMobile

      public String getSignMobile()
      Getter for DB_ETERNAL.F_DEBT.SIGN_MOBILE. 「signMobile」签单人电话
      Specified by:
      getSignMobile in interface IFDebt
    • setSignMobile

      public FDebt setSignMobile(String signMobile)
      Setter for DB_ETERNAL.F_DEBT.SIGN_MOBILE. 「signMobile」签单人电话
      Specified by:
      setSignMobile in interface IFDebt
    • getFinished

      public Boolean getFinished()
      Getter for DB_ETERNAL.F_DEBT.FINISHED. 「finished」- 是否完成
      Specified by:
      getFinished in interface IFDebt
    • setFinished

      public FDebt setFinished(Boolean finished)
      Setter for DB_ETERNAL.F_DEBT.FINISHED. 「finished」- 是否完成
      Specified by:
      setFinished in interface IFDebt
    • getFinishedAt

      public LocalDateTime getFinishedAt()
      Getter for DB_ETERNAL.F_DEBT.FINISHED_AT. 「createdAt」- 完成时间
      Specified by:
      getFinishedAt in interface IFDebt
    • setFinishedAt

      public FDebt setFinishedAt(LocalDateTime finishedAt)
      Setter for DB_ETERNAL.F_DEBT.FINISHED_AT. 「createdAt」- 完成时间
      Specified by:
      setFinishedAt in interface IFDebt
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.F_DEBT.COMMENT. 「comment」 - 备注
      Specified by:
      getComment in interface IFDebt
    • setComment

      public FDebt setComment(String comment)
      Setter for DB_ETERNAL.F_DEBT.COMMENT. 「comment」 - 备注
      Specified by:
      setComment in interface IFDebt
    • getCustomerId

      public String getCustomerId()
      Getter for DB_ETERNAL.F_DEBT.CUSTOMER_ID. 「customerId」结算对象(单位ID)
      Specified by:
      getCustomerId in interface IFDebt
    • setCustomerId

      public FDebt setCustomerId(String customerId)
      Setter for DB_ETERNAL.F_DEBT.CUSTOMER_ID. 「customerId」结算对象(单位ID)
      Specified by:
      setCustomerId in interface IFDebt
    • getSettlementId

      public String getSettlementId()
      Getter for DB_ETERNAL.F_DEBT.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算
      Specified by:
      getSettlementId in interface IFDebt
    • setSettlementId

      public FDebt setSettlementId(String settlementId)
      Setter for DB_ETERNAL.F_DEBT.SETTLEMENT_ID. 「settlementId」- 结算单ID,该字段有值标识已经结算
      Specified by:
      setSettlementId in interface IFDebt
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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