Uses of Interface
cn.vertxup.lbs.domain.tables.interfaces.ILYard
-
Packages that use ILYard Package Description cn.vertxup.lbs.domain.tables.interfaces cn.vertxup.lbs.domain.tables.pojos cn.vertxup.lbs.domain.tables.records -
-
Uses of ILYard in cn.vertxup.lbs.domain.tables.interfaces
Methods in cn.vertxup.lbs.domain.tables.interfaces with type parameters of type ILYard Modifier and Type Method Description <E extends ILYard>
EILYard. into(E into)Copy data into another generated Record/POJO implementing the common interface ILYardMethods in cn.vertxup.lbs.domain.tables.interfaces that return ILYard Modifier and Type Method Description default ILYardILYard. fromJson(io.vertx.core.json.JsonObject json)ILYardILYard. setActive(Boolean value)Setter forDB_ETERNAL.L_YARD.ACTIVE.ILYardILYard. setCode(String value)Setter forDB_ETERNAL.L_YARD.CODE.ILYardILYard. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_YARD.CREATED_AT.ILYardILYard. setCreatedBy(String value)Setter forDB_ETERNAL.L_YARD.CREATED_BY.ILYardILYard. setKey(String value)Setter forDB_ETERNAL.L_YARD.KEY.ILYardILYard. setLanguage(String value)Setter forDB_ETERNAL.L_YARD.LANGUAGE.ILYardILYard. setLocationId(String value)Setter forDB_ETERNAL.L_YARD.LOCATION_ID.ILYardILYard. setMetadata(String value)Setter forDB_ETERNAL.L_YARD.METADATA.ILYardILYard. setName(String value)Setter forDB_ETERNAL.L_YARD.NAME.ILYardILYard. setOrder(Integer value)Setter forDB_ETERNAL.L_YARD.ORDER.ILYardILYard. setSigma(String value)Setter forDB_ETERNAL.L_YARD.SIGMA.ILYardILYard. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.L_YARD.UPDATED_AT.ILYardILYard. setUpdatedBy(String value)Setter forDB_ETERNAL.L_YARD.UPDATED_BY.Methods in cn.vertxup.lbs.domain.tables.interfaces with parameters of type ILYard Modifier and Type Method Description voidILYard. from(ILYard from)Load data from another generated Record/POJO implementing the common interface ILYard -
Uses of ILYard in cn.vertxup.lbs.domain.tables.pojos
Classes in cn.vertxup.lbs.domain.tables.pojos that implement ILYard Modifier and Type Class Description classLYardThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.pojos with type parameters of type ILYard Modifier and Type Method Description <E extends ILYard>
ELYard. into(E into)Methods in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILYard Modifier and Type Method Description voidLYard. from(ILYard from)Constructors in cn.vertxup.lbs.domain.tables.pojos with parameters of type ILYard Constructor Description LYard(ILYard value) -
Uses of ILYard in cn.vertxup.lbs.domain.tables.records
Classes in cn.vertxup.lbs.domain.tables.records that implement ILYard Modifier and Type Class Description classLYardRecordThis class is generated by jOOQ.Methods in cn.vertxup.lbs.domain.tables.records with type parameters of type ILYard Modifier and Type Method Description <E extends ILYard>
ELYardRecord. into(E into)Methods in cn.vertxup.lbs.domain.tables.records with parameters of type ILYard Modifier and Type Method Description voidLYardRecord. from(ILYard from)
-