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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RCompanyCustomer()RCompanyCustomer(IRCompanyCustomer value)RCompanyCustomer(io.vertx.core.json.JsonObject json)RCompanyCustomer(String companyId, String customerId, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IRCompanyCustomer from)Load data from another generated Record/POJO implementing the common interface IRCompanyCustomerStringgetComment()Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.StringgetCompanyId()Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.StringgetCustomerId()Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.<E extends IRCompanyCustomer>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IRCompanyCustomerRCompanyCustomersetComment(String comment)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT.RCompanyCustomersetCompanyId(String companyId)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID.RCompanyCustomersetCustomerId(String customerId)Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID.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.IRCompanyCustomer
fromJson, toJson
-
-
-
-
Constructor Detail
-
RCompanyCustomer
public RCompanyCustomer()
-
RCompanyCustomer
public RCompanyCustomer(IRCompanyCustomer value)
-
RCompanyCustomer
public RCompanyCustomer(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getCompanyId
public String getCompanyId()
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID- Specified by:
getCompanyIdin interfaceIRCompanyCustomer
-
setCompanyId
public RCompanyCustomer setCompanyId(String companyId)
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMPANY_ID. 「companyId」- 企业的ID- Specified by:
setCompanyIdin interfaceIRCompanyCustomer
-
getCustomerId
public String getCustomerId()
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID- Specified by:
getCustomerIdin interfaceIRCompanyCustomer
-
setCustomerId
public RCompanyCustomer setCustomerId(String customerId)
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.CUSTOMER_ID. 「customerId」- 客户信息的ID- Specified by:
setCustomerIdin interfaceIRCompanyCustomer
-
getComment
public String getComment()
Getter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注- Specified by:
getCommentin interfaceIRCompanyCustomer
-
setComment
public RCompanyCustomer setComment(String comment)
Setter forDB_ETERNAL.R_COMPANY_CUSTOMER.COMMENT. 「comment」- 关系备注- Specified by:
setCommentin interfaceIRCompanyCustomer
-
from
public void from(IRCompanyCustomer from)
Description copied from interface:IRCompanyCustomerLoad data from another generated Record/POJO implementing the common interface IRCompanyCustomer- Specified by:
fromin interfaceIRCompanyCustomer
-
into
public <E extends IRCompanyCustomer> E into(E into)
Description copied from interface:IRCompanyCustomerCopy data into another generated Record/POJO implementing the common interface IRCompanyCustomer- Specified by:
intoin interfaceIRCompanyCustomer
-
-