Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILState
-
Packages that use ILState Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILState in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILState Modifier and Type Method Description <E extends ILState>
EILState. into(E into)Copy data into another generated Record/POJO implementing the common interface ILStateMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILState Modifier and Type Method Description default ILStateILState. fromJson(io.vertx.core.json.JsonObject json)ILStateILState. setActive(Boolean value)Setter forDB_ETERNAL.L_STATE.ACTIVE.ILStateILState. setAlias(String value)Setter forDB_ETERNAL.L_STATE.ALIAS.ILStateILState. setCode(String value)Setter forDB_ETERNAL.L_STATE.CODE.ILStateILState. setCountryId(String value)Setter forDB_ETERNAL.L_STATE.COUNTRY_ID.ILStateILState. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_STATE.CREATED_AT.ILStateILState. setCreatedBy(String value)Setter forDB_ETERNAL.L_STATE.CREATED_BY.ILStateILState. setKey(String value)Setter forDB_ETERNAL.L_STATE.KEY.ILStateILState. setLanguage(String value)Setter forDB_ETERNAL.L_STATE.LANGUAGE.ILStateILState. setMetadata(String value)Setter forDB_ETERNAL.L_STATE.METADATA.ILStateILState. setName(String value)Setter forDB_ETERNAL.L_STATE.NAME.ILStateILState. setOrder(Integer value)Setter forDB_ETERNAL.L_STATE.ORDER.ILStateILState. setSigma(String value)Setter forDB_ETERNAL.L_STATE.SIGMA.ILStateILState. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_STATE.UPDATED_AT.ILStateILState. setUpdatedBy(String value)Setter forDB_ETERNAL.L_STATE.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILState Modifier and Type Method Description voidILState. from(ILState from)Load data from another generated Record/POJO implementing the common interface ILState -
Uses of ILState in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILState Modifier and Type Class Description classLStateThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILState Modifier and Type Method Description <E extends ILState>
ELState. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILState Modifier and Type Method Description voidLState. from(ILState from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILState Constructor Description LState(ILState value) -
Uses of ILState in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILState Modifier and Type Class Description classLStateRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILState Modifier and Type Method Description <E extends ILState>
ELStateRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILState Modifier and Type Method Description voidLStateRecord. from(ILState from)
-