Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILLocation
Packages that use ILLocation
Package
Description
-
Uses of ILLocation in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILLocationModifier and TypeMethodDescription<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 ILLocationModifier and TypeMethodDescriptiondefault ILLocationILLocation.fromJson(io.vertx.core.json.JsonObject json) Setter forDB_ETERNAL.L_LOCATION.ACTIVE.ILLocation.setAddress(String value) Setter forDB_ETERNAL.L_LOCATION.ADDRESS.Setter forDB_ETERNAL.L_LOCATION.CITY.Setter forDB_ETERNAL.L_LOCATION.CODE.ILLocation.setCountry(String value) Setter forDB_ETERNAL.L_LOCATION.COUNTRY.ILLocation.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_LOCATION.CREATED_AT.ILLocation.setCreatedBy(String value) Setter forDB_ETERNAL.L_LOCATION.CREATED_BY.ILLocation.setFullName(String value) Setter forDB_ETERNAL.L_LOCATION.FULL_NAME.Setter forDB_ETERNAL.L_LOCATION.KEY.ILLocation.setLanguage(String value) Setter forDB_ETERNAL.L_LOCATION.LANGUAGE.ILLocation.setMetadata(String value) Setter forDB_ETERNAL.L_LOCATION.METADATA.Setter forDB_ETERNAL.L_LOCATION.NAME.Setter forDB_ETERNAL.L_LOCATION.POSTAL.Setter forDB_ETERNAL.L_LOCATION.REGION.ILLocation.setRegionId(String value) Setter forDB_ETERNAL.L_LOCATION.REGION_ID.Setter forDB_ETERNAL.L_LOCATION.SIGMA.Setter forDB_ETERNAL.L_LOCATION.STATE.ILLocation.setStreet1(String value) Setter forDB_ETERNAL.L_LOCATION.STREET1.ILLocation.setStreet2(String value) Setter forDB_ETERNAL.L_LOCATION.STREET2.ILLocation.setStreet3(String value) Setter forDB_ETERNAL.L_LOCATION.STREET3.ILLocation.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.L_LOCATION.UPDATED_AT.ILLocation.setUpdatedBy(String value) Setter forDB_ETERNAL.L_LOCATION.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILLocationModifier and TypeMethodDescriptionvoidILLocation.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 ILLocationMethods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILLocationMethods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILLocationConstructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILLocation -
Uses of ILLocation in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILLocationMethods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILLocationMethods in cn.vertxup.lbs.domain.tables.records with parameters of type ILLocation