Class ECustomer

  • All Implemented Interfaces:
    IECustomer, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class ECustomer
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IECustomer
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.E_CUSTOMER.KEY. 「key」- 客户ID
        Specified by:
        getKey in interface IECustomer
      • setKey

        public ECustomer setKey​(String key)
        Setter for DB_ETERNAL.E_CUSTOMER.KEY. 「key」- 客户ID
        Specified by:
        setKey in interface IECustomer
      • getName

        public String getName()
        Getter for DB_ETERNAL.E_CUSTOMER.NAME. 「name」- 客户名称
        Specified by:
        getName in interface IECustomer
      • setName

        public ECustomer setName​(String name)
        Setter for DB_ETERNAL.E_CUSTOMER.NAME. 「name」- 客户名称
        Specified by:
        setName in interface IECustomer
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.E_CUSTOMER.CODE. 「code」- 客户编号
        Specified by:
        getCode in interface IECustomer
      • setCode

        public ECustomer setCode​(String code)
        Setter for DB_ETERNAL.E_CUSTOMER.CODE. 「code」- 客户编号
        Specified by:
        setCode in interface IECustomer
      • getType

        public String getType()
        Getter for DB_ETERNAL.E_CUSTOMER.TYPE. 「type」- 客户分类(不同类型代表不同客户)
        Specified by:
        getType in interface IECustomer
      • setType

        public ECustomer setType​(String type)
        Setter for DB_ETERNAL.E_CUSTOMER.TYPE. 「type」- 客户分类(不同类型代表不同客户)
        Specified by:
        setType in interface IECustomer
      • getTaxCode

        public String getTaxCode()
        Getter for DB_ETERNAL.E_CUSTOMER.TAX_CODE. 「taxCode」- 税号
        Specified by:
        getTaxCode in interface IECustomer
      • setTaxCode

        public ECustomer setTaxCode​(String taxCode)
        Setter for DB_ETERNAL.E_CUSTOMER.TAX_CODE. 「taxCode」- 税号
        Specified by:
        setTaxCode in interface IECustomer
      • getTaxTitle

        public String getTaxTitle()
        Getter for DB_ETERNAL.E_CUSTOMER.TAX_TITLE. 「taxTitle」- 开票抬头
        Specified by:
        getTaxTitle in interface IECustomer
      • setTaxTitle

        public ECustomer setTaxTitle​(String taxTitle)
        Setter for DB_ETERNAL.E_CUSTOMER.TAX_TITLE. 「taxTitle」- 开票抬头
        Specified by:
        setTaxTitle in interface IECustomer
      • getContactName

        public String getContactName()
        Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_NAME. 「contactName」- 联系人姓名
        Specified by:
        getContactName in interface IECustomer
      • setContactName

        public ECustomer setContactName​(String contactName)
        Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_NAME. 「contactName」- 联系人姓名
        Specified by:
        setContactName in interface IECustomer
      • getContactPhone

        public String getContactPhone()
        Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE. 「contactPhone」- 联系人电话
        Specified by:
        getContactPhone in interface IECustomer
      • setContactPhone

        public ECustomer setContactPhone​(String contactPhone)
        Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE. 「contactPhone」- 联系人电话
        Specified by:
        setContactPhone in interface IECustomer
      • getContactEmail

        public String getContactEmail()
        Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL. 「contactEmail」- 联系人Email
        Specified by:
        getContactEmail in interface IECustomer
      • setContactEmail

        public ECustomer setContactEmail​(String contactEmail)
        Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL. 「contactEmail」- 联系人Email
        Specified by:
        setContactEmail in interface IECustomer
      • getContactOnline

        public String getContactOnline()
        Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE. 「contactOnline」- 在线联系方式
        Specified by:
        getContactOnline in interface IECustomer
      • setContactOnline

        public ECustomer setContactOnline​(String contactOnline)
        Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE. 「contactOnline」- 在线联系方式
        Specified by:
        setContactOnline in interface IECustomer
      • getTitle

        public String getTitle()
        Getter for DB_ETERNAL.E_CUSTOMER.TITLE. 「title」- 客户显示标题
        Specified by:
        getTitle in interface IECustomer
      • setTitle

        public ECustomer setTitle​(String title)
        Setter for DB_ETERNAL.E_CUSTOMER.TITLE. 「title」- 客户显示标题
        Specified by:
        setTitle in interface IECustomer
      • getComment

        public String getComment()
        Getter for DB_ETERNAL.E_CUSTOMER.COMMENT. 「comment」- 客户备注
        Specified by:
        getComment in interface IECustomer
      • setComment

        public ECustomer setComment​(String comment)
        Setter for DB_ETERNAL.E_CUSTOMER.COMMENT. 「comment」- 客户备注
        Specified by:
        setComment in interface IECustomer
      • getEmail

        public String getEmail()
        Getter for DB_ETERNAL.E_CUSTOMER.EMAIL. 「email」- 企业邮箱
        Specified by:
        getEmail in interface IECustomer
      • setEmail

        public ECustomer setEmail​(String email)
        Setter for DB_ETERNAL.E_CUSTOMER.EMAIL. 「email」- 企业邮箱
        Specified by:
        setEmail in interface IECustomer
      • getFax

        public String getFax()
        Getter for DB_ETERNAL.E_CUSTOMER.FAX. 「fax」- 传真号
        Specified by:
        getFax in interface IECustomer
      • setFax

        public ECustomer setFax​(String fax)
        Setter for DB_ETERNAL.E_CUSTOMER.FAX. 「fax」- 传真号
        Specified by:
        setFax in interface IECustomer
      • getHomepage

        public String getHomepage()
        Getter for DB_ETERNAL.E_CUSTOMER.HOMEPAGE. 「homepage」- 客户主页
        Specified by:
        getHomepage in interface IECustomer
      • setHomepage

        public ECustomer setHomepage​(String homepage)
        Setter for DB_ETERNAL.E_CUSTOMER.HOMEPAGE. 「homepage」- 客户主页
        Specified by:
        setHomepage in interface IECustomer
      • getLogo

        public String getLogo()
        Getter for DB_ETERNAL.E_CUSTOMER.LOGO. 「logo」- 附件对应的 attachment Key
        Specified by:
        getLogo in interface IECustomer
      • setLogo

        public ECustomer setLogo​(String logo)
        Setter for DB_ETERNAL.E_CUSTOMER.LOGO. 「logo」- 附件对应的 attachment Key
        Specified by:
        setLogo in interface IECustomer
      • getPhone

        public String getPhone()
        Getter for DB_ETERNAL.E_CUSTOMER.PHONE. 「phone」- 客户座机
        Specified by:
        getPhone in interface IECustomer
      • setPhone

        public ECustomer setPhone​(String phone)
        Setter for DB_ETERNAL.E_CUSTOMER.PHONE. 「phone」- 客户座机
        Specified by:
        setPhone in interface IECustomer
      • getAddress

        public String getAddress()
        Getter for DB_ETERNAL.E_CUSTOMER.ADDRESS. 「address」- 客户地址
        Specified by:
        getAddress in interface IECustomer
      • setAddress

        public ECustomer setAddress​(String address)
        Setter for DB_ETERNAL.E_CUSTOMER.ADDRESS. 「address」- 客户地址
        Specified by:
        setAddress in interface IECustomer
      • getSignName

        public String getSignName()
        Getter for DB_ETERNAL.E_CUSTOMER.SIGN_NAME. 「signName」- 签单人姓名
        Specified by:
        getSignName in interface IECustomer
      • setSignName

        public ECustomer setSignName​(String signName)
        Setter for DB_ETERNAL.E_CUSTOMER.SIGN_NAME. 「signName」- 签单人姓名
        Specified by:
        setSignName in interface IECustomer
      • getSignPhone

        public String getSignPhone()
        Getter for DB_ETERNAL.E_CUSTOMER.SIGN_PHONE. 「signPhone」- 签单人电话
        Specified by:
        getSignPhone in interface IECustomer
      • setSignPhone

        public ECustomer setSignPhone​(String signPhone)
        Setter for DB_ETERNAL.E_CUSTOMER.SIGN_PHONE. 「signPhone」- 签单人电话
        Specified by:
        setSignPhone in interface IECustomer
      • getRunUp

        public Boolean getRunUp()
        Getter for DB_ETERNAL.E_CUSTOMER.RUN_UP. 「runUp」- 挂账属性
        Specified by:
        getRunUp in interface IECustomer
      • setRunUp

        public ECustomer setRunUp​(Boolean runUp)
        Setter for DB_ETERNAL.E_CUSTOMER.RUN_UP. 「runUp」- 挂账属性
        Specified by:
        setRunUp in interface IECustomer
      • getRunAmount

        public BigDecimal getRunAmount()
        Getter for DB_ETERNAL.E_CUSTOMER.RUN_AMOUNT. 「runAmount」- 挂账限额
        Specified by:
        getRunAmount in interface IECustomer
      • getBankId

        public String getBankId()
        Getter for DB_ETERNAL.E_CUSTOMER.BANK_ID. 「bankId」- 开户行
        Specified by:
        getBankId in interface IECustomer
      • setBankId

        public ECustomer setBankId​(String bankId)
        Setter for DB_ETERNAL.E_CUSTOMER.BANK_ID. 「bankId」- 开户行
        Specified by:
        setBankId in interface IECustomer
      • getBankCard

        public String getBankCard()
        Getter for DB_ETERNAL.E_CUSTOMER.BANK_CARD. 「bankCard」- 开户行账号
        Specified by:
        getBankCard in interface IECustomer
      • setBankCard

        public ECustomer setBankCard​(String bankCard)
        Setter for DB_ETERNAL.E_CUSTOMER.BANK_CARD. 「bankCard」- 开户行账号
        Specified by:
        setBankCard in interface IECustomer
      • getMetadata

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

        public ECustomer setMetadata​(String metadata)
        Setter for DB_ETERNAL.E_CUSTOMER.METADATA. 「metadata」- 附加配置
        Specified by:
        setMetadata in interface IECustomer
      • getActive

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

        public ECustomer setActive​(Boolean active)
        Setter for DB_ETERNAL.E_CUSTOMER.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IECustomer
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.E_CUSTOMER.SIGMA. 「sigma」- 统一标识(客户所属应用)
        Specified by:
        getSigma in interface IECustomer
      • setSigma

        public ECustomer setSigma​(String sigma)
        Setter for DB_ETERNAL.E_CUSTOMER.SIGMA. 「sigma」- 统一标识(客户所属应用)
        Specified by:
        setSigma in interface IECustomer
      • getLanguage

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

        public ECustomer setLanguage​(String language)
        Setter for DB_ETERNAL.E_CUSTOMER.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IECustomer
      • getCreatedAt

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

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

        public ECustomer setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.E_CUSTOMER.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface IECustomer
      • getUpdatedAt

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

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

        public ECustomer setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.E_CUSTOMER.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface IECustomer
      • from

        public void from​(IECustomer from)
        Description copied from interface: IECustomer
        Load data from another generated Record/POJO implementing the common interface IECustomer
        Specified by:
        from in interface IECustomer
      • into

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