Class FBill

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_BILL.KEY. 「key」- 账单主键
      Specified by:
      getKey in interface IFBill
    • setKey

      public FBill setKey(String key)
      Setter for DB_ETERNAL.F_BILL.KEY. 「key」- 账单主键
      Specified by:
      setKey in interface IFBill
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_BILL.NAME. 「name」- 账单标题
      Specified by:
      getName in interface IFBill
    • setName

      public FBill setName(String name)
      Setter for DB_ETERNAL.F_BILL.NAME. 「name」- 账单标题
      Specified by:
      setName in interface IFBill
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_BILL.CODE. 「code」- 账单系统编号
      Specified by:
      getCode in interface IFBill
    • setCode

      public FBill setCode(String code)
      Setter for DB_ETERNAL.F_BILL.CODE. 「code」- 账单系统编号
      Specified by:
      setCode in interface IFBill
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.F_BILL.SERIAL. 「serial」- 账单流水线号
      Specified by:
      getSerial in interface IFBill
    • setSerial

      public FBill setSerial(String serial)
      Setter for DB_ETERNAL.F_BILL.SERIAL. 「serial」- 账单流水线号
      Specified by:
      setSerial in interface IFBill
    • getType

      public String getType()
      Getter for DB_ETERNAL.F_BILL.TYPE. 「type」- 账单类型
      Specified by:
      getType in interface IFBill
    • setType

      public FBill setType(String type)
      Setter for DB_ETERNAL.F_BILL.TYPE. 「type」- 账单类型
      Specified by:
      setType in interface IFBill
    • getCategory

      public String getCategory()
      Getter for DB_ETERNAL.F_BILL.CATEGORY. 「category」- 账单类别
      Specified by:
      getCategory in interface IFBill
    • setCategory

      public FBill setCategory(String category)
      Setter for DB_ETERNAL.F_BILL.CATEGORY. 「category」- 账单类别
      Specified by:
      setCategory in interface IFBill
    • getAmount

      public BigDecimal getAmount()
      Getter for DB_ETERNAL.F_BILL.AMOUNT. 「amount」- 账单金额
      Specified by:
      getAmount in interface IFBill
    • setAmount

      public FBill setAmount(BigDecimal amount)
      Setter for DB_ETERNAL.F_BILL.AMOUNT. 「amount」- 账单金额
      Specified by:
      setAmount in interface IFBill
    • getIncome

      public Boolean getIncome()
      Getter for DB_ETERNAL.F_BILL.INCOME. 「income」- true = 消费类,false = 付款类
      Specified by:
      getIncome in interface IFBill
    • setIncome

      public FBill setIncome(Boolean income)
      Setter for DB_ETERNAL.F_BILL.INCOME. 「income」- true = 消费类,false = 付款类
      Specified by:
      setIncome in interface IFBill
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.F_BILL.COMMENT. 「comment」 - 账单备注
      Specified by:
      getComment in interface IFBill
    • setComment

      public FBill setComment(String comment)
      Setter for DB_ETERNAL.F_BILL.COMMENT. 「comment」 - 账单备注
      Specified by:
      setComment in interface IFBill
    • getOrderId

      public String getOrderId()
      Getter for DB_ETERNAL.F_BILL.ORDER_ID. 「orderId」- 订单对应的订单ID
      Specified by:
      getOrderId in interface IFBill
    • setOrderId

      public FBill setOrderId(String orderId)
      Setter for DB_ETERNAL.F_BILL.ORDER_ID. 「orderId」- 订单对应的订单ID
      Specified by:
      setOrderId in interface IFBill
    • getBookId

      public String getBookId()
      Getter for DB_ETERNAL.F_BILL.BOOK_ID. 「bookId」- 关联账本ID
      Specified by:
      getBookId in interface IFBill
    • setBookId

      public FBill setBookId(String bookId)
      Setter for DB_ETERNAL.F_BILL.BOOK_ID. 「bookId」- 关联账本ID
      Specified by:
      setBookId in interface IFBill
    • getModelId

      public String getModelId()
      Getter for DB_ETERNAL.F_BILL.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      getModelId in interface IFBill
    • setModelId

      public FBill setModelId(String modelId)
      Setter for DB_ETERNAL.F_BILL.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
      Specified by:
      setModelId in interface IFBill
    • getModelKey

      public String getModelKey()
      Getter for DB_ETERNAL.F_BILL.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      getModelKey in interface IFBill
    • setModelKey

      public FBill setModelKey(String modelKey)
      Setter for DB_ETERNAL.F_BILL.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
      Specified by:
      setModelKey in interface IFBill
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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