Class EDept

java.lang.Object
cn.vertxup.erp.domain.tables.pojos.EDept
All Implemented Interfaces:
IEDept, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.E_DEPT.KEY. 「key」- 部门主键
      Specified by:
      getKey in interface IEDept
    • setKey

      public EDept setKey(String key)
      Setter for DB_ETERNAL.E_DEPT.KEY. 「key」- 部门主键
      Specified by:
      setKey in interface IEDept
    • getName

      public String getName()
      Getter for DB_ETERNAL.E_DEPT.NAME. 「name」- 部门名称
      Specified by:
      getName in interface IEDept
    • setName

      public EDept setName(String name)
      Setter for DB_ETERNAL.E_DEPT.NAME. 「name」- 部门名称
      Specified by:
      setName in interface IEDept
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.E_DEPT.CODE. 「code」- 部门编号
      Specified by:
      getCode in interface IEDept
    • setCode

      public EDept setCode(String code)
      Setter for DB_ETERNAL.E_DEPT.CODE. 「code」- 部门编号
      Specified by:
      setCode in interface IEDept
    • getManagerId

      public String getManagerId()
      Getter for DB_ETERNAL.E_DEPT.MANAGER_ID. 「managerId」- 部门经理
      Specified by:
      getManagerId in interface IEDept
    • setManagerId

      public EDept setManagerId(String managerId)
      Setter for DB_ETERNAL.E_DEPT.MANAGER_ID. 「managerId」- 部门经理
      Specified by:
      setManagerId in interface IEDept
    • getManagerName

      public String getManagerName()
      Getter for DB_ETERNAL.E_DEPT.MANAGER_NAME. 「managerName」- 部门名称
      Specified by:
      getManagerName in interface IEDept
    • setManagerName

      public EDept setManagerName(String managerName)
      Setter for DB_ETERNAL.E_DEPT.MANAGER_NAME. 「managerName」- 部门名称
      Specified by:
      setManagerName in interface IEDept
    • getCompanyId

      public String getCompanyId()
      Getter for DB_ETERNAL.E_DEPT.COMPANY_ID. 「companyId」- 所属公司
      Specified by:
      getCompanyId in interface IEDept
    • setCompanyId

      public EDept setCompanyId(String companyId)
      Setter for DB_ETERNAL.E_DEPT.COMPANY_ID. 「companyId」- 所属公司
      Specified by:
      setCompanyId in interface IEDept
    • getDeptId

      public String getDeptId()
      Getter for DB_ETERNAL.E_DEPT.DEPT_ID. 「deptId」- 父部门
      Specified by:
      getDeptId in interface IEDept
    • setDeptId

      public EDept setDeptId(String deptId)
      Setter for DB_ETERNAL.E_DEPT.DEPT_ID. 「deptId」- 父部门
      Specified by:
      setDeptId in interface IEDept
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.E_DEPT.COMMENT. 「comment」- 部门备注
      Specified by:
      getComment in interface IEDept
    • setComment

      public EDept setComment(String comment)
      Setter for DB_ETERNAL.E_DEPT.COMMENT. 「comment」- 部门备注
      Specified by:
      setComment in interface IEDept
    • getMetadata

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

      public EDept setMetadata(String metadata)
      Setter for DB_ETERNAL.E_DEPT.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IEDept
    • getActive

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

      public EDept setActive(Boolean active)
      Setter for DB_ETERNAL.E_DEPT.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IEDept
    • getSigma

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

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

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

      public EDept setLanguage(String language)
      Setter for DB_ETERNAL.E_DEPT.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IEDept
    • getCreatedAt

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

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

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

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

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

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

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

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

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