Class ECustomerRecord

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<ECustomerRecord>
cn.vertxup.erp.domain.tables.records.ECustomerRecord
All Implemented Interfaces:
IECustomer, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable, Comparable<org.jooq.Record>, SQLData, org.jooq.Attachable, org.jooq.Fields, org.jooq.Formattable, org.jooq.QualifiedRecord<ECustomerRecord>, org.jooq.Record, org.jooq.TableRecord<ECustomerRecord>, org.jooq.UpdatableRecord<ECustomerRecord>

public class ECustomerRecord extends org.jooq.impl.UpdatableRecordImpl<ECustomerRecord> implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IECustomer
This class is generated by jOOQ.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Create a detached ECustomerRecord
    Create a detached, initialised ECustomerRecord
    ECustomerRecord(io.vertx.core.json.JsonObject json)
     
    ECustomerRecord(String key, String name, String code, String type, String status, String taxCode, String taxTitle, String contactName, String contactPhone, String contactEmail, String contactOnline, String title, String comment, String email, String fax, String homepage, String logo, String phone, String address, String signName, String signPhone, Boolean runUp, BigDecimal runUpAmount, String bankId, String bankCard, String metadata, Boolean active, String sigma, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
    Create a detached, initialised ECustomerRecord
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    attach(org.jooq.Configuration arg0)
     
    final boolean
     
    final void
    changed(boolean arg0)
     
    final boolean
    changed(int arg0)
     
    final void
    changed(int arg0, boolean arg1)
     
    final boolean
     
    final void
    changed(String arg0, boolean arg1)
     
    final boolean
    changed(org.jooq.Field<?> arg0)
     
    final void
    changed(org.jooq.Field<?> arg0, boolean arg1)
     
    final boolean
    changed(org.jooq.Name arg0)
     
    final void
    changed(org.jooq.Name arg0, boolean arg1)
     
    int
    compareTo(org.jooq.Record arg0)
     
    final org.jooq.Configuration
     
    protected final org.jooq.DSLContext
    Deprecated.
    final org.jooq.DataType<?>
    dataType(int arg0)
     
    final org.jooq.DataType<?>
     
    final org.jooq.DataType<?>
    dataType(org.jooq.Name arg0)
     
    final org.jooq.DataType<?>[]
     
    final void
     
    boolean
    equals(Object arg0)
     
    final org.jooq.Field<?>
    field(int arg0)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(int arg0, Class<T> arg1)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(int arg0, org.jooq.DataType<T> arg1)
     
    final org.jooq.Field<?>
    field(String arg0)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(String arg0, Class<T> arg1)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(String arg0, org.jooq.DataType<T> arg1)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(org.jooq.Field<T> arg0)
     
    final org.jooq.Field<?>
    field(org.jooq.Name arg0)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(org.jooq.Name arg0, Class<T> arg1)
     
    final <T extends Object>
    org.jooq.Field<T>
    field(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
     
    final org.jooq.Field<?>[]
     
    final org.jooq.Field<?>[]
    fields(int... arg0)
     
    final org.jooq.Field<?>[]
    fields(String... arg0)
     
    final org.jooq.Field<?>[]
    fields(org.jooq.Field<?>... arg0)
     
    final org.jooq.Field<?>[]
    fields(org.jooq.Name... arg0)
     
    org.jooq.Row
     
    final Stream<org.jooq.Field<?>>
     
    final String
     
    final String
    format(int arg0)
     
    final void
     
    final void
    format(OutputStream arg0, int arg1)
     
    final void
    format(OutputStream arg0, org.jooq.TXTFormat arg1)
     
    final void
    format(Writer arg0)
     
    final void
    format(Writer arg0, int arg1)
     
    final void
    format(Writer arg0, org.jooq.TXTFormat arg1)
     
    final String
    format(org.jooq.TXTFormat arg0)
     
    final String
     
    final void
     
    final void
    formatChart(OutputStream arg0, org.jooq.ChartFormat arg1)
     
    final void
     
    final void
    formatChart(Writer arg0, org.jooq.ChartFormat arg1)
     
    final String
    formatChart(org.jooq.ChartFormat arg0)
     
    final String
     
    final String
    formatCSV(boolean arg0)
     
    final String
    formatCSV(boolean arg0, char arg1)
     
    final String
    formatCSV(boolean arg0, char arg1, String arg2)
     
    final String
    formatCSV(char arg0)
     
    final String
    formatCSV(char arg0, String arg1)
     
    final void
     
    final void
    formatCSV(OutputStream arg0, boolean arg1)
     
    final void
    formatCSV(OutputStream arg0, boolean arg1, char arg2)
     
    final void
    formatCSV(OutputStream arg0, boolean arg1, char arg2, String arg3)
     
    final void
    formatCSV(OutputStream arg0, char arg1)
     
    final void
    formatCSV(OutputStream arg0, char arg1, String arg2)
     
    final void
    formatCSV(OutputStream arg0, org.jooq.CSVFormat arg1)
     
    final void
     
    final void
    formatCSV(Writer arg0, boolean arg1)
     
    final void
    formatCSV(Writer arg0, boolean arg1, char arg2)
     
    final void
    formatCSV(Writer arg0, boolean arg1, char arg2, String arg3)
     
    final void
    formatCSV(Writer arg0, char arg1)
     
    final void
    formatCSV(Writer arg0, char arg1, String arg2)
     
    final void
    formatCSV(Writer arg0, org.jooq.CSVFormat arg1)
     
    final String
    formatCSV(org.jooq.CSVFormat arg0)
     
    final String
     
    final void
     
    final void
     
    final String
     
    final void
     
    final void
    formatInsert(OutputStream arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
     
    final void
     
    final void
    formatInsert(Writer arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
     
    final String
    formatInsert(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)
     
    final String
     
    final void
     
    final void
    formatJSON(OutputStream arg0, org.jooq.JSONFormat arg1)
     
    final void
     
    final void
    formatJSON(Writer arg0, org.jooq.JSONFormat arg1)
     
    final String
    formatJSON(org.jooq.JSONFormat arg0)
     
    final String
     
    final void
     
    final void
    formatXML(OutputStream arg0, org.jooq.XMLFormat arg1)
     
    final void
     
    final void
    formatXML(Writer arg0, org.jooq.XMLFormat arg1)
     
    final String
    formatXML(org.jooq.XMLFormat arg0)
     
    void
    Load data from another generated Record/POJO implementing the common interface IECustomer
    final void
    from(Object arg0)
     
    final void
    from(Object arg0, int... arg1)
     
    final void
    from(Object arg0, String... arg1)
     
    final void
    from(Object arg0, org.jooq.Field<?>... arg1)
     
    final void
    from(Object arg0, org.jooq.Name... arg1)
     
    protected final void
    from(org.jooq.Record arg0)
     
    final void
    fromArray(Object... arg0)
     
    final void
    fromArray(Object[] arg0, int... arg1)
     
    final void
    fromArray(Object[] arg0, String... arg1)
     
    final void
    fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
     
    final void
    fromArray(Object[] arg0, org.jooq.Name... arg1)
     
    final void
    fromMap(Map<String,?> arg0)
     
    final void
    fromMap(Map<String,?> arg0, int... arg1)
     
    final void
    fromMap(Map<String,?> arg0, String... arg1)
     
    final void
    fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
     
    final void
    fromMap(Map<String,?> arg0, org.jooq.Name... arg1)
     
    final Object
    get(int arg0)
     
    final <U extends Object>
    U
    get(int arg0, Class<? extends U> arg1)
     
    final <U extends Object>
    U
    get(int arg0, org.jooq.Converter<?,? extends U> arg1)
     
    final Object
    get(String arg0)
     
    final <T extends Object>
    T
    get(String arg0, Class<? extends T> arg1)
     
    final <U extends Object>
    U
    get(String arg0, org.jooq.Converter<?,? extends U> arg1)
     
    final <U extends Object>
    U
    get(org.jooq.Field<?> arg0, Class<? extends U> arg1)
     
    final <T extends Object>
    T
    get(org.jooq.Field<T> arg0)
     
    final <T extends Object, U extends Object>
    U
    get(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
     
    final Object
    get(org.jooq.Name arg0)
     
    final <T extends Object>
    T
    get(org.jooq.Name arg0, Class<? extends T> arg1)
     
    final <U extends Object>
    U
    get(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
     
    Getter for DB_ETERNAL.E_CUSTOMER.ACTIVE.
    Getter for DB_ETERNAL.E_CUSTOMER.ADDRESS.
    Getter for DB_ETERNAL.E_CUSTOMER.BANK_CARD.
    Getter for DB_ETERNAL.E_CUSTOMER.BANK_ID.
    Getter for DB_ETERNAL.E_CUSTOMER.CODE.
    Getter for DB_ETERNAL.E_CUSTOMER.COMMENT.
    Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL.
    Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_NAME.
    Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE.
    Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE.
    Getter for DB_ETERNAL.E_CUSTOMER.CREATED_AT.
    Getter for DB_ETERNAL.E_CUSTOMER.CREATED_BY.
    Getter for DB_ETERNAL.E_CUSTOMER.EMAIL.
    Getter for DB_ETERNAL.E_CUSTOMER.FAX.
    Getter for DB_ETERNAL.E_CUSTOMER.HOMEPAGE.
    Getter for DB_ETERNAL.E_CUSTOMER.KEY.
    Getter for DB_ETERNAL.E_CUSTOMER.LANGUAGE.
    Getter for DB_ETERNAL.E_CUSTOMER.LOGO.
    Getter for DB_ETERNAL.E_CUSTOMER.METADATA.
    Getter for DB_ETERNAL.E_CUSTOMER.NAME.
    Getter for DB_ETERNAL.E_CUSTOMER.PHONE.
    final org.jooq.RecordQualifier<ECustomerRecord>
     
    Getter for DB_ETERNAL.E_CUSTOMER.RUN_UP.
    Getter for DB_ETERNAL.E_CUSTOMER.RUN_UP_AMOUNT.
    Getter for DB_ETERNAL.E_CUSTOMER.SIGMA.
    Getter for DB_ETERNAL.E_CUSTOMER.SIGN_NAME.
    Getter for DB_ETERNAL.E_CUSTOMER.SIGN_PHONE.
    final String
     
    Getter for DB_ETERNAL.E_CUSTOMER.STATUS.
    Getter for DB_ETERNAL.E_CUSTOMER.TAX_CODE.
    Getter for DB_ETERNAL.E_CUSTOMER.TAX_TITLE.
    Getter for DB_ETERNAL.E_CUSTOMER.TITLE.
    Getter for DB_ETERNAL.E_CUSTOMER.TYPE.
    Getter for DB_ETERNAL.E_CUSTOMER.UPDATED_AT.
    Getter for DB_ETERNAL.E_CUSTOMER.UPDATED_BY.
    final Object
    getValue(int arg0)
     
    final <T extends Object>
    T
    getValue(int arg0, Class<? extends T> arg1)
     
    final <U extends Object>
    U
    getValue(int arg0, org.jooq.Converter<?,? extends U> arg1)
     
    final Object
     
    final <T extends Object>
    T
    getValue(String arg0, Class<? extends T> arg1)
     
    final <U extends Object>
    U
    getValue(String arg0, org.jooq.Converter<?,? extends U> arg1)
     
    final <T extends Object>
    T
    getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1)
     
    final <T extends Object>
    T
    getValue(org.jooq.Field<T> arg0)
     
    final <T extends Object, U extends Object>
    U
    getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
     
    final Object
    getValue(org.jooq.Name arg0)
     
    final <T extends Object>
    T
    getValue(org.jooq.Name arg0, Class<? extends T> arg1)
     
    final <U extends Object>
    U
    getValue(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
     
    int
     
    final int
     
    final int
    indexOf(org.jooq.Field<?> arg0)
     
    final int
    indexOf(org.jooq.Name arg0)
     
    <E extends IECustomer>
    E
    into(E into)
    Copy data into another generated Record/POJO implementing the common interface IECustomer
    <E extends Object>
    E
    into(E arg0)
     
    final <E extends Object>
    E
    into(Class<? extends E> arg0)
     
    final org.jooq.Record
    into(org.jooq.Field<?>... arg0)
     
    final <T1 extends Object>
    org.jooq.Record1<T1>
    into(org.jooq.Field<T1> arg0)
     
    final <T1 extends Object, T2 extends Object>
    org.jooq.Record2<T1,T2>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object>
    org.jooq.Record3<T1,T2,T3>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object>
    org.jooq.Record4<T1,T2,T3,T4>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object>
    org.jooq.Record5<T1,T2,T3,T4,T5>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object>
    org.jooq.Record6<T1,T2,T3,T4,T5,T6>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object>
    org.jooq.Record7<T1,T2,T3,T4,T5,T6,T7>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object>
    org.jooq.Record8<T1,T2,T3,T4,T5,T6,T7,T8>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object>
    org.jooq.Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object>
    org.jooq.Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object>
    org.jooq.Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object>
    org.jooq.Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object>
    org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object>
    org.jooq.Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object>
    org.jooq.Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object>
    org.jooq.Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object>
    org.jooq.Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object>
    org.jooq.Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object>
    org.jooq.Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object>
    org.jooq.Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object, T21 extends Object>
    org.jooq.Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19, org.jooq.Field<T21> arg20)
     
    final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object, T21 extends Object, T22 extends Object>
    org.jooq.Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22>
    into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19, org.jooq.Field<T21> arg20, org.jooq.Field<T22> arg21)
     
    final <R extends org.jooq.Record>
    R
    into(org.jooq.Table<R> arg0)
     
    final Object[]
     
    final List<Object>
     
     
    final ResultSet
     
    final Stream<Object>
     
    final Document
     
    final <H extends ContentHandler>
    H
    intoXML(H arg0)
     
    final <H extends ContentHandler>
    H
    intoXML(H arg0, org.jooq.XMLFormat arg1)
     
    final Document
    intoXML(org.jooq.XMLFormat arg0)
     
    org.jooq.Record1<String>
    key()
     
    final <E extends Object>
    E
    map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
     
    final Object
    original(int arg0)
     
    final Object
     
    final <T extends Object>
    T
    original(org.jooq.Field<T> arg0)
     
    final Object
    original(org.jooq.Name arg0)
     
    final void
    readSQL(SQLInput arg0, String arg1)
     
    final void
     
    final void
    reset(int arg0)
     
    final void
    reset(String arg0)
     
    final void
    reset(org.jooq.Field<?> arg0)
     
    final void
    reset(org.jooq.Name arg0)
     
    protected void
     
    protected final void
    set(int arg0, Object arg1)
     
    final <T extends Object>
    void
    set(org.jooq.Field<T> arg0, T arg1)
     
    final <T extends Object, U extends Object>
    void
    set(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
     
    Setter for DB_ETERNAL.E_CUSTOMER.ACTIVE.
    Setter for DB_ETERNAL.E_CUSTOMER.ADDRESS.
    Setter for DB_ETERNAL.E_CUSTOMER.BANK_CARD.
    Setter for DB_ETERNAL.E_CUSTOMER.BANK_ID.
    setCode(String value)
    Setter for DB_ETERNAL.E_CUSTOMER.CODE.
    Setter for DB_ETERNAL.E_CUSTOMER.COMMENT.
    Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL.
    Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_NAME.
    Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE.
    Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE.
    Setter for DB_ETERNAL.E_CUSTOMER.CREATED_AT.
    Setter for DB_ETERNAL.E_CUSTOMER.CREATED_BY.
    Setter for DB_ETERNAL.E_CUSTOMER.EMAIL.
    setFax(String value)
    Setter for DB_ETERNAL.E_CUSTOMER.FAX.
    Setter for DB_ETERNAL.E_CUSTOMER.HOMEPAGE.
    setKey(String value)
    Setter for DB_ETERNAL.E_CUSTOMER.KEY.
    Setter for DB_ETERNAL.E_CUSTOMER.LANGUAGE.
    setLogo(String value)
    Setter for DB_ETERNAL.E_CUSTOMER.LOGO.
    Setter for DB_ETERNAL.E_CUSTOMER.METADATA.
    setName(String value)
    Setter for DB_ETERNAL.E_CUSTOMER.NAME.
    Setter for DB_ETERNAL.E_CUSTOMER.PHONE.
    Setter for DB_ETERNAL.E_CUSTOMER.RUN_UP.
    Setter for DB_ETERNAL.E_CUSTOMER.RUN_UP_AMOUNT.
    Setter for DB_ETERNAL.E_CUSTOMER.SIGMA.
    Setter for DB_ETERNAL.E_CUSTOMER.SIGN_NAME.
    Setter for DB_ETERNAL.E_CUSTOMER.SIGN_PHONE.
    Setter for DB_ETERNAL.E_CUSTOMER.STATUS.
    Setter for DB_ETERNAL.E_CUSTOMER.TAX_CODE.
    Setter for DB_ETERNAL.E_CUSTOMER.TAX_TITLE.
    Setter for DB_ETERNAL.E_CUSTOMER.TITLE.
    setType(String value)
    Setter for DB_ETERNAL.E_CUSTOMER.TYPE.
    Setter for DB_ETERNAL.E_CUSTOMER.UPDATED_AT.
    Setter for DB_ETERNAL.E_CUSTOMER.UPDATED_BY.
    protected final void
    setValue(int arg0, Object arg1)
    Deprecated.
    final <T extends Object>
    void
    setValue(org.jooq.Field<T> arg0, T arg1)
     
    final <T extends Object, U extends Object>
    void
    setValue(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
     
    final int
     
     
    final Class<?>
    type(int arg0)
     
    final Class<?>
    type(String arg0)
     
    final Class<?>
    type(org.jooq.Name arg0)
     
    final Class<?>[]
     
    org.jooq.Row
     
    final <T extends Object>
    ECustomerRecord
    with(org.jooq.Field<T> arg0, T arg1)
     
    final <T extends Object, U extends Object>
    ECustomerRecord
    with(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
     
    final void
     

    Methods inherited from class org.jooq.impl.UpdatableRecordImpl

    children, copy, delete, fetchChild, fetchChildren, merge, merge, merge, refresh, refresh, refresh, store, store, store, update, update, update

    Methods inherited from class org.jooq.impl.TableRecordImpl

    fetchParent, getTable, insert, insert, insert, original, parent

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jooq.Attachable

    attach, configuration, detach

    Methods inherited from interface org.jooq.Fields

    dataType, dataType, dataType, dataTypes, field, field, field, field, field, field, field, field, field, field, fields, fields, fields, fields, fields, fieldsRow, fieldStream, indexOf, indexOf, indexOf, type, type, type, types

    Methods inherited from interface org.jooq.Formattable

    format, format, format, format, format, format, format, format, format, formatChart, formatChart, formatChart, formatChart, formatChart, formatChart, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatCSV, formatHTML, formatHTML, formatHTML, formatInsert, formatInsert, formatInsert, formatInsert, formatInsert, formatInsert, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatJSON, formatXML, formatXML, formatXML, formatXML, formatXML, formatXML, intoXML, intoXML, intoXML, intoXML

    Methods inherited from interface cn.vertxup.erp.domain.tables.interfaces.IECustomer

    fromJson, toJson

    Methods inherited from interface org.jooq.QualifiedRecord

    getQualifier, with, with

    Methods inherited from interface org.jooq.Record

    changed, changed, changed, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, from, from, from, from, from, fromArray, fromArray, fromArray, fromArray, fromArray, fromMap, fromMap, fromMap, fromMap, fromMap, get, get, get, get, get, get, get, get, get, get, get, get, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, into, intoArray, intoList, intoMap, intoResultSet, intoStream, map, original, original, original, original, reset, reset, reset, reset, reset, set, set, setValue, setValue, size, valuesRow

    Methods inherited from interface java.sql.SQLData

    getSQLTypeName, readSQL, writeSQL

    Methods inherited from interface org.jooq.TableRecord

    fetchParent, getTable, original, parent

    Methods inherited from interface org.jooq.UpdatableRecord

    insert, insert, insert
  • Constructor Details

  • Method Details

    • setKey

      public ECustomerRecord setKey(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.KEY. 「key」- 客户ID
      Specified by:
      setKey in interface IECustomer
    • getKey

      public String getKey()
      Getter for DB_ETERNAL.E_CUSTOMER.KEY. 「key」- 客户ID
      Specified by:
      getKey in interface IECustomer
    • setName

      public ECustomerRecord setName(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.NAME. 「name」- 客户名称
      Specified by:
      setName in interface IECustomer
    • getName

      public String getName()
      Getter for DB_ETERNAL.E_CUSTOMER.NAME. 「name」- 客户名称
      Specified by:
      getName in interface IECustomer
    • setCode

      public ECustomerRecord setCode(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.CODE. 「code」- 客户编号
      Specified by:
      setCode in interface IECustomer
    • getCode

      public String getCode()
      Getter for DB_ETERNAL.E_CUSTOMER.CODE. 「code」- 客户编号
      Specified by:
      getCode in interface IECustomer
    • setType

      public ECustomerRecord setType(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.TYPE. 「type」- 客户分类(不同类型代表不同客户)
      Specified by:
      setType in interface IECustomer
    • getType

      public String getType()
      Getter for DB_ETERNAL.E_CUSTOMER.TYPE. 「type」- 客户分类(不同类型代表不同客户)
      Specified by:
      getType in interface IECustomer
    • setStatus

      public ECustomerRecord setStatus(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.STATUS. 「status」- 客户状态
      Specified by:
      setStatus in interface IECustomer
    • getStatus

      public String getStatus()
      Getter for DB_ETERNAL.E_CUSTOMER.STATUS. 「status」- 客户状态
      Specified by:
      getStatus in interface IECustomer
    • setTaxCode

      public ECustomerRecord setTaxCode(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.TAX_CODE. 「taxCode」- 税号
      Specified by:
      setTaxCode in interface IECustomer
    • getTaxCode

      public String getTaxCode()
      Getter for DB_ETERNAL.E_CUSTOMER.TAX_CODE. 「taxCode」- 税号
      Specified by:
      getTaxCode in interface IECustomer
    • setTaxTitle

      public ECustomerRecord setTaxTitle(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.TAX_TITLE. 「taxTitle」- 开票抬头
      Specified by:
      setTaxTitle in interface IECustomer
    • getTaxTitle

      public String getTaxTitle()
      Getter for DB_ETERNAL.E_CUSTOMER.TAX_TITLE. 「taxTitle」- 开票抬头
      Specified by:
      getTaxTitle in interface IECustomer
    • setContactName

      public ECustomerRecord setContactName(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_NAME. 「contactName」- 联系人姓名
      Specified by:
      setContactName in interface IECustomer
    • getContactName

      public String getContactName()
      Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_NAME. 「contactName」- 联系人姓名
      Specified by:
      getContactName in interface IECustomer
    • setContactPhone

      public ECustomerRecord setContactPhone(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE. 「contactPhone」- 联系人电话
      Specified by:
      setContactPhone in interface IECustomer
    • getContactPhone

      public String getContactPhone()
      Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_PHONE. 「contactPhone」- 联系人电话
      Specified by:
      getContactPhone in interface IECustomer
    • setContactEmail

      public ECustomerRecord setContactEmail(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL. 「contactEmail」- 联系人Email
      Specified by:
      setContactEmail in interface IECustomer
    • getContactEmail

      public String getContactEmail()
      Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_EMAIL. 「contactEmail」- 联系人Email
      Specified by:
      getContactEmail in interface IECustomer
    • setContactOnline

      public ECustomerRecord setContactOnline(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE. 「contactOnline」- 在线联系方式
      Specified by:
      setContactOnline in interface IECustomer
    • getContactOnline

      public String getContactOnline()
      Getter for DB_ETERNAL.E_CUSTOMER.CONTACT_ONLINE. 「contactOnline」- 在线联系方式
      Specified by:
      getContactOnline in interface IECustomer
    • setTitle

      public ECustomerRecord setTitle(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.TITLE. 「title」- 客户显示标题
      Specified by:
      setTitle in interface IECustomer
    • getTitle

      public String getTitle()
      Getter for DB_ETERNAL.E_CUSTOMER.TITLE. 「title」- 客户显示标题
      Specified by:
      getTitle in interface IECustomer
    • setComment

      public ECustomerRecord setComment(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.COMMENT. 「comment」- 客户备注
      Specified by:
      setComment in interface IECustomer
    • getComment

      public String getComment()
      Getter for DB_ETERNAL.E_CUSTOMER.COMMENT. 「comment」- 客户备注
      Specified by:
      getComment in interface IECustomer
    • setEmail

      public ECustomerRecord setEmail(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.EMAIL. 「email」- 企业邮箱
      Specified by:
      setEmail in interface IECustomer
    • getEmail

      public String getEmail()
      Getter for DB_ETERNAL.E_CUSTOMER.EMAIL. 「email」- 企业邮箱
      Specified by:
      getEmail in interface IECustomer
    • setFax

      public ECustomerRecord setFax(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.FAX. 「fax」- 传真号
      Specified by:
      setFax in interface IECustomer
    • getFax

      public String getFax()
      Getter for DB_ETERNAL.E_CUSTOMER.FAX. 「fax」- 传真号
      Specified by:
      getFax in interface IECustomer
    • setHomepage

      public ECustomerRecord setHomepage(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.HOMEPAGE. 「homepage」- 客户主页
      Specified by:
      setHomepage in interface IECustomer
    • getHomepage

      public String getHomepage()
      Getter for DB_ETERNAL.E_CUSTOMER.HOMEPAGE. 「homepage」- 客户主页
      Specified by:
      getHomepage in interface IECustomer
    • setLogo

      public ECustomerRecord setLogo(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.LOGO. 「logo」- 附件对应的 attachment Key
      Specified by:
      setLogo in interface IECustomer
    • getLogo

      public String getLogo()
      Getter for DB_ETERNAL.E_CUSTOMER.LOGO. 「logo」- 附件对应的 attachment Key
      Specified by:
      getLogo in interface IECustomer
    • setPhone

      public ECustomerRecord setPhone(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.PHONE. 「phone」- 客户座机
      Specified by:
      setPhone in interface IECustomer
    • getPhone

      public String getPhone()
      Getter for DB_ETERNAL.E_CUSTOMER.PHONE. 「phone」- 客户座机
      Specified by:
      getPhone in interface IECustomer
    • setAddress

      public ECustomerRecord setAddress(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.ADDRESS. 「address」- 客户地址
      Specified by:
      setAddress in interface IECustomer
    • getAddress

      public String getAddress()
      Getter for DB_ETERNAL.E_CUSTOMER.ADDRESS. 「address」- 客户地址
      Specified by:
      getAddress in interface IECustomer
    • setSignName

      public ECustomerRecord setSignName(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.SIGN_NAME. 「signName」- 签单人姓名
      Specified by:
      setSignName in interface IECustomer
    • getSignName

      public String getSignName()
      Getter for DB_ETERNAL.E_CUSTOMER.SIGN_NAME. 「signName」- 签单人姓名
      Specified by:
      getSignName in interface IECustomer
    • setSignPhone

      public ECustomerRecord setSignPhone(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.SIGN_PHONE. 「signPhone」- 签单人电话
      Specified by:
      setSignPhone in interface IECustomer
    • getSignPhone

      public String getSignPhone()
      Getter for DB_ETERNAL.E_CUSTOMER.SIGN_PHONE. 「signPhone」- 签单人电话
      Specified by:
      getSignPhone in interface IECustomer
    • setRunUp

      public ECustomerRecord setRunUp(Boolean value)
      Setter for DB_ETERNAL.E_CUSTOMER.RUN_UP. 「runUp」- 挂账属性
      Specified by:
      setRunUp in interface IECustomer
    • getRunUp

      public Boolean getRunUp()
      Getter for DB_ETERNAL.E_CUSTOMER.RUN_UP. 「runUp」- 挂账属性
      Specified by:
      getRunUp in interface IECustomer
    • setRunUpAmount

      public ECustomerRecord setRunUpAmount(BigDecimal value)
      Setter for DB_ETERNAL.E_CUSTOMER.RUN_UP_AMOUNT. 「runUpAmount」- 挂账限额
      Specified by:
      setRunUpAmount in interface IECustomer
    • getRunUpAmount

      public BigDecimal getRunUpAmount()
      Getter for DB_ETERNAL.E_CUSTOMER.RUN_UP_AMOUNT. 「runUpAmount」- 挂账限额
      Specified by:
      getRunUpAmount in interface IECustomer
    • setBankId

      public ECustomerRecord setBankId(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.BANK_ID. 「bankId」- 开户行
      Specified by:
      setBankId in interface IECustomer
    • getBankId

      public String getBankId()
      Getter for DB_ETERNAL.E_CUSTOMER.BANK_ID. 「bankId」- 开户行
      Specified by:
      getBankId in interface IECustomer
    • setBankCard

      public ECustomerRecord setBankCard(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.BANK_CARD. 「bankCard」- 开户行账号
      Specified by:
      setBankCard in interface IECustomer
    • getBankCard

      public String getBankCard()
      Getter for DB_ETERNAL.E_CUSTOMER.BANK_CARD. 「bankCard」- 开户行账号
      Specified by:
      getBankCard in interface IECustomer
    • setMetadata

      public ECustomerRecord setMetadata(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.METADATA. 「metadata」- 附加配置
      Specified by:
      setMetadata in interface IECustomer
    • getMetadata

      public String getMetadata()
      Getter for DB_ETERNAL.E_CUSTOMER.METADATA. 「metadata」- 附加配置
      Specified by:
      getMetadata in interface IECustomer
    • setActive

      public ECustomerRecord setActive(Boolean value)
      Setter for DB_ETERNAL.E_CUSTOMER.ACTIVE. 「active」- 是否启用
      Specified by:
      setActive in interface IECustomer
    • getActive

      public Boolean getActive()
      Getter for DB_ETERNAL.E_CUSTOMER.ACTIVE. 「active」- 是否启用
      Specified by:
      getActive in interface IECustomer
    • setSigma

      public ECustomerRecord setSigma(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.SIGMA. 「sigma」- 统一标识(客户所属应用)
      Specified by:
      setSigma in interface IECustomer
    • getSigma

      public String getSigma()
      Getter for DB_ETERNAL.E_CUSTOMER.SIGMA. 「sigma」- 统一标识(客户所属应用)
      Specified by:
      getSigma in interface IECustomer
    • setLanguage

      public ECustomerRecord setLanguage(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.LANGUAGE. 「language」- 使用的语言
      Specified by:
      setLanguage in interface IECustomer
    • getLanguage

      public String getLanguage()
      Getter for DB_ETERNAL.E_CUSTOMER.LANGUAGE. 「language」- 使用的语言
      Specified by:
      getLanguage in interface IECustomer
    • setCreatedAt

      public ECustomerRecord setCreatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.E_CUSTOMER.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      setCreatedAt in interface IECustomer
    • getCreatedAt

      public LocalDateTime getCreatedAt()
      Getter for DB_ETERNAL.E_CUSTOMER.CREATED_AT. 「createdAt」- 创建时间
      Specified by:
      getCreatedAt in interface IECustomer
    • setCreatedBy

      public ECustomerRecord setCreatedBy(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      setCreatedBy in interface IECustomer
    • getCreatedBy

      public String getCreatedBy()
      Getter for DB_ETERNAL.E_CUSTOMER.CREATED_BY. 「createdBy」- 创建人
      Specified by:
      getCreatedBy in interface IECustomer
    • setUpdatedAt

      public ECustomerRecord setUpdatedAt(LocalDateTime value)
      Setter for DB_ETERNAL.E_CUSTOMER.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      setUpdatedAt in interface IECustomer
    • getUpdatedAt

      public LocalDateTime getUpdatedAt()
      Getter for DB_ETERNAL.E_CUSTOMER.UPDATED_AT. 「updatedAt」- 更新时间
      Specified by:
      getUpdatedAt in interface IECustomer
    • setUpdatedBy

      public ECustomerRecord setUpdatedBy(String value)
      Setter for DB_ETERNAL.E_CUSTOMER.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      setUpdatedBy in interface IECustomer
    • getUpdatedBy

      public String getUpdatedBy()
      Getter for DB_ETERNAL.E_CUSTOMER.UPDATED_BY. 「updatedBy」- 更新人
      Specified by:
      getUpdatedBy in interface IECustomer
    • key

      public org.jooq.Record1<String> key()
      Specified by:
      key in interface org.jooq.UpdatableRecord<ECustomerRecord>
      Overrides:
      key in class org.jooq.impl.UpdatableRecordImpl<ECustomerRecord>
    • from

      public void from(IECustomer from)
      Description copied from interface: IECustomer
      Load data from another generated Record/POJO implementing the common interface IECustomer
      Specified by:
      from in interface IECustomer
    • into

      public <E extends IECustomer> E into(E into)
      Description copied from interface: IECustomer
      Copy data into another generated Record/POJO implementing the common interface IECustomer
      Specified by:
      into in interface IECustomer
    • getQualifier

      public final org.jooq.RecordQualifier<ECustomerRecord> getQualifier()
      Specified by:
      getQualifier in interface org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
    • with

      public final <T extends Object> ECustomerRecord with(org.jooq.Field<T> arg0, T arg1)
      Specified by:
      with in interface org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
      Specified by:
      with in interface org.jooq.Record
    • with

      public final <T extends Object, U extends Object> ECustomerRecord with(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      Specified by:
      with in interface org.jooq.QualifiedRecord<R extends org.jooq.QualifiedRecord<R>>
      Specified by:
      with in interface org.jooq.Record
    • fieldsRow

      public org.jooq.Row fieldsRow()
      Specified by:
      fieldsRow in interface org.jooq.Fields
    • valuesRow

      public org.jooq.Row valuesRow()
      Specified by:
      valuesRow in interface org.jooq.Record
    • getSQLTypeName

      public final String getSQLTypeName() throws SQLException
      Specified by:
      getSQLTypeName in interface SQLData
      Throws:
      SQLException
    • readSQL

      public final void readSQL(SQLInput arg0, String arg1) throws SQLException
      Specified by:
      readSQL in interface SQLData
      Throws:
      SQLException
    • writeSQL

      public final void writeSQL(SQLOutput arg0) throws SQLException
      Specified by:
      writeSQL in interface SQLData
      Throws:
      SQLException
    • fields

      public final org.jooq.Field<?>[] fields()
      Specified by:
      fields in interface org.jooq.Fields
    • fieldStream

      public final Stream<org.jooq.Field<?>> fieldStream()
      Specified by:
      fieldStream in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(String arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(String arg0, Class<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(String arg0, org.jooq.DataType<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(org.jooq.Name arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, Class<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(org.jooq.Name arg0, org.jooq.DataType<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final org.jooq.Field<?> field(int arg0)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(int arg0, Class<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • field

      public final <T extends Object> org.jooq.Field<T> field(int arg0, org.jooq.DataType<T> arg1)
      Specified by:
      field in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(String... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(org.jooq.Name... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • fields

      public final org.jooq.Field<?>[] fields(int... arg0)
      Specified by:
      fields in interface org.jooq.Fields
    • indexOf

      public final int indexOf(org.jooq.Field<?> arg0)
      Specified by:
      indexOf in interface org.jooq.Fields
    • indexOf

      public final int indexOf(String arg0)
      Specified by:
      indexOf in interface org.jooq.Fields
    • indexOf

      public final int indexOf(org.jooq.Name arg0)
      Specified by:
      indexOf in interface org.jooq.Fields
    • types

      public final Class<?>[] types()
      Specified by:
      types in interface org.jooq.Fields
    • type

      public final Class<?> type(int arg0)
      Specified by:
      type in interface org.jooq.Fields
    • type

      public final Class<?> type(String arg0)
      Specified by:
      type in interface org.jooq.Fields
    • type

      public final Class<?> type(org.jooq.Name arg0)
      Specified by:
      type in interface org.jooq.Fields
    • dataTypes

      public final org.jooq.DataType<?>[] dataTypes()
      Specified by:
      dataTypes in interface org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(int arg0)
      Specified by:
      dataType in interface org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(String arg0)
      Specified by:
      dataType in interface org.jooq.Fields
    • dataType

      public final org.jooq.DataType<?> dataType(org.jooq.Name arg0)
      Specified by:
      dataType in interface org.jooq.Fields
    • size

      public final int size()
      Specified by:
      size in interface org.jooq.Record
    • get

      public final <T extends Object> T get(org.jooq.Field<T> arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(org.jooq.Field<?> arg0, Class<? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <T extends Object, U extends Object> U get(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final Object get(int arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(int arg0, Class<? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(int arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final Object get(String arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <T extends Object> T get(String arg0, Class<? extends T> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(String arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final Object get(org.jooq.Name arg0)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <T extends Object> T get(org.jooq.Name arg0, Class<? extends T> arg1)
      Specified by:
      get in interface org.jooq.Record
    • get

      public final <U extends Object> U get(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      get in interface org.jooq.Record
    • setValue

      @Deprecated protected final void setValue(int arg0, Object arg1)
      Deprecated.
    • set

      protected final void set(int arg0, Object arg1)
    • set

      public final <T extends Object> void set(org.jooq.Field<T> arg0, T arg1)
      Specified by:
      set in interface org.jooq.Record
    • set

      public final <T extends Object, U extends Object> void set(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      Specified by:
      set in interface org.jooq.Record
    • original

      public final <T extends Object> T original(org.jooq.Field<T> arg0)
      Specified by:
      original in interface org.jooq.Record
    • original

      public final Object original(int arg0)
      Specified by:
      original in interface org.jooq.Record
    • original

      public final Object original(String arg0)
      Specified by:
      original in interface org.jooq.Record
    • original

      public final Object original(org.jooq.Name arg0)
      Specified by:
      original in interface org.jooq.Record
    • changed

      public final boolean changed()
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(org.jooq.Field<?> arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(int arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(String arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final boolean changed(org.jooq.Name arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(boolean arg0)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(org.jooq.Field<?> arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(int arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(String arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • changed

      public final void changed(org.jooq.Name arg0, boolean arg1)
      Specified by:
      changed in interface org.jooq.Record
    • reset

      public final void reset()
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(org.jooq.Field<?> arg0)
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(int arg0)
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(String arg0)
      Specified by:
      reset in interface org.jooq.Record
    • reset

      public final void reset(org.jooq.Name arg0)
      Specified by:
      reset in interface org.jooq.Record
    • intoArray

      public final Object[] intoArray()
      Specified by:
      intoArray in interface org.jooq.Record
    • intoList

      public final List<Object> intoList()
      Specified by:
      intoList in interface org.jooq.Record
    • intoStream

      public final Stream<Object> intoStream()
      Specified by:
      intoStream in interface org.jooq.Record
    • intoMap

      public final Map<String,Object> intoMap()
      Specified by:
      intoMap in interface org.jooq.Record
    • into

      public final org.jooq.Record into(org.jooq.Field<?>... arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object> org.jooq.Record1<T1> into(org.jooq.Field<T1> arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object> org.jooq.Record2<T1,T2> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object> org.jooq.Record3<T1,T2,T3> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object> org.jooq.Record4<T1,T2,T3,T4> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object> org.jooq.Record5<T1,T2,T3,T4,T5> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object> org.jooq.Record6<T1,T2,T3,T4,T5,T6> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object> org.jooq.Record7<T1,T2,T3,T4,T5,T6,T7> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object> org.jooq.Record8<T1,T2,T3,T4,T5,T6,T7,T8> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object> org.jooq.Record9<T1,T2,T3,T4,T5,T6,T7,T8,T9> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object> org.jooq.Record10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object> org.jooq.Record11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object> org.jooq.Record12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object> org.jooq.Record13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object> org.jooq.Record14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object> org.jooq.Record15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object> org.jooq.Record16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object> org.jooq.Record17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object> org.jooq.Record18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object> org.jooq.Record19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object> org.jooq.Record20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object, T21 extends Object> org.jooq.Record21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19, org.jooq.Field<T21> arg20)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <T1 extends Object, T2 extends Object, T3 extends Object, T4 extends Object, T5 extends Object, T6 extends Object, T7 extends Object, T8 extends Object, T9 extends Object, T10 extends Object, T11 extends Object, T12 extends Object, T13 extends Object, T14 extends Object, T15 extends Object, T16 extends Object, T17 extends Object, T18 extends Object, T19 extends Object, T20 extends Object, T21 extends Object, T22 extends Object> org.jooq.Record22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> into(org.jooq.Field<T1> arg0, org.jooq.Field<T2> arg1, org.jooq.Field<T3> arg2, org.jooq.Field<T4> arg3, org.jooq.Field<T5> arg4, org.jooq.Field<T6> arg5, org.jooq.Field<T7> arg6, org.jooq.Field<T8> arg7, org.jooq.Field<T9> arg8, org.jooq.Field<T10> arg9, org.jooq.Field<T11> arg10, org.jooq.Field<T12> arg11, org.jooq.Field<T13> arg12, org.jooq.Field<T14> arg13, org.jooq.Field<T15> arg14, org.jooq.Field<T16> arg15, org.jooq.Field<T17> arg16, org.jooq.Field<T18> arg17, org.jooq.Field<T19> arg18, org.jooq.Field<T20> arg19, org.jooq.Field<T21> arg20, org.jooq.Field<T22> arg21)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <E extends Object> E into(Class<? extends E> arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public <E extends Object> E into(E arg0)
      Specified by:
      into in interface org.jooq.Record
    • into

      public final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
      Specified by:
      into in interface org.jooq.Record
    • intoResultSet

      public final ResultSet intoResultSet()
      Specified by:
      intoResultSet in interface org.jooq.Record
    • map

      public final <E extends Object> E map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
      Specified by:
      map in interface org.jooq.Record
    • resetChangedOnNotNull

      protected void resetChangedOnNotNull()
    • from

      public final void from(Object arg0)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, org.jooq.Field<?>... arg1)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, String... arg1)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, org.jooq.Name... arg1)
      Specified by:
      from in interface org.jooq.Record
    • from

      public final void from(Object arg0, int... arg1)
      Specified by:
      from in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, String... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, org.jooq.Name... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromMap

      public final void fromMap(Map<String,?> arg0, int... arg1)
      Specified by:
      fromMap in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object... arg0)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, String... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, org.jooq.Name... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • fromArray

      public final void fromArray(Object[] arg0, int... arg1)
      Specified by:
      fromArray in interface org.jooq.Record
    • from

      protected final void from(org.jooq.Record arg0)
    • format

      public final void format(Writer arg0, org.jooq.TXTFormat arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, org.jooq.CSVFormat arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(Writer arg0, org.jooq.JSONFormat arg1)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(Writer arg0, org.jooq.XMLFormat arg1)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatHTML

      public final void formatHTML(Writer arg0)
      Specified by:
      formatHTML in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(Writer arg0, org.jooq.ChartFormat arg1)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(Writer arg0)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(Writer arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • intoXML

      public final Document intoXML(org.jooq.XMLFormat arg0)
      Specified by:
      intoXML in interface org.jooq.Formattable
    • intoXML

      public final <H extends ContentHandler> H intoXML(H arg0, org.jooq.XMLFormat arg1) throws SAXException
      Specified by:
      intoXML in interface org.jooq.Formattable
      Throws:
      SAXException
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • compareTo

      public int compareTo(org.jooq.Record arg0)
      Specified by:
      compareTo in interface Comparable<org.jooq.Record>
      Specified by:
      compareTo in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Field<T> arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object, U extends Object> U getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final Object getValue(int arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(int arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(int arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final Object getValue(String arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(String arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(String arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final Object getValue(org.jooq.Name arg0)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <T extends Object> T getValue(org.jooq.Name arg0, Class<? extends T> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • getValue

      public final <U extends Object> U getValue(org.jooq.Name arg0, org.jooq.Converter<?,? extends U> arg1)
      Specified by:
      getValue in interface org.jooq.Record
    • setValue

      public final <T extends Object> void setValue(org.jooq.Field<T> arg0, T arg1)
      Specified by:
      setValue in interface org.jooq.Record
    • setValue

      public final <T extends Object, U extends Object> void setValue(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<? extends T,? super U> arg2)
      Specified by:
      setValue in interface org.jooq.Record
    • create

      @Deprecated protected final org.jooq.DSLContext create()
      Deprecated.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object arg0)
      Overrides:
      equals in class Object
    • attach

      public final void attach(org.jooq.Configuration arg0)
      Specified by:
      attach in interface org.jooq.Attachable
    • detach

      public final void detach()
      Specified by:
      detach in interface org.jooq.Attachable
    • configuration

      public final org.jooq.Configuration configuration()
      Specified by:
      configuration in interface org.jooq.Attachable
    • format

      public final String format()
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final String format(int arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final String format(org.jooq.TXTFormat arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(OutputStream arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(OutputStream arg0, int arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(OutputStream arg0, org.jooq.TXTFormat arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(Writer arg0)
      Specified by:
      format in interface org.jooq.Formattable
    • format

      public final void format(Writer arg0, int arg1)
      Specified by:
      format in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV()
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(char arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0, char arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(char arg0, String arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(boolean arg0, char arg1, String arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final String formatCSV(org.jooq.CSVFormat arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, char arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1, char arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, char arg1, String arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, boolean arg1, char arg2, String arg3)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(OutputStream arg0, org.jooq.CSVFormat arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, char arg1)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1, char arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, char arg1, String arg2)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatCSV

      public final void formatCSV(Writer arg0, boolean arg1, char arg2, String arg3)
      Specified by:
      formatCSV in interface org.jooq.Formattable
    • formatJSON

      public final String formatJSON()
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final String formatJSON(org.jooq.JSONFormat arg0)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(OutputStream arg0)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(OutputStream arg0, org.jooq.JSONFormat arg1)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatJSON

      public final void formatJSON(Writer arg0)
      Specified by:
      formatJSON in interface org.jooq.Formattable
    • formatXML

      public final String formatXML()
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final String formatXML(org.jooq.XMLFormat arg0)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(OutputStream arg0)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(OutputStream arg0, org.jooq.XMLFormat arg1)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatXML

      public final void formatXML(Writer arg0)
      Specified by:
      formatXML in interface org.jooq.Formattable
    • formatChart

      public final String formatChart()
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final String formatChart(org.jooq.ChartFormat arg0)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(OutputStream arg0)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(OutputStream arg0, org.jooq.ChartFormat arg1)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatChart

      public final void formatChart(Writer arg0)
      Specified by:
      formatChart in interface org.jooq.Formattable
    • formatInsert

      public final String formatInsert()
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(OutputStream arg0)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final String formatInsert(org.jooq.Table<?> arg0, org.jooq.Field<?>... arg1)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatInsert

      public final void formatInsert(OutputStream arg0, org.jooq.Table<?> arg1, org.jooq.Field<?>... arg2)
      Specified by:
      formatInsert in interface org.jooq.Formattable
    • formatHTML

      public final String formatHTML()
      Specified by:
      formatHTML in interface org.jooq.Formattable
    • formatHTML

      public final void formatHTML(OutputStream arg0)
      Specified by:
      formatHTML in interface org.jooq.Formattable
    • intoXML

      public final Document intoXML()
      Specified by:
      intoXML in interface org.jooq.Formattable
    • intoXML

      public final <H extends ContentHandler> H intoXML(H arg0) throws SAXException
      Specified by:
      intoXML in interface org.jooq.Formattable
      Throws:
      SAXException