Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILLocation
-
Packages that use ILLocation Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILLocation in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILLocation Modifier and Type Method Description <E extends ILLocation>
EILLocation. into(E into)Copy data into another generated Record/POJO implementing the common interface ILLocationMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILLocation Modifier and Type Method Description default ILLocationILLocation. fromJson(io.vertx.core.json.JsonObject json)ILLocationILLocation. setActive(Boolean value)Setter forDB_ETERNAL.L_LOCATION.ACTIVE.ILLocationILLocation. setAddress(String value)Setter forDB_ETERNAL.L_LOCATION.ADDRESS.ILLocationILLocation. setCity(String value)Setter forDB_ETERNAL.L_LOCATION.CITY.ILLocationILLocation. setCode(String value)Setter forDB_ETERNAL.L_LOCATION.CODE.ILLocationILLocation. setCountry(String value)Setter forDB_ETERNAL.L_LOCATION.COUNTRY.ILLocationILLocation. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.ILLocationILLocation. setCreatedBy(String value)Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.ILLocationILLocation. setFullName(String value)Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.ILLocationILLocation. setKey(String value)Setter forDB_ETERNAL.L_LOCATION.KEY.ILLocationILLocation. setLanguage(String value)Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.ILLocationILLocation. setMetadata(String value)Setter forDB_ETERNAL.L_LOCATION.METADATA.ILLocationILLocation. setName(String value)Setter forDB_ETERNAL.L_LOCATION.NAME.ILLocationILLocation. setPostal(String value)Setter forDB_ETERNAL.L_LOCATION.POSTAL.ILLocationILLocation. setRegion(String value)Setter forDB_ETERNAL.L_LOCATION.REGION.ILLocationILLocation. setRegionId(String value)Setter forDB_ETERNAL.L_LOCATION.REGION_ID.ILLocationILLocation. setSigma(String value)Setter forDB_ETERNAL.L_LOCATION.SIGMA.ILLocationILLocation. setState(String value)Setter forDB_ETERNAL.L_LOCATION.STATE.ILLocationILLocation. setStreet1(String value)Setter forDB_ETERNAL.L_LOCATION.STREET1.ILLocationILLocation. setStreet2(String value)Setter forDB_ETERNAL.L_LOCATION.STREET2.ILLocationILLocation. setStreet3(String value)Setter forDB_ETERNAL.L_LOCATION.STREET3.ILLocationILLocation. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.ILLocationILLocation. setUpdatedBy(String value)Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILLocation Modifier and Type Method Description voidILLocation. from(ILLocation from)Load data from another generated Record/POJO implementing the common interface ILLocation -
Uses of ILLocation in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILLocation Modifier and Type Class Description classLLocationThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILLocation Modifier and Type Method Description <E extends ILLocation>
ELLocation. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILLocation Modifier and Type Method Description voidLLocation. from(ILLocation from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILLocation Constructor Description LLocation(ILLocation value) -
Uses of ILLocation in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILLocation Modifier and Type Class Description classLLocationRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILLocation Modifier and Type Method Description <E extends ILLocation>
ELLocationRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILLocation Modifier and Type Method Description voidLLocationRecord. from(ILLocation from)
-