Class EContract
- java.lang.Object
-
- cn.vertxup.erp.domain.tables.pojos.EContract
-
- All Implemented Interfaces:
IEContract,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class EContract extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IEContract
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EContract()EContract(IEContract 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IEContract from)Load data from another generated Record/POJO implementing the common interface IEContractStringgetAAddress()Getter forDB_ETERNAL.E_CONTRACT.A_ADDRESS.BooleangetActive()Getter forDB_ETERNAL.E_CONTRACT.ACTIVE.BigDecimalgetAmount()Getter forDB_ETERNAL.E_CONTRACT.AMOUNT.StringgetAName()Getter forDB_ETERNAL.E_CONTRACT.A_NAME.StringgetAPhone()Getter forDB_ETERNAL.E_CONTRACT.A_PHONE.StringgetBAddress()Getter forDB_ETERNAL.E_CONTRACT.B_ADDRESS.StringgetBName()Getter forDB_ETERNAL.E_CONTRACT.B_NAME.StringgetBPhone()Getter forDB_ETERNAL.E_CONTRACT.B_PHONE.StringgetCode()Getter forDB_ETERNAL.E_CONTRACT.CODE.StringgetCompanyId()Getter forDB_ETERNAL.E_CONTRACT.COMPANY_ID.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.E_CONTRACT.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.E_CONTRACT.CREATED_BY.StringgetCustomerId()Getter forDB_ETERNAL.E_CONTRACT.CUSTOMER_ID.LocalDateTimegetExpiredAt()Getter forDB_ETERNAL.E_CONTRACT.EXPIRED_AT.StringgetFileKey()Getter forDB_ETERNAL.E_CONTRACT.FILE_KEY.StringgetKey()Getter forDB_ETERNAL.E_CONTRACT.KEY.StringgetLanguage()Getter forDB_ETERNAL.E_CONTRACT.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.E_CONTRACT.METADATA.StringgetName()Getter forDB_ETERNAL.E_CONTRACT.NAME.LocalDateTimegetRunAt()Getter forDB_ETERNAL.E_CONTRACT.RUN_AT.LocalDateTimegetRunUpAt()Getter forDB_ETERNAL.E_CONTRACT.RUN_UP_AT.StringgetSigma()Getter forDB_ETERNAL.E_CONTRACT.SIGMA.LocalDateTimegetSignedAt()Getter forDB_ETERNAL.E_CONTRACT.SIGNED_AT.StringgetTitle()Getter forDB_ETERNAL.E_CONTRACT.TITLE.StringgetType()Getter forDB_ETERNAL.E_CONTRACT.TYPE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.E_CONTRACT.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.E_CONTRACT.UPDATED_BY.<E extends IEContract>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IEContractEContractsetAAddress(String aAddress)Setter forDB_ETERNAL.E_CONTRACT.A_ADDRESS.EContractsetActive(Boolean active)Setter forDB_ETERNAL.E_CONTRACT.ACTIVE.EContractsetAmount(BigDecimal amount)Setter forDB_ETERNAL.E_CONTRACT.AMOUNT.EContractsetAName(String aName)Setter forDB_ETERNAL.E_CONTRACT.A_NAME.EContractsetAPhone(String aPhone)Setter forDB_ETERNAL.E_CONTRACT.A_PHONE.EContractsetBAddress(String bAddress)Setter forDB_ETERNAL.E_CONTRACT.B_ADDRESS.EContractsetBName(String bName)Setter forDB_ETERNAL.E_CONTRACT.B_NAME.EContractsetBPhone(String bPhone)Setter forDB_ETERNAL.E_CONTRACT.B_PHONE.EContractsetCode(String code)Setter forDB_ETERNAL.E_CONTRACT.CODE.EContractsetCompanyId(String companyId)Setter forDB_ETERNAL.E_CONTRACT.COMPANY_ID.EContractsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.E_CONTRACT.CREATED_AT.EContractsetCreatedBy(String createdBy)Setter forDB_ETERNAL.E_CONTRACT.CREATED_BY.EContractsetCustomerId(String customerId)Setter forDB_ETERNAL.E_CONTRACT.CUSTOMER_ID.EContractsetExpiredAt(LocalDateTime expiredAt)Setter forDB_ETERNAL.E_CONTRACT.EXPIRED_AT.EContractsetFileKey(String fileKey)Setter forDB_ETERNAL.E_CONTRACT.FILE_KEY.EContractsetKey(String key)Setter forDB_ETERNAL.E_CONTRACT.KEY.EContractsetLanguage(String language)Setter forDB_ETERNAL.E_CONTRACT.LANGUAGE.EContractsetMetadata(String metadata)Setter forDB_ETERNAL.E_CONTRACT.METADATA.EContractsetName(String name)Setter forDB_ETERNAL.E_CONTRACT.NAME.EContractsetRunAt(LocalDateTime runAt)Setter forDB_ETERNAL.E_CONTRACT.RUN_AT.EContractsetRunUpAt(LocalDateTime runUpAt)Setter forDB_ETERNAL.E_CONTRACT.RUN_UP_AT.EContractsetSigma(String sigma)Setter forDB_ETERNAL.E_CONTRACT.SIGMA.EContractsetSignedAt(LocalDateTime signedAt)Setter forDB_ETERNAL.E_CONTRACT.SIGNED_AT.EContractsetTitle(String title)Setter forDB_ETERNAL.E_CONTRACT.TITLE.EContractsetType(String type)Setter forDB_ETERNAL.E_CONTRACT.TYPE.EContractsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.E_CONTRACT.UPDATED_AT.EContractsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.E_CONTRACT.UPDATED_BY.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.erp.domain.tables.interfaces.IEContract
fromJson, toJson
-
-
-
-
Constructor Detail
-
EContract
public EContract()
-
EContract
public EContract(IEContract value)
-
EContract
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)
-
EContract
public EContract(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键- Specified by:
getKeyin interfaceIEContract
-
setKey
public EContract setKey(String key)
Setter forDB_ETERNAL.E_CONTRACT.KEY. 「key」- 合同主键- Specified by:
setKeyin interfaceIEContract
-
getName
public String getName()
Getter forDB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称- Specified by:
getNamein interfaceIEContract
-
setName
public EContract setName(String name)
Setter forDB_ETERNAL.E_CONTRACT.NAME. 「name」- 合同名称- Specified by:
setNamein interfaceIEContract
-
getCode
public String getCode()
Getter forDB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号- Specified by:
getCodein interfaceIEContract
-
setCode
public EContract setCode(String code)
Setter forDB_ETERNAL.E_CONTRACT.CODE. 「code」- 合同编号- Specified by:
setCodein interfaceIEContract
-
getTitle
public String getTitle()
Getter forDB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题- Specified by:
getTitlein interfaceIEContract
-
setTitle
public EContract setTitle(String title)
Setter forDB_ETERNAL.E_CONTRACT.TITLE. 「title」- 合同标题- Specified by:
setTitlein interfaceIEContract
-
getFileKey
public String getFileKey()
Getter forDB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件Key- Specified by:
getFileKeyin interfaceIEContract
-
setFileKey
public EContract setFileKey(String fileKey)
Setter forDB_ETERNAL.E_CONTRACT.FILE_KEY. 「fileKey」- 合同附件Key- Specified by:
setFileKeyin interfaceIEContract
-
getAmount
public BigDecimal getAmount()
Getter forDB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额- Specified by:
getAmountin interfaceIEContract
-
setAmount
public EContract setAmount(BigDecimal amount)
Setter forDB_ETERNAL.E_CONTRACT.AMOUNT. 「amount」- 合同金额- Specified by:
setAmountin interfaceIEContract
-
getCompanyId
public String getCompanyId()
Getter forDB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方- Specified by:
getCompanyIdin interfaceIEContract
-
setCompanyId
public EContract setCompanyId(String companyId)
Setter forDB_ETERNAL.E_CONTRACT.COMPANY_ID. 「companyId」- 合同甲方- Specified by:
setCompanyIdin interfaceIEContract
-
getCustomerId
public String getCustomerId()
Getter forDB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方- Specified by:
getCustomerIdin interfaceIEContract
-
setCustomerId
public EContract setCustomerId(String customerId)
Setter forDB_ETERNAL.E_CONTRACT.CUSTOMER_ID. 「customerId」- 合同乙方- Specified by:
setCustomerIdin interfaceIEContract
-
getExpiredAt
public LocalDateTime getExpiredAt()
Getter forDB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间- Specified by:
getExpiredAtin interfaceIEContract
-
setExpiredAt
public EContract setExpiredAt(LocalDateTime expiredAt)
Setter forDB_ETERNAL.E_CONTRACT.EXPIRED_AT. 「expiredAt」- 过期时间- Specified by:
setExpiredAtin interfaceIEContract
-
getSignedAt
public LocalDateTime getSignedAt()
Getter forDB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间- Specified by:
getSignedAtin interfaceIEContract
-
setSignedAt
public EContract setSignedAt(LocalDateTime signedAt)
Setter forDB_ETERNAL.E_CONTRACT.SIGNED_AT. 「signedAt」- 签订时间- Specified by:
setSignedAtin interfaceIEContract
-
getRunAt
public LocalDateTime getRunAt()
Getter forDB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间- Specified by:
getRunAtin interfaceIEContract
-
setRunAt
public EContract setRunAt(LocalDateTime runAt)
Setter forDB_ETERNAL.E_CONTRACT.RUN_AT. 「runAt」- 生效时间- Specified by:
setRunAtin interfaceIEContract
-
getRunUpAt
public LocalDateTime getRunUpAt()
Getter forDB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间- Specified by:
getRunUpAtin interfaceIEContract
-
setRunUpAt
public EContract setRunUpAt(LocalDateTime runUpAt)
Setter forDB_ETERNAL.E_CONTRACT.RUN_UP_AT. 「runUpAt」- 挂账到期时间- Specified by:
setRunUpAtin interfaceIEContract
-
getAName
public String getAName()
Getter forDB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人- Specified by:
getANamein interfaceIEContract
-
setAName
public EContract setAName(String aName)
Setter forDB_ETERNAL.E_CONTRACT.A_NAME. 「aName」- 甲方签订人- Specified by:
setANamein interfaceIEContract
-
getAPhone
public String getAPhone()
Getter forDB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名- Specified by:
getAPhonein interfaceIEContract
-
setAPhone
public EContract setAPhone(String aPhone)
Setter forDB_ETERNAL.E_CONTRACT.A_PHONE. 「aPhone」- 甲方签订人姓名- Specified by:
setAPhonein interfaceIEContract
-
getAAddress
public String getAAddress()
Getter forDB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址- Specified by:
getAAddressin interfaceIEContract
-
setAAddress
public EContract setAAddress(String aAddress)
Setter forDB_ETERNAL.E_CONTRACT.A_ADDRESS. 「aAddress」- 甲方联系地址- Specified by:
setAAddressin interfaceIEContract
-
getBName
public String getBName()
Getter forDB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人- Specified by:
getBNamein interfaceIEContract
-
setBName
public EContract setBName(String bName)
Setter forDB_ETERNAL.E_CONTRACT.B_NAME. 「bName」- 乙方签订人- Specified by:
setBNamein interfaceIEContract
-
getBPhone
public String getBPhone()
Getter forDB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名- Specified by:
getBPhonein interfaceIEContract
-
setBPhone
public EContract setBPhone(String bPhone)
Setter forDB_ETERNAL.E_CONTRACT.B_PHONE. 「bPhone」- 乙方签订人姓名- Specified by:
setBPhonein interfaceIEContract
-
getBAddress
public String getBAddress()
Getter forDB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址- Specified by:
getBAddressin interfaceIEContract
-
setBAddress
public EContract setBAddress(String bAddress)
Setter forDB_ETERNAL.E_CONTRACT.B_ADDRESS. 「bAddress」- 乙方联系地址- Specified by:
setBAddressin interfaceIEContract
-
getType
public String getType()
Getter forDB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类- Specified by:
getTypein interfaceIEContract
-
setType
public EContract setType(String type)
Setter forDB_ETERNAL.E_CONTRACT.TYPE. 「type」- 合同分类- Specified by:
setTypein interfaceIEContract
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIEContract
-
setMetadata
public EContract setMetadata(String metadata)
Setter forDB_ETERNAL.E_CONTRACT.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIEContract
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceIEContract
-
setActive
public EContract setActive(Boolean active)
Setter forDB_ETERNAL.E_CONTRACT.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceIEContract
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)- Specified by:
getSigmain interfaceIEContract
-
setSigma
public EContract setSigma(String sigma)
Setter forDB_ETERNAL.E_CONTRACT.SIGMA. 「sigma」- 统一标识(公司所属应用)- Specified by:
setSigmain interfaceIEContract
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIEContract
-
setLanguage
public EContract setLanguage(String language)
Setter forDB_ETERNAL.E_CONTRACT.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIEContract
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIEContract
-
setCreatedAt
public EContract setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.E_CONTRACT.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIEContract
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIEContract
-
setCreatedBy
public EContract setCreatedBy(String createdBy)
Setter forDB_ETERNAL.E_CONTRACT.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIEContract
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIEContract
-
setUpdatedAt
public EContract setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.E_CONTRACT.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIEContract
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIEContract
-
setUpdatedBy
public EContract setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.E_CONTRACT.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIEContract
-
from
public void from(IEContract from)
Description copied from interface:IEContractLoad data from another generated Record/POJO implementing the common interface IEContract- Specified by:
fromin interfaceIEContract
-
into
public <E extends IEContract> E into(E into)
Description copied from interface:IEContractCopy data into another generated Record/POJO implementing the common interface IEContract- Specified by:
intoin interfaceIEContract
-
-