Uses of Interface
cn.vertxup.workflow.domain.tables.interfaces.ITAssetKo
-
Packages that use ITAssetKo Package Description cn.vertxup.workflow.domain.tables.interfaces cn.vertxup.workflow.domain.tables.pojos cn.vertxup.workflow.domain.tables.records -
-
Uses of ITAssetKo in cn.vertxup.workflow.domain.tables.interfaces
Methods in cn.vertxup.workflow.domain.tables.interfaces with type parameters of type ITAssetKo Modifier and Type Method Description <E extends ITAssetKo>
EITAssetKo. into(E into)Copy data into another generated Record/POJO implementing the common interface ITAssetKoMethods in cn.vertxup.workflow.domain.tables.interfaces that return ITAssetKo Modifier and Type Method Description default ITAssetKoITAssetKo. fromJson(io.vertx.core.json.JsonObject json)ITAssetKoITAssetKo. setCommentKo(String value)Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO.ITAssetKoITAssetKo. setKey(String value)Setter forDB_ETERNAL.T_ASSET_KO.KEY.Methods in cn.vertxup.workflow.domain.tables.interfaces with parameters of type ITAssetKo Modifier and Type Method Description voidITAssetKo. from(ITAssetKo from)Load data from another generated Record/POJO implementing the common interface ITAssetKo -
Uses of ITAssetKo in cn.vertxup.workflow.domain.tables.pojos
Classes in cn.vertxup.workflow.domain.tables.pojos that implement ITAssetKo Modifier and Type Class Description classTAssetKoThis class is generated by jOOQ.Methods in cn.vertxup.workflow.domain.tables.pojos with type parameters of type ITAssetKo Modifier and Type Method Description <E extends ITAssetKo>
ETAssetKo. into(E into)Methods in cn.vertxup.workflow.domain.tables.pojos with parameters of type ITAssetKo Modifier and Type Method Description voidTAssetKo. from(ITAssetKo from)Constructors in cn.vertxup.workflow.domain.tables.pojos with parameters of type ITAssetKo Constructor Description TAssetKo(ITAssetKo value) -
Uses of ITAssetKo in cn.vertxup.workflow.domain.tables.records
Classes in cn.vertxup.workflow.domain.tables.records that implement ITAssetKo Modifier and Type Class Description classTAssetKoRecordThis class is generated by jOOQ.Methods in cn.vertxup.workflow.domain.tables.records with type parameters of type ITAssetKo Modifier and Type Method Description <E extends ITAssetKo>
ETAssetKoRecord. into(E into)Methods in cn.vertxup.workflow.domain.tables.records with parameters of type ITAssetKo Modifier and Type Method Description voidTAssetKoRecord. from(ITAssetKo from)
-