@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class EContract extends Object implements IEContract
This class is generated by jOOQ.
| Constructor and Description |
|---|
EContract() |
EContract(EContract value) |
EContract(io.vertx.core.json.JsonObject json) |
EContract(String key,
String name,
String code,
String title,
String fileKey,
BigDecimal amount,
String companyId,
String customerId,
LocalDateTime expiredAt,
LocalDateTime signedAt,
LocalDateTime runAt,
LocalDateTime runUpAt,
String aName,
String aPhone,
String aAddress,
String bName,
String bPhone,
String bAddress,
String type,
String metadata,
Boolean active,
String sigma,
String language,
LocalDateTime createdAt,
String createdBy,
LocalDateTime updatedAt,
String updatedBy) |
| Modifier and Type | Method and Description |
|---|---|
void |
from(IEContract from)
Load data from another generated Record/POJO implementing the common interface IEContract
|
String |
getAAddress()
Getter for
DB_ETERNAL.E_CONTRACT.A_ADDRESS. |
Boolean |
getActive()
Getter for
DB_ETERNAL.E_CONTRACT.ACTIVE. |
BigDecimal |
getAmount()
Getter for
DB_ETERNAL.E_CONTRACT.AMOUNT. |
String |
getAName()
Getter for
DB_ETERNAL.E_CONTRACT.A_NAME. |
String |
getAPhone()
Getter for
DB_ETERNAL.E_CONTRACT.A_PHONE. |
String |
getBAddress()
Getter for
DB_ETERNAL.E_CONTRACT.B_ADDRESS. |
String |
getBName()
Getter for
DB_ETERNAL.E_CONTRACT.B_NAME. |
String |
getBPhone()
Getter for
DB_ETERNAL.E_CONTRACT.B_PHONE. |
String |
getCode()
Getter for
DB_ETERNAL.E_CONTRACT.CODE. |
String |
getCompanyId()
Getter for
DB_ETERNAL.E_CONTRACT.COMPANY_ID. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.E_CONTRACT.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.E_CONTRACT.CREATED_BY. |
String |
getCustomerId()
Getter for
DB_ETERNAL.E_CONTRACT.CUSTOMER_ID. |
LocalDateTime |
getExpiredAt()
Getter for
DB_ETERNAL.E_CONTRACT.EXPIRED_AT. |
String |
getFileKey()
Getter for
DB_ETERNAL.E_CONTRACT.FILE_KEY. |
String |
getKey()
Getter for
DB_ETERNAL.E_CONTRACT.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.E_CONTRACT.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.E_CONTRACT.METADATA. |
String |
getName()
Getter for
DB_ETERNAL.E_CONTRACT.NAME. |
LocalDateTime |
getRunAt()
Getter for
DB_ETERNAL.E_CONTRACT.RUN_AT. |
LocalDateTime |
getRunUpAt()
Getter for
DB_ETERNAL.E_CONTRACT.RUN_UP_AT. |
String |
getSigma()
Getter for
DB_ETERNAL.E_CONTRACT.SIGMA. |
LocalDateTime |
getSignedAt()
Getter for
DB_ETERNAL.E_CONTRACT.SIGNED_AT. |
String |
getTitle()
Getter for
DB_ETERNAL.E_CONTRACT.TITLE. |
String |
getType()
Getter for
DB_ETERNAL.E_CONTRACT.TYPE. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.E_CONTRACT.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.E_CONTRACT.UPDATED_BY. |
<E extends IEContract> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IEContract
|
EContract |
setAAddress(String aAddress)
Setter for
DB_ETERNAL.E_CONTRACT.A_ADDRESS. |
EContract |
setActive(Boolean active)
Setter for
DB_ETERNAL.E_CONTRACT.ACTIVE. |
EContract |
setAmount(BigDecimal amount)
Setter for
DB_ETERNAL.E_CONTRACT.AMOUNT. |
EContract |
setAName(String aName)
Setter for
DB_ETERNAL.E_CONTRACT.A_NAME. |
EContract |
setAPhone(String aPhone)
Setter for
DB_ETERNAL.E_CONTRACT.A_PHONE. |
EContract |
setBAddress(String bAddress)
Setter for
DB_ETERNAL.E_CONTRACT.B_ADDRESS. |
EContract |
setBName(String bName)
Setter for
DB_ETERNAL.E_CONTRACT.B_NAME. |
EContract |
setBPhone(String bPhone)
Setter for
DB_ETERNAL.E_CONTRACT.B_PHONE. |
EContract |
setCode(String code)
Setter for
DB_ETERNAL.E_CONTRACT.CODE. |
EContract |
setCompanyId(String companyId)
Setter for
DB_ETERNAL.E_CONTRACT.COMPANY_ID. |
EContract |
setCreatedAt(LocalDateTime createdAt)
Setter for
DB_ETERNAL.E_CONTRACT.CREATED_AT. |
EContract |
setCreatedBy(String createdBy)
Setter for
DB_ETERNAL.E_CONTRACT.CREATED_BY. |
EContract |
setCustomerId(String customerId)
Setter for
DB_ETERNAL.E_CONTRACT.CUSTOMER_ID. |
EContract |
setExpiredAt(LocalDateTime expiredAt)
Setter for
DB_ETERNAL.E_CONTRACT.EXPIRED_AT. |
EContract |
setFileKey(String fileKey)
Setter for
DB_ETERNAL.E_CONTRACT.FILE_KEY. |
EContract |
setKey(String key)
Setter for
DB_ETERNAL.E_CONTRACT.KEY. |
EContract |
setLanguage(String language)
Setter for
DB_ETERNAL.E_CONTRACT.LANGUAGE. |
EContract |
setMetadata(String metadata)
Setter for
DB_ETERNAL.E_CONTRACT.METADATA. |
EContract |
setName(String name)
Setter for
DB_ETERNAL.E_CONTRACT.NAME. |
EContract |
setRunAt(LocalDateTime runAt)
Setter for
DB_ETERNAL.E_CONTRACT.RUN_AT. |
EContract |
setRunUpAt(LocalDateTime runUpAt)
Setter for
DB_ETERNAL.E_CONTRACT.RUN_UP_AT. |
EContract |
setSigma(String sigma)
Setter for
DB_ETERNAL.E_CONTRACT.SIGMA. |
EContract |
setSignedAt(LocalDateTime signedAt)
Setter for
DB_ETERNAL.E_CONTRACT.SIGNED_AT. |
EContract |
setTitle(String title)
Setter for
DB_ETERNAL.E_CONTRACT.TITLE. |
EContract |
setType(String type)
Setter for
DB_ETERNAL.E_CONTRACT.TYPE. |
EContract |
setUpdatedAt(LocalDateTime updatedAt)
Setter for
DB_ETERNAL.E_CONTRACT.UPDATED_AT. |
EContract |
setUpdatedBy(String updatedBy)
Setter for
DB_ETERNAL.E_CONTRACT.UPDATED_BY. |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfromJson, toJsonpublic EContract()
public EContract(EContract value)
public EContract(String key, String name, String code, String title, String fileKey, BigDecimal amount, String companyId, String customerId, LocalDateTime expiredAt, LocalDateTime signedAt, LocalDateTime runAt, LocalDateTime runUpAt, String aName, String aPhone, String aAddress, String bName, String bPhone, String bAddress, String type, String metadata, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
public EContract(io.vertx.core.json.JsonObject json)
public String getKey()
IEContractGetter for DB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键
getKey in interface IEContractpublic EContract setKey(String key)
IEContractSetter for DB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键
setKey in interface IEContractpublic String getName()
IEContractGetter for DB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称
getName in interface IEContractpublic EContract setName(String name)
IEContractSetter for DB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称
setName in interface IEContractpublic String getCode()
IEContractGetter for DB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号
getCode in interface IEContractpublic EContract setCode(String code)
IEContractSetter for DB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号
setCode in interface IEContractpublic String getTitle()
IEContractGetter for DB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题
getTitle in interface IEContractpublic EContract setTitle(String title)
IEContractSetter for DB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题
setTitle in interface IEContractpublic String getFileKey()
IEContractGetter for DB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件Key
getFileKey in interface IEContractpublic EContract setFileKey(String fileKey)
IEContractSetter for DB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件Key
setFileKey in interface IEContractpublic BigDecimal getAmount()
IEContractGetter for DB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额
getAmount in interface IEContractpublic EContract setAmount(BigDecimal amount)
IEContractSetter for DB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额
setAmount in interface IEContractpublic String getCompanyId()
IEContractGetter for DB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方
getCompanyId in interface IEContractpublic EContract setCompanyId(String companyId)
IEContractSetter for DB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方
setCompanyId in interface IEContractpublic String getCustomerId()
IEContractGetter for DB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方
getCustomerId in interface IEContractpublic EContract setCustomerId(String customerId)
IEContractSetter for DB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方
setCustomerId in interface IEContractpublic LocalDateTime getExpiredAt()
IEContractGetter for DB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间
getExpiredAt in interface IEContractpublic EContract setExpiredAt(LocalDateTime expiredAt)
IEContractSetter for DB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间
setExpiredAt in interface IEContractpublic LocalDateTime getSignedAt()
IEContractGetter for DB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间
getSignedAt in interface IEContractpublic EContract setSignedAt(LocalDateTime signedAt)
IEContractSetter for DB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间
setSignedAt in interface IEContractpublic LocalDateTime getRunAt()
IEContractGetter for DB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间
getRunAt in interface IEContractpublic EContract setRunAt(LocalDateTime runAt)
IEContractSetter for DB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间
setRunAt in interface IEContractpublic LocalDateTime getRunUpAt()
IEContractGetter for DB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间
getRunUpAt in interface IEContractpublic EContract setRunUpAt(LocalDateTime runUpAt)
IEContractSetter for DB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间
setRunUpAt in interface IEContractpublic String getAName()
IEContractGetter for DB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人
getAName in interface IEContractpublic EContract setAName(String aName)
IEContractSetter for DB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人
setAName in interface IEContractpublic String getAPhone()
IEContractGetter for DB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名
getAPhone in interface IEContractpublic EContract setAPhone(String aPhone)
IEContractSetter for DB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名
setAPhone in interface IEContractpublic String getAAddress()
IEContractGetter for DB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址
getAAddress in interface IEContractpublic EContract setAAddress(String aAddress)
IEContractSetter for DB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址
setAAddress in interface IEContractpublic String getBName()
IEContractGetter for DB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人
getBName in interface IEContractpublic EContract setBName(String bName)
IEContractSetter for DB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人
setBName in interface IEContractpublic String getBPhone()
IEContractGetter for DB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名
getBPhone in interface IEContractpublic EContract setBPhone(String bPhone)
IEContractSetter for DB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名
setBPhone in interface IEContractpublic String getBAddress()
IEContractGetter for DB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址
getBAddress in interface IEContractpublic EContract setBAddress(String bAddress)
IEContractSetter for DB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址
setBAddress in interface IEContractpublic String getType()
IEContractGetter for DB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类
getType in interface IEContractpublic EContract setType(String type)
IEContractSetter for DB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类
setType in interface IEContractpublic String getMetadata()
IEContractGetter for DB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置
getMetadata in interface IEContractpublic EContract setMetadata(String metadata)
IEContractSetter for DB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置
setMetadata in interface IEContractpublic Boolean getActive()
IEContractGetter for DB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用
getActive in interface IEContractpublic EContract setActive(Boolean active)
IEContractSetter for DB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用
setActive in interface IEContractpublic String getSigma()
IEContractGetter for DB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)
getSigma in interface IEContractpublic EContract setSigma(String sigma)
IEContractSetter for DB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)
setSigma in interface IEContractpublic String getLanguage()
IEContractGetter for DB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言
getLanguage in interface IEContractpublic EContract setLanguage(String language)
IEContractSetter for DB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言
setLanguage in interface IEContractpublic LocalDateTime getCreatedAt()
IEContractGetter for DB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间
getCreatedAt in interface IEContractpublic EContract setCreatedAt(LocalDateTime createdAt)
IEContractSetter for DB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间
setCreatedAt in interface IEContractpublic String getCreatedBy()
IEContractGetter for DB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人
getCreatedBy in interface IEContractpublic EContract setCreatedBy(String createdBy)
IEContractSetter for DB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人
setCreatedBy in interface IEContractpublic LocalDateTime getUpdatedAt()
IEContractGetter for DB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间
getUpdatedAt in interface IEContractpublic EContract setUpdatedAt(LocalDateTime updatedAt)
IEContractSetter for DB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间
setUpdatedAt in interface IEContractpublic String getUpdatedBy()
IEContractGetter for DB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人
getUpdatedBy in interface IEContractpublic EContract setUpdatedBy(String updatedBy)
IEContractSetter for DB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人
setUpdatedBy in interface IEContractpublic void from(IEContract from)
Load data from another generated Record/POJO implementing the common interface IEContract
from in interface IEContractpublic <E extends IEContract> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IEContract
into in interface IEContractCopyright © 2021. All rights reserved.