@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
| 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()
IEContractDB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键getKey in interface IEContractpublic EContract setKey(String key)
IEContractDB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键setKey in interface IEContractpublic String getName()
IEContractDB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称getName in interface IEContractpublic EContract setName(String name)
IEContractDB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称setName in interface IEContractpublic String getCode()
IEContractDB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号getCode in interface IEContractpublic EContract setCode(String code)
IEContractDB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号setCode in interface IEContractpublic String getTitle()
IEContractDB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题getTitle in interface IEContractpublic EContract setTitle(String title)
IEContractDB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题setTitle in interface IEContractpublic String getFileKey()
IEContractDB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件KeygetFileKey in interface IEContractpublic EContract setFileKey(String fileKey)
IEContractDB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件KeysetFileKey in interface IEContractpublic BigDecimal getAmount()
IEContractDB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额getAmount in interface IEContractpublic EContract setAmount(BigDecimal amount)
IEContractDB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额setAmount in interface IEContractpublic String getCompanyId()
IEContractDB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方getCompanyId in interface IEContractpublic EContract setCompanyId(String companyId)
IEContractDB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方setCompanyId in interface IEContractpublic String getCustomerId()
IEContractDB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方getCustomerId in interface IEContractpublic EContract setCustomerId(String customerId)
IEContractDB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方setCustomerId in interface IEContractpublic LocalDateTime getExpiredAt()
IEContractDB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间getExpiredAt in interface IEContractpublic EContract setExpiredAt(LocalDateTime expiredAt)
IEContractDB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间setExpiredAt in interface IEContractpublic LocalDateTime getSignedAt()
IEContractDB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间getSignedAt in interface IEContractpublic EContract setSignedAt(LocalDateTime signedAt)
IEContractDB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间setSignedAt in interface IEContractpublic LocalDateTime getRunAt()
IEContractDB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间getRunAt in interface IEContractpublic EContract setRunAt(LocalDateTime runAt)
IEContractDB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间setRunAt in interface IEContractpublic LocalDateTime getRunUpAt()
IEContractDB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间getRunUpAt in interface IEContractpublic EContract setRunUpAt(LocalDateTime runUpAt)
IEContractDB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间setRunUpAt in interface IEContractpublic String getAName()
IEContractDB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人getAName in interface IEContractpublic EContract setAName(String aName)
IEContractDB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人setAName in interface IEContractpublic String getAPhone()
IEContractDB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名getAPhone in interface IEContractpublic EContract setAPhone(String aPhone)
IEContractDB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名setAPhone in interface IEContractpublic String getAAddress()
IEContractDB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址getAAddress in interface IEContractpublic EContract setAAddress(String aAddress)
IEContractDB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址setAAddress in interface IEContractpublic String getBName()
IEContractDB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人getBName in interface IEContractpublic EContract setBName(String bName)
IEContractDB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人setBName in interface IEContractpublic String getBPhone()
IEContractDB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名getBPhone in interface IEContractpublic EContract setBPhone(String bPhone)
IEContractDB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名setBPhone in interface IEContractpublic String getBAddress()
IEContractDB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址getBAddress in interface IEContractpublic EContract setBAddress(String bAddress)
IEContractDB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址setBAddress in interface IEContractpublic String getType()
IEContractDB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类getType in interface IEContractpublic EContract setType(String type)
IEContractDB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类setType in interface IEContractpublic String getMetadata()
IEContractDB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置getMetadata in interface IEContractpublic EContract setMetadata(String metadata)
IEContractDB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置setMetadata in interface IEContractpublic Boolean getActive()
IEContractDB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用getActive in interface IEContractpublic EContract setActive(Boolean active)
IEContractDB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用setActive in interface IEContractpublic String getSigma()
IEContractDB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)getSigma in interface IEContractpublic EContract setSigma(String sigma)
IEContractDB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)setSigma in interface IEContractpublic String getLanguage()
IEContractDB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言getLanguage in interface IEContractpublic EContract setLanguage(String language)
IEContractDB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言setLanguage in interface IEContractpublic LocalDateTime getCreatedAt()
IEContractDB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间getCreatedAt in interface IEContractpublic EContract setCreatedAt(LocalDateTime createdAt)
IEContractDB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间setCreatedAt in interface IEContractpublic String getCreatedBy()
IEContractDB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人getCreatedBy in interface IEContractpublic EContract setCreatedBy(String createdBy)
IEContractDB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人setCreatedBy in interface IEContractpublic LocalDateTime getUpdatedAt()
IEContractDB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间getUpdatedAt in interface IEContractpublic EContract setUpdatedAt(LocalDateTime updatedAt)
IEContractDB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间setUpdatedAt in interface IEContractpublic String getUpdatedBy()
IEContractDB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人getUpdatedBy in interface IEContractpublic EContract setUpdatedBy(String updatedBy)
IEContractDB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人setUpdatedBy in interface IEContractpublic void from(IEContract from)
from in interface IEContractpublic <E extends IEContract> E into(E into)
into in interface IEContractCopyright © 2020. All rights reserved.