Class EIdentity

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

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

  • Method Details

    • getKey

      public String getKey()
      Getter for DB_ETERNAL.E_IDENTITY.KEY. 「key」- 身份主键
      Specified by:
      getKey in interface IEIdentity
    • setKey

      public EIdentity setKey(String key)
      Setter for DB_ETERNAL.E_IDENTITY.KEY. 「key」- 身份主键
      Specified by:
      setKey in interface IEIdentity
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.E_IDENTITY.CODE. 「code」- 系统编号
      Specified by:
      getCode in interface IEIdentity
    • setCode

      public EIdentity setCode(String code)
      Setter for DB_ETERNAL.E_IDENTITY.CODE. 「code」- 系统编号
      Specified by:
      setCode in interface IEIdentity
    • getType

      public String getType()
      Getter for DB_ETERNAL.E_IDENTITY.TYPE. 「type」- 身份类型/档案类型
      Specified by:
      getType in interface IEIdentity
    • setType

      public EIdentity setType(String type)
      Setter for DB_ETERNAL.E_IDENTITY.TYPE. 「type」- 身份类型/档案类型
      Specified by:
      setType in interface IEIdentity
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.E_IDENTITY.STATUS. 「status」- 档案状态
      Specified by:
      getStatus in interface IEIdentity
    • setStatus

      public EIdentity setStatus(String status)
      Setter for DB_ETERNAL.E_IDENTITY.STATUS. 「status」- 档案状态
      Specified by:
      setStatus in interface IEIdentity
    • getCountry

      public String getCountry()
      Getter for DB_ETERNAL.E_IDENTITY.COUNTRY. 「country」- 国籍
      Specified by:
      getCountry in interface IEIdentity
    • setCountry

      public EIdentity setCountry(String country)
      Setter for DB_ETERNAL.E_IDENTITY.COUNTRY. 「country」- 国籍
      Specified by:
      setCountry in interface IEIdentity
    • getNativePlace

      public String getNativePlace()
      Getter for DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. 「nativePlace」- 籍贯
      Specified by:
      getNativePlace in interface IEIdentity
    • setNativePlace

      public EIdentity setNativePlace(String nativePlace)
      Setter for DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. 「nativePlace」- 籍贯
      Specified by:
      setNativePlace in interface IEIdentity
    • getNation

      public String getNation()
      Getter for DB_ETERNAL.E_IDENTITY.NATION. 「nation」- 民族
      Specified by:
      getNation in interface IEIdentity
    • setNation

      public EIdentity setNation(String nation)
      Setter for DB_ETERNAL.E_IDENTITY.NATION. 「nation」- 民族
      Specified by:
      setNation in interface IEIdentity
    • getAddress

      public String getAddress()
      Getter for DB_ETERNAL.E_IDENTITY.ADDRESS. 「address」- 居住地址
      Specified by:
      getAddress in interface IEIdentity
    • setAddress

      public EIdentity setAddress(String address)
      Setter for DB_ETERNAL.E_IDENTITY.ADDRESS. 「address」- 居住地址
      Specified by:
      setAddress in interface IEIdentity
    • getRealname

      public String getRealname()
      Getter for DB_ETERNAL.E_IDENTITY.REALNAME. 「realname」- 真实姓名
      Specified by:
      getRealname in interface IEIdentity
    • setRealname

      public EIdentity setRealname(String realname)
      Setter for DB_ETERNAL.E_IDENTITY.REALNAME. 「realname」- 真实姓名
      Specified by:
      setRealname in interface IEIdentity
    • getBirthday

      public LocalDateTime getBirthday()
      Getter for DB_ETERNAL.E_IDENTITY.BIRTHDAY. 「birthday」- 生日
      Specified by:
      getBirthday in interface IEIdentity
    • setBirthday

      public EIdentity setBirthday(LocalDateTime birthday)
      Setter for DB_ETERNAL.E_IDENTITY.BIRTHDAY. 「birthday」- 生日
      Specified by:
      setBirthday in interface IEIdentity
    • getDriverLicense

      public String getDriverLicense()
      Getter for DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. 「driverLicense」- 驾驶证
      Specified by:
      getDriverLicense in interface IEIdentity
    • setDriverLicense

      public EIdentity setDriverLicense(String driverLicense)
      Setter for DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. 「driverLicense」- 驾驶证
      Specified by:
      setDriverLicense in interface IEIdentity
    • getCarPlate

      public String getCarPlate()
      Getter for DB_ETERNAL.E_IDENTITY.CAR_PLATE. 「carPlate」- 常用车牌
      Specified by:
      getCarPlate in interface IEIdentity
    • setCarPlate

      public EIdentity setCarPlate(String carPlate)
      Setter for DB_ETERNAL.E_IDENTITY.CAR_PLATE. 「carPlate」- 常用车牌
      Specified by:
      setCarPlate in interface IEIdentity
    • getPassport

      public String getPassport()
      Getter for DB_ETERNAL.E_IDENTITY.PASSPORT. 「passport」- 护照
      Specified by:
      getPassport in interface IEIdentity
    • setPassport

      public EIdentity setPassport(String passport)
      Setter for DB_ETERNAL.E_IDENTITY.PASSPORT. 「passport」- 护照
      Specified by:
      setPassport in interface IEIdentity
    • getGender

      public Boolean getGender()
      Getter for DB_ETERNAL.E_IDENTITY.GENDER. 「gender」- 性别
      Specified by:
      getGender in interface IEIdentity
    • setGender

      public EIdentity setGender(Boolean gender)
      Setter for DB_ETERNAL.E_IDENTITY.GENDER. 「gender」- 性别
      Specified by:
      setGender in interface IEIdentity
    • getMarital

      public String getMarital()
      Getter for DB_ETERNAL.E_IDENTITY.MARITAL. 「marital」- 婚姻状况
      Specified by:
      getMarital in interface IEIdentity
    • setMarital

      public EIdentity setMarital(String marital)
      Setter for DB_ETERNAL.E_IDENTITY.MARITAL. 「marital」- 婚姻状况
      Specified by:
      setMarital in interface IEIdentity
    • getContactMobile

      public String getContactMobile()
      Getter for DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. 「contactMobile」- 联系手机
      Specified by:
      getContactMobile in interface IEIdentity
    • setContactMobile

      public EIdentity setContactMobile(String contactMobile)
      Setter for DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. 「contactMobile」- 联系手机
      Specified by:
      setContactMobile in interface IEIdentity
    • getContactPhone

      public String getContactPhone()
      Getter for DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. 「contactPhone」- 座机
      Specified by:
      getContactPhone in interface IEIdentity
    • setContactPhone

      public EIdentity setContactPhone(String contactPhone)
      Setter for DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. 「contactPhone」- 座机
      Specified by:
      setContactPhone in interface IEIdentity
    • getContactAddress

      public String getContactAddress()
      Getter for DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. 「contactAddress」- 联系地址
      Specified by:
      getContactAddress in interface IEIdentity
    • setContactAddress

      public EIdentity setContactAddress(String contactAddress)
      Setter for DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. 「contactAddress」- 联系地址
      Specified by:
      setContactAddress in interface IEIdentity
    • getContactEmail

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

      public EIdentity setContactEmail(String contactEmail)
      Setter for DB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. 「contactEmail」- 联系Email
      Specified by:
      setContactEmail in interface IEIdentity
    • getUrgentName

      public String getUrgentName()
      Getter for DB_ETERNAL.E_IDENTITY.URGENT_NAME. 「urgentName」- 紧急联系人
      Specified by:
      getUrgentName in interface IEIdentity
    • setUrgentName

      public EIdentity setUrgentName(String urgentName)
      Setter for DB_ETERNAL.E_IDENTITY.URGENT_NAME. 「urgentName」- 紧急联系人
      Specified by:
      setUrgentName in interface IEIdentity
    • getUrgentPhone

      public String getUrgentPhone()
      Getter for DB_ETERNAL.E_IDENTITY.URGENT_PHONE. 「urgentPhone」- 紧急联系电话
      Specified by:
      getUrgentPhone in interface IEIdentity
    • setUrgentPhone

      public EIdentity setUrgentPhone(String urgentPhone)
      Setter for DB_ETERNAL.E_IDENTITY.URGENT_PHONE. 「urgentPhone」- 紧急联系电话
      Specified by:
      setUrgentPhone in interface IEIdentity
    • getEcQq

      public String getEcQq()
      Getter for DB_ETERNAL.E_IDENTITY.EC_QQ. 「ecQq」- QQ号码
      Specified by:
      getEcQq in interface IEIdentity
    • setEcQq

      public EIdentity setEcQq(String ecQq)
      Setter for DB_ETERNAL.E_IDENTITY.EC_QQ. 「ecQq」- QQ号码
      Specified by:
      setEcQq in interface IEIdentity
    • getEcAlipay

      public String getEcAlipay()
      Getter for DB_ETERNAL.E_IDENTITY.EC_ALIPAY. 「ecAlipay」- 支付宝
      Specified by:
      getEcAlipay in interface IEIdentity
    • setEcAlipay

      public EIdentity setEcAlipay(String ecAlipay)
      Setter for DB_ETERNAL.E_IDENTITY.EC_ALIPAY. 「ecAlipay」- 支付宝
      Specified by:
      setEcAlipay in interface IEIdentity
    • getEcWechat

      public String getEcWechat()
      Getter for DB_ETERNAL.E_IDENTITY.EC_WECHAT. 「ecWechat」- 微信
      Specified by:
      getEcWechat in interface IEIdentity
    • setEcWechat

      public EIdentity setEcWechat(String ecWechat)
      Setter for DB_ETERNAL.E_IDENTITY.EC_WECHAT. 「ecWechat」- 微信
      Specified by:
      setEcWechat in interface IEIdentity
    • getIdcType

      public String getIdcType()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_TYPE. 「idcType」- 证件类型
      Specified by:
      getIdcType in interface IEIdentity
    • setIdcType

      public EIdentity setIdcType(String idcType)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_TYPE. 「idcType」- 证件类型
      Specified by:
      setIdcType in interface IEIdentity
    • getIdcNumber

      public String getIdcNumber()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_NUMBER. 「idcNumber」- 证件号
      Specified by:
      getIdcNumber in interface IEIdentity
    • setIdcNumber

      public EIdentity setIdcNumber(String idcNumber)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_NUMBER. 「idcNumber」- 证件号
      Specified by:
      setIdcNumber in interface IEIdentity
    • getIdcAddress

      public String getIdcAddress()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. 「idcAddress」- 证件地址
      Specified by:
      getIdcAddress in interface IEIdentity
    • setIdcAddress

      public EIdentity setIdcAddress(String idcAddress)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. 「idcAddress」- 证件地址
      Specified by:
      setIdcAddress in interface IEIdentity
    • getIdcExpiredAt

      public LocalDateTime getIdcExpiredAt()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. 「idcExpiredAt」- 证件过期时间
      Specified by:
      getIdcExpiredAt in interface IEIdentity
    • setIdcExpiredAt

      public EIdentity setIdcExpiredAt(LocalDateTime idcExpiredAt)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. 「idcExpiredAt」- 证件过期时间
      Specified by:
      setIdcExpiredAt in interface IEIdentity
    • getIdcFront

      public String getIdcFront()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_FRONT. 「idcFront」- 证件正面附件
      Specified by:
      getIdcFront in interface IEIdentity
    • setIdcFront

      public EIdentity setIdcFront(String idcFront)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_FRONT. 「idcFront」- 证件正面附件
      Specified by:
      setIdcFront in interface IEIdentity
    • getIdcBack

      public String getIdcBack()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_BACK. 「idcBack」- 证件背面附件
      Specified by:
      getIdcBack in interface IEIdentity
    • setIdcBack

      public EIdentity setIdcBack(String idcBack)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_BACK. 「idcBack」- 证件背面附件
      Specified by:
      setIdcBack in interface IEIdentity
    • getIdcIssuer

      public String getIdcIssuer()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_ISSUER. 「idcIssuer」- 证件签发机构
      Specified by:
      getIdcIssuer in interface IEIdentity
    • setIdcIssuer

      public EIdentity setIdcIssuer(String idcIssuer)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_ISSUER. 「idcIssuer」- 证件签发机构
      Specified by:
      setIdcIssuer in interface IEIdentity
    • getIdcIssueAt

      public LocalDateTime getIdcIssueAt()
      Getter for DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. 「idcIssueAt」- 证件签发时间
      Specified by:
      getIdcIssueAt in interface IEIdentity
    • setIdcIssueAt

      public EIdentity setIdcIssueAt(LocalDateTime idcIssueAt)
      Setter for DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. 「idcIssueAt」- 证件签发时间
      Specified by:
      setIdcIssueAt in interface IEIdentity
    • getVerified

      public Boolean getVerified()
      Getter for DB_ETERNAL.E_IDENTITY.VERIFIED. 「verified」- 是否验证、备案
      Specified by:
      getVerified in interface IEIdentity
    • setVerified

      public EIdentity setVerified(Boolean verified)
      Setter for DB_ETERNAL.E_IDENTITY.VERIFIED. 「verified」- 是否验证、备案
      Specified by:
      setVerified in interface IEIdentity
    • getMetadata

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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