Class FPayment

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_PAYMENT.KEY. 「key」- 付款单账单主键ID
      Specified by:
      getKey in interface IFPayment
    • setKey

      public FPayment setKey(String key)
      Setter for DB_ETERNAL.F_PAYMENT.KEY. 「key」- 付款单账单主键ID
      Specified by:
      setKey in interface IFPayment
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_PAYMENT.NAME. 「name」 - 付款单单标题
      Specified by:
      getName in interface IFPayment
    • setName

      public FPayment setName(String name)
      Setter for DB_ETERNAL.F_PAYMENT.NAME. 「name」 - 付款单单标题
      Specified by:
      setName in interface IFPayment
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_PAYMENT.CODE. 「code」 - 付款单单编号
      Specified by:
      getCode in interface IFPayment
    • setCode

      public FPayment setCode(String code)
      Setter for DB_ETERNAL.F_PAYMENT.CODE. 「code」 - 付款单单编号
      Specified by:
      setCode in interface IFPayment
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.F_PAYMENT.SERIAL. 「serial」 - 付款单单据号
      Specified by:
      getSerial in interface IFPayment
    • setSerial

      public FPayment setSerial(String serial)
      Setter for DB_ETERNAL.F_PAYMENT.SERIAL. 「serial」 - 付款单单据号
      Specified by:
      setSerial in interface IFPayment
    • getAmount

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

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

      public String getPayName()
      Getter for DB_ETERNAL.F_PAYMENT.PAY_NAME. 「payName」打款人姓名
      Specified by:
      getPayName in interface IFPayment
    • setPayName

      public FPayment setPayName(String payName)
      Setter for DB_ETERNAL.F_PAYMENT.PAY_NAME. 「payName」打款人姓名
      Specified by:
      setPayName in interface IFPayment
    • getPayMobile

      public String getPayMobile()
      Getter for DB_ETERNAL.F_PAYMENT.PAY_MOBILE. 「payMobile」打款人电话
      Specified by:
      getPayMobile in interface IFPayment
    • setPayMobile

      public FPayment setPayMobile(String payMobile)
      Setter for DB_ETERNAL.F_PAYMENT.PAY_MOBILE. 「payMobile」打款人电话
      Specified by:
      setPayMobile in interface IFPayment
    • getPayMethod

      public String getPayMethod()
      Getter for DB_ETERNAL.F_PAYMENT.PAY_METHOD. 「payMethod」付款方式
      Specified by:
      getPayMethod in interface IFPayment
    • setPayMethod

      public FPayment setPayMethod(String payMethod)
      Setter for DB_ETERNAL.F_PAYMENT.PAY_METHOD. 「payMethod」付款方式
      Specified by:
      setPayMethod in interface IFPayment
    • getPayId

      public String getPayId()
      Getter for DB_ETERNAL.F_PAYMENT.PAY_ID. 「payId」付款账号
      Specified by:
      getPayId in interface IFPayment
    • setPayId

      public FPayment setPayId(String payId)
      Setter for DB_ETERNAL.F_PAYMENT.PAY_ID. 「payId」付款账号
      Specified by:
      setPayId in interface IFPayment
    • getComment

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

      public FPayment setComment(String comment)
      Setter for DB_ETERNAL.F_PAYMENT.COMMENT. 「comment」 - 备注
      Specified by:
      setComment in interface IFPayment
    • getPrepay

      public Boolean getPrepay()
      Getter for DB_ETERNAL.F_PAYMENT.PREPAY. 「prepay」- 是否预付
      Specified by:
      getPrepay in interface IFPayment
    • setPrepay

      public FPayment setPrepay(Boolean prepay)
      Setter for DB_ETERNAL.F_PAYMENT.PREPAY. 「prepay」- 是否预付
      Specified by:
      setPrepay in interface IFPayment
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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