Class FPayTerm

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.F_PAY_TERM.KEY. 「key」- 账单项
      Specified by:
      getKey in interface IFPayTerm
    • setKey

      public FPayTerm setKey(String key)
      Setter for DB_ETERNAL.F_PAY_TERM.KEY. 「key」- 账单项
      Specified by:
      setKey in interface IFPayTerm
    • getName

      public String getName()
      Getter for DB_ETERNAL.F_PAY_TERM.NAME. 「name」- 账单项名称
      Specified by:
      getName in interface IFPayTerm
    • setName

      public FPayTerm setName(String name)
      Setter for DB_ETERNAL.F_PAY_TERM.NAME. 「name」- 账单项名称
      Specified by:
      setName in interface IFPayTerm
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.F_PAY_TERM.CODE. 「code」- 账单项编号
      Specified by:
      getCode in interface IFPayTerm
    • setCode

      public FPayTerm setCode(String code)
      Setter for DB_ETERNAL.F_PAY_TERM.CODE. 「code」- 账单项编号
      Specified by:
      setCode in interface IFPayTerm
    • getType

      public String getType()
      Getter for DB_ETERNAL.F_PAY_TERM.TYPE. 「type」- 账单项类型:付款类/消费类
      Specified by:
      getType in interface IFPayTerm
    • setType

      public FPayTerm setType(String type)
      Setter for DB_ETERNAL.F_PAY_TERM.TYPE. 「type」- 账单项类型:付款类/消费类
      Specified by:
      setType in interface IFPayTerm
    • getCategory

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

      public FPayTerm setCategory(String category)
      Setter for DB_ETERNAL.F_PAY_TERM.CATEGORY. 「category」- 账单项类别
      Specified by:
      setCategory in interface IFPayTerm
    • getHelpCode

      public String getHelpCode()
      Getter for DB_ETERNAL.F_PAY_TERM.HELP_CODE. 「helpCode」- 助记码
      Specified by:
      getHelpCode in interface IFPayTerm
    • setHelpCode

      public FPayTerm setHelpCode(String helpCode)
      Setter for DB_ETERNAL.F_PAY_TERM.HELP_CODE. 「helpCode」- 助记码
      Specified by:
      setHelpCode in interface IFPayTerm
    • getLeaf

      public Boolean getLeaf()
      Getter for DB_ETERNAL.F_PAY_TERM.LEAF. 「leaf」- 是否明细
      Specified by:
      getLeaf in interface IFPayTerm
    • setLeaf

      public FPayTerm setLeaf(Boolean leaf)
      Setter for DB_ETERNAL.F_PAY_TERM.LEAF. 「leaf」- 是否明细
      Specified by:
      setLeaf in interface IFPayTerm
    • getComment

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

      public FPayTerm setComment(String comment)
      Setter for DB_ETERNAL.F_PAY_TERM.COMMENT. 「comment」 - 账单项备注
      Specified by:
      setComment in interface IFPayTerm
    • getParentId

      public String getParentId()
      Getter for DB_ETERNAL.F_PAY_TERM.PARENT_ID. 「parentId」- 父账单项
      Specified by:
      getParentId in interface IFPayTerm
    • setParentId

      public FPayTerm setParentId(String parentId)
      Setter for DB_ETERNAL.F_PAY_TERM.PARENT_ID. 「parentId」- 父账单项
      Specified by:
      setParentId in interface IFPayTerm
    • getSubjectId

      public String getSubjectId()
      Getter for DB_ETERNAL.F_PAY_TERM.SUBJECT_ID. 「subjectId」- 会计科目关联ID
      Specified by:
      getSubjectId in interface IFPayTerm
    • setSubjectId

      public FPayTerm setSubjectId(String subjectId)
      Setter for DB_ETERNAL.F_PAY_TERM.SUBJECT_ID. 「subjectId」- 会计科目关联ID
      Specified by:
      setSubjectId in interface IFPayTerm
    • getLocked

      public Boolean getLocked()
      Getter for DB_ETERNAL.F_PAY_TERM.LOCKED. 「locked」- 是否锁定
      Specified by:
      getLocked in interface IFPayTerm
    • setLocked

      public FPayTerm setLocked(Boolean locked)
      Setter for DB_ETERNAL.F_PAY_TERM.LOCKED. 「locked」- 是否锁定
      Specified by:
      setLocked in interface IFPayTerm
    • getSigma

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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