Interface IFSubject

All Superinterfaces:
Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
All Known Implementing Classes:
FSubject, FSubjectRecord

public interface IFSubject extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
  • Method Details

    • setKey

      IFSubject setKey(String value)
      Setter for DB_ETERNAL.F_SUBJECT.KEY. 「key」- 会计科目ID
    • getKey

      String getKey()
      Getter for DB_ETERNAL.F_SUBJECT.KEY. 「key」- 会计科目ID
    • setName

      IFSubject setName(String value)
      Setter for DB_ETERNAL.F_SUBJECT.NAME. 「name」 - 会计科目名称
    • getName

      String getName()
      Getter for DB_ETERNAL.F_SUBJECT.NAME. 「name」 - 会计科目名称
    • setCode

      IFSubject setCode(String value)
      Setter for DB_ETERNAL.F_SUBJECT.CODE. 「code」 - 会计科目系统编号
    • getCode

      String getCode()
      Getter for DB_ETERNAL.F_SUBJECT.CODE. 「code」 - 会计科目系统编号
    • setSerial

      IFSubject setSerial(String value)
      Setter for DB_ETERNAL.F_SUBJECT.SERIAL. 「serial」 - 会计科目编号
    • getSerial

      String getSerial()
      Getter for DB_ETERNAL.F_SUBJECT.SERIAL. 「serial」 - 会计科目编号
    • setCategory

      IFSubject setCategory(String value)
      Setter for DB_ETERNAL.F_SUBJECT.CATEGORY. 「category」 - 会计科目关联类别,直接对接类型树
    • getCategory

      String getCategory()
      Getter for DB_ETERNAL.F_SUBJECT.CATEGORY. 「category」 - 会计科目关联类别,直接对接类型树
    • setHelpCode

      IFSubject setHelpCode(String value)
      Setter for DB_ETERNAL.F_SUBJECT.HELP_CODE. 「helpCode」- 会计科目助记码
    • getHelpCode

      String getHelpCode()
      Getter for DB_ETERNAL.F_SUBJECT.HELP_CODE. 「helpCode」- 会计科目助记码
    • setComment

      IFSubject setComment(String value)
      Setter for DB_ETERNAL.F_SUBJECT.COMMENT. 「comment」 - 会计科目备注
    • getComment

      String getComment()
      Getter for DB_ETERNAL.F_SUBJECT.COMMENT. 「comment」 - 会计科目备注
    • setOwner

      IFSubject setOwner(String value)
      Setter for DB_ETERNAL.F_SUBJECT.OWNER. 「owner」- 科目方向:OUT-借方 / IN-贷方
    • getOwner

      String getOwner()
      Getter for DB_ETERNAL.F_SUBJECT.OWNER. 「owner」- 科目方向:OUT-借方 / IN-贷方
    • setCompanyId

      IFSubject setCompanyId(String value)
      Setter for DB_ETERNAL.F_SUBJECT.COMPANY_ID. 「companyId」- 会计科目所属公司
    • getCompanyId

      String getCompanyId()
      Getter for DB_ETERNAL.F_SUBJECT.COMPANY_ID. 「companyId」- 会计科目所属公司
    • setParentId

      IFSubject setParentId(String value)
      Setter for DB_ETERNAL.F_SUBJECT.PARENT_ID. 「parentId」- 会计科目父科目
    • getParentId

      String getParentId()
      Getter for DB_ETERNAL.F_SUBJECT.PARENT_ID. 「parentId」- 会计科目父科目
    • setSigma

      IFSubject setSigma(String value)
      Setter for DB_ETERNAL.F_SUBJECT.SIGMA. 「sigma」- 统一标识
    • getSigma

      String getSigma()
      Getter for DB_ETERNAL.F_SUBJECT.SIGMA. 「sigma」- 统一标识
    • setLanguage

      IFSubject setLanguage(String value)
      Setter for DB_ETERNAL.F_SUBJECT.LANGUAGE. 「language」- 使用的语言
    • getLanguage

      String getLanguage()
      Getter for DB_ETERNAL.F_SUBJECT.LANGUAGE. 「language」- 使用的语言
    • setActive

      IFSubject setActive(Boolean value)
      Setter for DB_ETERNAL.F_SUBJECT.ACTIVE. 「active」- 是否启用
    • getActive

      Boolean getActive()
      Getter for DB_ETERNAL.F_SUBJECT.ACTIVE. 「active」- 是否启用
    • setMetadata

      IFSubject setMetadata(String value)
      Setter for DB_ETERNAL.F_SUBJECT.METADATA. 「metadata」- 附加配置数据
    • getMetadata

      String getMetadata()
      Getter for DB_ETERNAL.F_SUBJECT.METADATA. 「metadata」- 附加配置数据
    • setCreatedAt

      IFSubject setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.F_SUBJECT.CREATED_AT. 「createdAt」- 创建时间
    • getCreatedAt

      LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.F_SUBJECT.CREATED_AT. 「createdAt」- 创建时间
    • setCreatedBy

      IFSubject setCreatedBy(String value)
      Setter for DB_ETERNAL.F_SUBJECT.CREATED_BY. 「createdBy」- 创建人
    • getCreatedBy

      String getCreatedBy()
      Getter for DB_ETERNAL.F_SUBJECT.CREATED_BY. 「createdBy」- 创建人
    • setUpdatedAt

      IFSubject setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.F_SUBJECT.UPDATED_AT. 「updatedAt」- 更新时间
    • getUpdatedAt

      LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.F_SUBJECT.UPDATED_AT. 「updatedAt」- 更新时间
    • setUpdatedBy

      IFSubject setUpdatedBy(String value)
      Setter for DB_ETERNAL.F_SUBJECT.UPDATED_BY. 「updatedBy」- 更新人
    • getUpdatedBy

      String getUpdatedBy()
      Getter for DB_ETERNAL.F_SUBJECT.UPDATED_BY. 「updatedBy」- 更新人
    • from

      void from(IFSubject from)
      Load data from another generated Record/POJO implementing the common interface IFSubject
    • into

      <E extends IFSubject> E into(E into)
      Copy data into another generated Record/POJO implementing the common interface IFSubject
    • fromJson

      default IFSubject fromJson(io.vertx.core.json.JsonObject json)
      Specified by:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo