Class FSubject

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_SUBJECT.KEY. 「key」- 会计科目ID
      Specified by:
      getKey in interface IFSubject
    • setKey

      public FSubject setKey(String key)
      Setter for DB_ETERNAL.F_SUBJECT.KEY. 「key」- 会计科目ID
      Specified by:
      setKey in interface IFSubject
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_SUBJECT.NAME. 「name」 - 会计科目名称
      Specified by:
      getName in interface IFSubject
    • setName

      public FSubject setName(String name)
      Setter for DB_ETERNAL.F_SUBJECT.NAME. 「name」 - 会计科目名称
      Specified by:
      setName in interface IFSubject
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_SUBJECT.CODE. 「code」 - 会计科目系统编号
      Specified by:
      getCode in interface IFSubject
    • setCode

      public FSubject setCode(String code)
      Setter for DB_ETERNAL.F_SUBJECT.CODE. 「code」 - 会计科目系统编号
      Specified by:
      setCode in interface IFSubject
    • getSerial

      public String getSerial()
      Getter for DB_ETERNAL.F_SUBJECT.SERIAL. 「serial」 - 会计科目编号
      Specified by:
      getSerial in interface IFSubject
    • setSerial

      public FSubject setSerial(String serial)
      Setter for DB_ETERNAL.F_SUBJECT.SERIAL. 「serial」 - 会计科目编号
      Specified by:
      setSerial in interface IFSubject
    • getCategory

      public String getCategory()
      Getter for DB_ETERNAL.F_SUBJECT.CATEGORY. 「category」 - 会计科目关联类别,直接对接类型树
      Specified by:
      getCategory in interface IFSubject
    • setCategory

      public FSubject setCategory(String category)
      Setter for DB_ETERNAL.F_SUBJECT.CATEGORY. 「category」 - 会计科目关联类别,直接对接类型树
      Specified by:
      setCategory in interface IFSubject
    • getHelpCode

      public String getHelpCode()
      Getter for DB_ETERNAL.F_SUBJECT.HELP_CODE. 「helpCode」- 会计科目助记码
      Specified by:
      getHelpCode in interface IFSubject
    • setHelpCode

      public FSubject setHelpCode(String helpCode)
      Setter for DB_ETERNAL.F_SUBJECT.HELP_CODE. 「helpCode」- 会计科目助记码
      Specified by:
      setHelpCode in interface IFSubject
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.F_SUBJECT.COMMENT. 「comment」 - 会计科目备注
      Specified by:
      getComment in interface IFSubject
    • setComment

      public FSubject setComment(String comment)
      Setter for DB_ETERNAL.F_SUBJECT.COMMENT. 「comment」 - 会计科目备注
      Specified by:
      setComment in interface IFSubject
    • getOwner

      public String getOwner()
      Getter for DB_ETERNAL.F_SUBJECT.OWNER. 「owner」- 科目方向:OUT-借方 / IN-贷方
      Specified by:
      getOwner in interface IFSubject
    • setOwner

      public FSubject setOwner(String owner)
      Setter for DB_ETERNAL.F_SUBJECT.OWNER. 「owner」- 科目方向:OUT-借方 / IN-贷方
      Specified by:
      setOwner in interface IFSubject
    • getCompanyId

      public String getCompanyId()
      Getter for DB_ETERNAL.F_SUBJECT.COMPANY_ID. 「companyId」- 会计科目所属公司
      Specified by:
      getCompanyId in interface IFSubject
    • setCompanyId

      public FSubject setCompanyId(String companyId)
      Setter for DB_ETERNAL.F_SUBJECT.COMPANY_ID. 「companyId」- 会计科目所属公司
      Specified by:
      setCompanyId in interface IFSubject
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.F_SUBJECT.PARENT_ID. 「parentId」- 会计科目父科目
      Specified by:
      getParentId in interface IFSubject
    • setParentId

      public FSubject setParentId(String parentId)
      Setter for DB_ETERNAL.F_SUBJECT.PARENT_ID. 「parentId」- 会计科目父科目
      Specified by:
      setParentId in interface IFSubject
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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