| Package | Description |
|---|---|
| cn.vertxup.erp.domain.tables.interfaces | |
| cn.vertxup.erp.domain.tables.pojos | |
| cn.vertxup.erp.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IEIdentity> |
IEIdentity.into(E into)
Copy data into another generated Record/POJO implementing the common interface IEIdentity
|
| Modifier and Type | Method and Description |
|---|---|
default IEIdentity |
IEIdentity.fromJson(io.vertx.core.json.JsonObject json) |
IEIdentity |
IEIdentity.setActive(Boolean value)
Setter for
DB_ETERNAL.E_IDENTITY.ACTIVE. |
IEIdentity |
IEIdentity.setAddress(String value)
Setter for
DB_ETERNAL.E_IDENTITY.ADDRESS. |
IEIdentity |
IEIdentity.setBirthday(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.BIRTHDAY. |
IEIdentity |
IEIdentity.setCarPlate(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CAR_PLATE. |
IEIdentity |
IEIdentity.setCode(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CODE. |
IEIdentity |
IEIdentity.setContactAddress(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_ADDRESS. |
IEIdentity |
IEIdentity.setContactEmail(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_EMAIL. |
IEIdentity |
IEIdentity.setContactMobile(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_MOBILE. |
IEIdentity |
IEIdentity.setContactPhone(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CONTACT_PHONE. |
IEIdentity |
IEIdentity.setCountry(String value)
Setter for
DB_ETERNAL.E_IDENTITY.COUNTRY. |
IEIdentity |
IEIdentity.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.CREATED_AT. |
IEIdentity |
IEIdentity.setCreatedBy(String value)
Setter for
DB_ETERNAL.E_IDENTITY.CREATED_BY. |
IEIdentity |
IEIdentity.setDriverLicense(String value)
Setter for
DB_ETERNAL.E_IDENTITY.DRIVER_LICENSE. |
IEIdentity |
IEIdentity.setEcAlipay(String value)
Setter for
DB_ETERNAL.E_IDENTITY.EC_ALIPAY. |
IEIdentity |
IEIdentity.setEcQq(String value)
Setter for
DB_ETERNAL.E_IDENTITY.EC_QQ. |
IEIdentity |
IEIdentity.setEcWechat(String value)
Setter for
DB_ETERNAL.E_IDENTITY.EC_WECHAT. |
IEIdentity |
IEIdentity.setGender(Boolean value)
Setter for
DB_ETERNAL.E_IDENTITY.GENDER. |
IEIdentity |
IEIdentity.setIdcAddress(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_ADDRESS. |
IEIdentity |
IEIdentity.setIdcBack(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_BACK. |
IEIdentity |
IEIdentity.setIdcExpiredAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_EXPIRED_AT. |
IEIdentity |
IEIdentity.setIdcFront(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_FRONT. |
IEIdentity |
IEIdentity.setIdcIssueAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_ISSUE_AT. |
IEIdentity |
IEIdentity.setIdcIssuer(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_ISSUER. |
IEIdentity |
IEIdentity.setIdcNumber(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_NUMBER. |
IEIdentity |
IEIdentity.setIdcType(String value)
Setter for
DB_ETERNAL.E_IDENTITY.IDC_TYPE. |
IEIdentity |
IEIdentity.setKey(String value)
Setter for
DB_ETERNAL.E_IDENTITY.KEY. |
IEIdentity |
IEIdentity.setLanguage(String value)
Setter for
DB_ETERNAL.E_IDENTITY.LANGUAGE. |
IEIdentity |
IEIdentity.setMarital(String value)
Setter for
DB_ETERNAL.E_IDENTITY.MARITAL. |
IEIdentity |
IEIdentity.setMetadata(String value)
Setter for
DB_ETERNAL.E_IDENTITY.METADATA. |
IEIdentity |
IEIdentity.setNation(String value)
Setter for
DB_ETERNAL.E_IDENTITY.NATION. |
IEIdentity |
IEIdentity.setNativePlace(String value)
Setter for
DB_ETERNAL.E_IDENTITY.NATIVE_PLACE. |
IEIdentity |
IEIdentity.setPassport(String value)
Setter for
DB_ETERNAL.E_IDENTITY.PASSPORT. |
IEIdentity |
IEIdentity.setRealname(String value)
Setter for
DB_ETERNAL.E_IDENTITY.REALNAME. |
IEIdentity |
IEIdentity.setSigma(String value)
Setter for
DB_ETERNAL.E_IDENTITY.SIGMA. |
IEIdentity |
IEIdentity.setStatus(String value)
Setter for
DB_ETERNAL.E_IDENTITY.STATUS. |
IEIdentity |
IEIdentity.setType(String value)
Setter for
DB_ETERNAL.E_IDENTITY.TYPE. |
IEIdentity |
IEIdentity.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.E_IDENTITY.UPDATED_AT. |
IEIdentity |
IEIdentity.setUpdatedBy(String value)
Setter for
DB_ETERNAL.E_IDENTITY.UPDATED_BY. |
IEIdentity |
IEIdentity.setUrgentName(String value)
Setter for
DB_ETERNAL.E_IDENTITY.URGENT_NAME. |
IEIdentity |
IEIdentity.setUrgentPhone(String value)
Setter for
DB_ETERNAL.E_IDENTITY.URGENT_PHONE. |
IEIdentity |
IEIdentity.setVerified(Boolean value)
Setter for
DB_ETERNAL.E_IDENTITY.VERIFIED. |
| Modifier and Type | Method and Description |
|---|---|
void |
IEIdentity.from(IEIdentity from)
Load data from another generated Record/POJO implementing the common interface IEIdentity
|
| Modifier and Type | Class and Description |
|---|---|
class |
EIdentity
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEIdentity> |
EIdentity.into(E into)
Copy data into another generated Record/POJO implementing the common interface IEIdentity
|
| Modifier and Type | Method and Description |
|---|---|
void |
EIdentity.from(IEIdentity from)
Load data from another generated Record/POJO implementing the common interface IEIdentity
|
| Modifier and Type | Class and Description |
|---|---|
class |
EIdentityRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IEIdentity> |
EIdentityRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IEIdentity
|
| Modifier and Type | Method and Description |
|---|---|
void |
EIdentityRecord.from(IEIdentity from)
Load data from another generated Record/POJO implementing the common interface IEIdentity
|
Copyright © 2021. All rights reserved.