Class FBook

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_BOOK.KEY. 「key」- 账本主键ID
      Specified by:
      getKey in interface IFBook
    • setKey

      public FBook setKey(String key)
      Setter for DB_ETERNAL.F_BOOK.KEY. 「key」- 账本主键ID
      Specified by:
      setKey in interface IFBook
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_BOOK.NAME. 「name」 - 账本名称
      Specified by:
      getName in interface IFBook
    • setName

      public FBook setName(String name)
      Setter for DB_ETERNAL.F_BOOK.NAME. 「name」 - 账本名称
      Specified by:
      setName in interface IFBook
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_BOOK.CODE. 「code」 - 账本的系统编号
      Specified by:
      getCode in interface IFBook
    • setCode

      public FBook setCode(String code)
      Setter for DB_ETERNAL.F_BOOK.CODE. 「code」 - 账本的系统编号
      Specified by:
      setCode in interface IFBook
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.F_BOOK.SERIAL. 「serial」 - 财务系统账本编号
      Specified by:
      getSerial in interface IFBook
    • setSerial

      public FBook setSerial(String serial)
      Setter for DB_ETERNAL.F_BOOK.SERIAL. 「serial」 - 财务系统账本编号
      Specified by:
      setSerial in interface IFBook
    • getType

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

      public FBook setType(String type)
      Setter for DB_ETERNAL.F_BOOK.TYPE. 「type」 - 账本类型
      Specified by:
      setType in interface IFBook
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.F_BOOK.STATUS. 「status」 - 账本状态
      Specified by:
      getStatus in interface IFBook
    • setStatus

      public FBook setStatus(String status)
      Setter for DB_ETERNAL.F_BOOK.STATUS. 「status」 - 账本状态
      Specified by:
      setStatus in interface IFBook
    • getMajor

      public Boolean getMajor()
      Getter for DB_ETERNAL.F_BOOK.MAJOR. 「major」- 主账本标识
      Specified by:
      getMajor in interface IFBook
    • setMajor

      public FBook setMajor(Boolean major)
      Setter for DB_ETERNAL.F_BOOK.MAJOR. 「major」- 主账本标识
      Specified by:
      setMajor in interface IFBook
    • getAmount

      public BigDecimal getAmount()
      Getter for DB_ETERNAL.F_BOOK.AMOUNT. 「amount」- 交易金额,正数:应收,负数:应退,最终计算总金额
      Specified by:
      getAmount in interface IFBook
    • setAmount

      public FBook setAmount(BigDecimal amount)
      Setter for DB_ETERNAL.F_BOOK.AMOUNT. 「amount」- 交易金额,正数:应收,负数:应退,最终计算总金额
      Specified by:
      setAmount in interface IFBook
    • getComment

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

      public FBook setComment(String comment)
      Setter for DB_ETERNAL.F_BOOK.COMMENT. 「comment」 - 账本备注
      Specified by:
      setComment in interface IFBook
    • getChecked

      public Boolean getChecked()
      Getter for DB_ETERNAL.F_BOOK.CHECKED. 「checked」- 是否检查
      Specified by:
      getChecked in interface IFBook
    • setChecked

      public FBook setChecked(Boolean checked)
      Setter for DB_ETERNAL.F_BOOK.CHECKED. 「checked」- 是否检查
      Specified by:
      setChecked in interface IFBook
    • getCheckedDesc

      public String getCheckedDesc()
      Getter for DB_ETERNAL.F_BOOK.CHECKED_DESC. 「checkedDesc」 - 账本检查描述信息
      Specified by:
      getCheckedDesc in interface IFBook
    • setCheckedDesc

      public FBook setCheckedDesc(String checkedDesc)
      Setter for DB_ETERNAL.F_BOOK.CHECKED_DESC. 「checkedDesc」 - 账本检查描述信息
      Specified by:
      setCheckedDesc in interface IFBook
    • getExceed

      public Boolean getExceed()
      Getter for DB_ETERNAL.F_BOOK.EXCEED. 「exceed」- 是否加收
      Specified by:
      getExceed in interface IFBook
    • setExceed

      public FBook setExceed(Boolean exceed)
      Setter for DB_ETERNAL.F_BOOK.EXCEED. 「exceed」- 是否加收
      Specified by:
      setExceed in interface IFBook
    • getExceedDesc

      public String getExceedDesc()
      Getter for DB_ETERNAL.F_BOOK.EXCEED_DESC. 「exceedDesc」 - 账本加收描述信息
      Specified by:
      getExceedDesc in interface IFBook
    • setExceedDesc

      public FBook setExceedDesc(String exceedDesc)
      Setter for DB_ETERNAL.F_BOOK.EXCEED_DESC. 「exceedDesc」 - 账本加收描述信息
      Specified by:
      setExceedDesc in interface IFBook
    • getModelId

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

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

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

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

      public String getParentId()
      Getter for DB_ETERNAL.F_BOOK.PARENT_ID. 「parentId」- 子账本专用,引用父账本ID
      Specified by:
      getParentId in interface IFBook
    • setParentId

      public FBook setParentId(String parentId)
      Setter for DB_ETERNAL.F_BOOK.PARENT_ID. 「parentId」- 子账本专用,引用父账本ID
      Specified by:
      setParentId in interface IFBook
    • getOrderId

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

      public FBook setOrderId(String orderId)
      Setter for DB_ETERNAL.F_BOOK.ORDER_ID. 「orderId」- 订单对应的订单ID
      Specified by:
      setOrderId in interface IFBook
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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