Class RCompanyCustomer
java.lang.Object
cn.vertxup.erp.domain.tables.pojos.RCompanyCustomer
- All Implemented Interfaces:
IRCompanyCustomer,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class RCompanyCustomer
extends Object
implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRCompanyCustomer
This class is generated by jOOQ.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRCompanyCustomer(io.vertx.core.json.JsonObject json) RCompanyCustomer(String companyId, String customerId, String comment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IRCompanyCustomer from) Load data from another generated Record/POJO implementing the common interface IRCompanyCustomerGetter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.inthashCode()<E extends IRCompanyCustomer>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomersetComment(String comment) Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.setCompanyId(String companyId) Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.setCustomerId(String customerId) Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.erp.domain.tables.interfaces.IRCompanyCustomer
fromJson, toJson
-
Constructor Details
-
RCompanyCustomer
public RCompanyCustomer() -
RCompanyCustomer
-
RCompanyCustomer
-
RCompanyCustomer
public RCompanyCustomer(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getCompanyId
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID- Specified by:
getCompanyIdin interfaceIRCompanyCustomer
-
setCompanyId
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID- Specified by:
setCompanyIdin interfaceIRCompanyCustomer
-
getCustomerId
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID- Specified by:
getCustomerIdin interfaceIRCompanyCustomer
-
setCustomerId
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID- Specified by:
setCustomerIdin interfaceIRCompanyCustomer
-
getComment
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注- Specified by:
getCommentin interfaceIRCompanyCustomer
-
setComment
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注- Specified by:
setCommentin interfaceIRCompanyCustomer
-
equals
-
hashCode
public int hashCode() -
toString
-
from
Description copied from interface:IRCompanyCustomerLoad data from another generated Record/POJO implementing the common interface IRCompanyCustomer- Specified by:
fromin interfaceIRCompanyCustomer
-
into
Description copied from interface:IRCompanyCustomerCopy data into another generated Record/POJO implementing the common interface IRCompanyCustomer- Specified by:
intoin interfaceIRCompanyCustomer
-