Class FSettlement

  • All Implemented Interfaces:
    IFSettlement, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class FSettlement
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IFSettlement
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.F_SETTLEMENT.KEY. 「key」- 结算单主键
        Specified by:
        getKey in interface IFSettlement
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.F_SETTLEMENT.CODE. 「code」 - 结算单编号
        Specified by:
        getCode in interface IFSettlement
      • getSerial

        public String getSerial()
        Getter for DB_ETERNAL.F_SETTLEMENT.SERIAL. 「serial」 - 结算单据号
        Specified by:
        getSerial in interface IFSettlement
      • getAmount

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

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

        public String getComment()
        Getter for DB_ETERNAL.F_SETTLEMENT.COMMENT. 「comment」 - 结算单备注
        Specified by:
        getComment in interface IFSettlement
      • getRounded

        public Byte getRounded()
        Getter for DB_ETERNAL.F_SETTLEMENT.ROUNDED. 「rounded」抹零方式 = true:四舍五入、round = false:零头舍掉,round,IS_ROUND
        Specified by:
        getRounded in interface IFSettlement
      • setRounded

        public FSettlement setRounded​(Byte rounded)
        Setter for DB_ETERNAL.F_SETTLEMENT.ROUNDED. 「rounded」抹零方式 = true:四舍五入、round = false:零头舍掉,round,IS_ROUND
        Specified by:
        setRounded in interface IFSettlement
      • getFinished

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

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

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

        public String getOrderId()
        Getter for DB_ETERNAL.F_SETTLEMENT.ORDER_ID. 「orderId」- 预授权所属订单ID
        Specified by:
        getOrderId in interface IFSettlement
      • setOrderId

        public FSettlement setOrderId​(String orderId)
        Setter for DB_ETERNAL.F_SETTLEMENT.ORDER_ID. 「orderId」- 预授权所属订单ID
        Specified by:
        setOrderId in interface IFSettlement
      • getSigma

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

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

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

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

        public FSettlement setMetadata​(String metadata)
        Setter for DB_ETERNAL.F_SETTLEMENT.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface IFSettlement
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.F_SETTLEMENT.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IFSettlement
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.F_SETTLEMENT.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface IFSettlement
      • from

        public void from​(IFSettlement from)
        Description copied from interface: IFSettlement
        Load data from another generated Record/POJO implementing the common interface IFSettlement
        Specified by:
        from in interface IFSettlement
      • into

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