Class EContract

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键
      Specified by:
      getKey in interface IEContract
    • setKey

      public EContract setKey(String key)
      Setter for DB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键
      Specified by:
      setKey in interface IEContract
    • getName

      public String getName()
      Getter for DB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称
      Specified by:
      getName in interface IEContract
    • setName

      public EContract setName(String name)
      Setter for DB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称
      Specified by:
      setName in interface IEContract
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号
      Specified by:
      getCode in interface IEContract
    • setCode

      public EContract setCode(String code)
      Setter for DB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号
      Specified by:
      setCode in interface IEContract
    • getDeptId

      public String getDeptId()
      Getter for DB_ETERNAL.E_CONTRACT.DEPT_ID. 「deptId」- 所属部门, resource.departments
      Specified by:
      getDeptId in interface IEContract
    • setDeptId

      public EContract setDeptId(String deptId)
      Setter for DB_ETERNAL.E_CONTRACT.DEPT_ID. 「deptId」- 所属部门, resource.departments
      Specified by:
      setDeptId in interface IEContract
    • getType

      public String getType()
      Getter for DB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类,zero.contract
      Specified by:
      getType in interface IEContract
    • setType

      public EContract setType(String type)
      Setter for DB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类,zero.contract
      Specified by:
      setType in interface IEContract
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.E_CONTRACT.STATUS. 「status」- 合同状态,zero.contract.status
      Specified by:
      getStatus in interface IEContract
    • setStatus

      public EContract setStatus(String status)
      Setter for DB_ETERNAL.E_CONTRACT.STATUS. 「status」- 合同状态,zero.contract.status
      Specified by:
      setStatus in interface IEContract
    • getBudget

      public String getBudget()
      Getter for DB_ETERNAL.E_CONTRACT.BUDGET. 「budget」- 所属预算,zero.contract.budget
      Specified by:
      getBudget in interface IEContract
    • setBudget

      public EContract setBudget(String budget)
      Setter for DB_ETERNAL.E_CONTRACT.BUDGET. 「budget」- 所属预算,zero.contract.budget
      Specified by:
      setBudget in interface IEContract
    • getLevel

      public String getLevel()
      Getter for DB_ETERNAL.E_CONTRACT.LEVEL. 「level」- 合同级别,zero.contract.level
      Specified by:
      getLevel in interface IEContract
    • setLevel

      public EContract setLevel(String level)
      Setter for DB_ETERNAL.E_CONTRACT.LEVEL. 「level」- 合同级别,zero.contract.level
      Specified by:
      setLevel in interface IEContract
    • getTitle

      public String getTitle()
      Getter for DB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题
      Specified by:
      getTitle in interface IEContract
    • setTitle

      public EContract setTitle(String title)
      Setter for DB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题
      Specified by:
      setTitle in interface IEContract
    • getSubject

      public String getSubject()
      Getter for DB_ETERNAL.E_CONTRACT.SUBJECT. 「subject」- 合同目标
      Specified by:
      getSubject in interface IEContract
    • setSubject

      public EContract setSubject(String subject)
      Setter for DB_ETERNAL.E_CONTRACT.SUBJECT. 「subject」- 合同目标
      Specified by:
      setSubject in interface IEContract
    • getDescription

      public String getDescription()
      Getter for DB_ETERNAL.E_CONTRACT.DESCRIPTION. 「description」- 合同描述
      Specified by:
      getDescription in interface IEContract
    • setDescription

      public EContract setDescription(String description)
      Setter for DB_ETERNAL.E_CONTRACT.DESCRIPTION. 「description」- 合同描述
      Specified by:
      setDescription in interface IEContract
    • getAmount

      public BigDecimal getAmount()
      Getter for DB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额
      Specified by:
      getAmount in interface IEContract
    • setAmount

      public EContract setAmount(BigDecimal amount)
      Setter for DB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额
      Specified by:
      setAmount in interface IEContract
    • getRemark

      public String getRemark()
      Getter for DB_ETERNAL.E_CONTRACT.REMARK. 「remark」- 合同备注
      Specified by:
      getRemark in interface IEContract
    • setRemark

      public EContract setRemark(String remark)
      Setter for DB_ETERNAL.E_CONTRACT.REMARK. 「remark」- 合同备注
      Specified by:
      setRemark in interface IEContract
    • getPlanStartAt

      public LocalDateTime getPlanStartAt()
      Getter for DB_ETERNAL.E_CONTRACT.PLAN_START_AT. 「planStartAt」- 开始日期
      Specified by:
      getPlanStartAt in interface IEContract
    • setPlanStartAt

      public EContract setPlanStartAt(LocalDateTime planStartAt)
      Setter for DB_ETERNAL.E_CONTRACT.PLAN_START_AT. 「planStartAt」- 开始日期
      Specified by:
      setPlanStartAt in interface IEContract
    • getPlanEndAt

      public LocalDateTime getPlanEndAt()
      Getter for DB_ETERNAL.E_CONTRACT.PLAN_END_AT. 「planEndAt」- 结束日期
      Specified by:
      getPlanEndAt in interface IEContract
    • setPlanEndAt

      public EContract setPlanEndAt(LocalDateTime planEndAt)
      Setter for DB_ETERNAL.E_CONTRACT.PLAN_END_AT. 「planEndAt」- 结束日期
      Specified by:
      setPlanEndAt in interface IEContract
    • getStartAt

      public LocalDateTime getStartAt()
      Getter for DB_ETERNAL.E_CONTRACT.START_AT. 「startAt」- 实际开始日期
      Specified by:
      getStartAt in interface IEContract
    • setStartAt

      public EContract setStartAt(LocalDateTime startAt)
      Setter for DB_ETERNAL.E_CONTRACT.START_AT. 「startAt」- 实际开始日期
      Specified by:
      setStartAt in interface IEContract
    • getEndAt

      public LocalDateTime getEndAt()
      Getter for DB_ETERNAL.E_CONTRACT.END_AT. 「endAt」- 实际结束日期
      Specified by:
      getEndAt in interface IEContract
    • setEndAt

      public EContract setEndAt(LocalDateTime endAt)
      Setter for DB_ETERNAL.E_CONTRACT.END_AT. 「endAt」- 实际结束日期
      Specified by:
      setEndAt in interface IEContract
    • getSignedBy

      public String getSignedBy()
      Getter for DB_ETERNAL.E_CONTRACT.SIGNED_BY. 「signedBy」- 签订人
      Specified by:
      getSignedBy in interface IEContract
    • setSignedBy

      public EContract setSignedBy(String signedBy)
      Setter for DB_ETERNAL.E_CONTRACT.SIGNED_BY. 「signedBy」- 签订人
      Specified by:
      setSignedBy in interface IEContract
    • getSignedAt

      public LocalDateTime getSignedAt()
      Getter for DB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间
      Specified by:
      getSignedAt in interface IEContract
    • setSignedAt

      public EContract setSignedAt(LocalDateTime signedAt)
      Setter for DB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间
      Specified by:
      setSignedAt in interface IEContract
    • getPartyA

      public String getPartyA()
      Getter for DB_ETERNAL.E_CONTRACT.PARTY_A. 「partyA」- 甲方(关联公司ID,E_COMPANY)
      Specified by:
      getPartyA in interface IEContract
    • setPartyA

      public EContract setPartyA(String partyA)
      Setter for DB_ETERNAL.E_CONTRACT.PARTY_A. 「partyA」- 甲方(关联公司ID,E_COMPANY)
      Specified by:
      setPartyA in interface IEContract
    • getPartyB

      public String getPartyB()
      Getter for DB_ETERNAL.E_CONTRACT.PARTY_B. 「partyB」- 乙方(关联客户ID,E_CUSTOMER)
      Specified by:
      getPartyB in interface IEContract
    • setPartyB

      public EContract setPartyB(String partyB)
      Setter for DB_ETERNAL.E_CONTRACT.PARTY_B. 「partyB」- 乙方(关联客户ID,E_CUSTOMER)
      Specified by:
      setPartyB in interface IEContract
    • getAName

      public String getAName()
      Getter for DB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方名称(个人为姓名/企业为企业名)
      Specified by:
      getAName in interface IEContract
    • setAName

      public EContract setAName(String aName)
      Setter for DB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方名称(个人为姓名/企业为企业名)
      Specified by:
      setAName in interface IEContract
    • getAPhone

      public String getAPhone()
      Getter for DB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方电话
      Specified by:
      getAPhone in interface IEContract
    • setAPhone

      public EContract setAPhone(String aPhone)
      Setter for DB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方电话
      Specified by:
      setAPhone in interface IEContract
    • getALegal

      public String getALegal()
      Getter for DB_ETERNAL.E_CONTRACT.A_LEGAL. 「aLegal」- 甲方法人(企业合同专用)
      Specified by:
      getALegal in interface IEContract
    • setALegal

      public EContract setALegal(String aLegal)
      Setter for DB_ETERNAL.E_CONTRACT.A_LEGAL. 「aLegal」- 甲方法人(企业合同专用)
      Specified by:
      setALegal in interface IEContract
    • getAAddress

      public String getAAddress()
      Getter for DB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方地址
      Specified by:
      getAAddress in interface IEContract
    • setAAddress

      public EContract setAAddress(String aAddress)
      Setter for DB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方地址
      Specified by:
      setAAddress in interface IEContract
    • getBName

      public String getBName()
      Getter for DB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方名称(个人为姓名/企业为企业名)
      Specified by:
      getBName in interface IEContract
    • setBName

      public EContract setBName(String bName)
      Setter for DB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方名称(个人为姓名/企业为企业名)
      Specified by:
      setBName in interface IEContract
    • getBPhone

      public String getBPhone()
      Getter for DB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方人电话
      Specified by:
      getBPhone in interface IEContract
    • setBPhone

      public EContract setBPhone(String bPhone)
      Setter for DB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方人电话
      Specified by:
      setBPhone in interface IEContract
    • getBLegal

      public String getBLegal()
      Getter for DB_ETERNAL.E_CONTRACT.B_LEGAL. 「bLegal」- 乙方法人(企业合同专用)
      Specified by:
      getBLegal in interface IEContract
    • setBLegal

      public EContract setBLegal(String bLegal)
      Setter for DB_ETERNAL.E_CONTRACT.B_LEGAL. 「bLegal」- 乙方法人(企业合同专用)
      Specified by:
      setBLegal in interface IEContract
    • getBAddress

      public String getBAddress()
      Getter for DB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方地址
      Specified by:
      getBAddress in interface IEContract
    • setBAddress

      public EContract setBAddress(String bAddress)
      Setter for DB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方地址
      Specified by:
      setBAddress in interface IEContract
    • getMetadata

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

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

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

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

      public String getSigma()
      Getter for DB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)
      Specified by:
      getSigma in interface IEContract
    • setSigma

      public EContract setSigma(String sigma)
      Setter for DB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)
      Specified by:
      setSigma in interface IEContract
    • getLanguage

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

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

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

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

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

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

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

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

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

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

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