Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILTent
-
Packages that use ILTent Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILTent in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILTent Modifier and Type Method Description <E extends ILTent>
EILTent. into(E into)Copy data into another generated Record/POJO implementing the common interface ILTentMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILTent Modifier and Type Method Description default ILTentILTent. fromJson(io.vertx.core.json.JsonObject json)ILTentILTent. setActive(Boolean value)Setter forDB_ETERNAL.L_TENT.ACTIVE.ILTentILTent. setCode(String value)Setter forDB_ETERNAL.L_TENT.CODE.ILTentILTent. setContactName(String value)Setter forDB_ETERNAL.L_TENT.CONTACT_NAME.ILTentILTent. setContactPhone(String value)Setter forDB_ETERNAL.L_TENT.CONTACT_PHONE.ILTentILTent. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_TENT.CREATED_AT.ILTentILTent. setCreatedBy(String value)Setter forDB_ETERNAL.L_TENT.CREATED_BY.ILTentILTent. setKey(String value)Setter forDB_ETERNAL.L_TENT.KEY.ILTentILTent. setLanguage(String value)Setter forDB_ETERNAL.L_TENT.LANGUAGE.ILTentILTent. setLocationId(String value)Setter forDB_ETERNAL.L_TENT.LOCATION_ID.ILTentILTent. setMetadata(String value)Setter forDB_ETERNAL.L_TENT.METADATA.ILTentILTent. setName(String value)Setter forDB_ETERNAL.L_TENT.NAME.ILTentILTent. setOrder(Integer value)Setter forDB_ETERNAL.L_TENT.ORDER.ILTentILTent. setSigma(String value)Setter forDB_ETERNAL.L_TENT.SIGMA.ILTentILTent. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_TENT.UPDATED_AT.ILTentILTent. setUpdatedBy(String value)Setter forDB_ETERNAL.L_TENT.UPDATED_BY.ILTentILTent. setYardId(String value)Setter forDB_ETERNAL.L_TENT.YARD_ID.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILTent Modifier and Type Method Description voidILTent. from(ILTent from)Load data from another generated Record/POJO implementing the common interface ILTent -
Uses of ILTent in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILTent Modifier and Type Class Description classLTentThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILTent Modifier and Type Method Description <E extends ILTent>
ELTent. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILTent Modifier and Type Method Description voidLTent. from(ILTent from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILTent Constructor Description LTent(ILTent value) -
Uses of ILTent in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILTent Modifier and Type Class Description classLTentRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILTent Modifier and Type Method Description <E extends ILTent>
ELTentRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILTent Modifier and Type Method Description voidLTentRecord. from(ILTent from)
-