Uses of Interface
cn.vertxup.workflow.domain.tables.interfaces.ITAssetOut
-
Packages that use ITAssetOut Package Description cn.vertxup.workflow.domain.tables.interfaces cn.vertxup.workflow.domain.tables.pojos cn.vertxup.workflow.domain.tables.records -
-
Uses of ITAssetOut in cn.vertxup.workflow.domain.tables.interfaces
Methods in cn.vertxup.workflow.domain.tables.interfaces with type parameters of type ITAssetOut Modifier and Type Method Description <E extends ITAssetOut>
EITAssetOut. into(E into)Copy data into another generated Record/POJO implementing the common interface ITAssetOutMethods in cn.vertxup.workflow.domain.tables.interfaces that return ITAssetOut Modifier and Type Method Description default ITAssetOutITAssetOut. fromJson(io.vertx.core.json.JsonObject json)ITAssetOutITAssetOut. setCommentOut(String value)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.ITAssetOutITAssetOut. setCommentUsage(String value)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.ITAssetOutITAssetOut. setKey(String value)Setter forDB_ETERNAL.T_ASSET_OUT.KEY.Methods in cn.vertxup.workflow.domain.tables.interfaces with parameters of type ITAssetOut Modifier and Type Method Description voidITAssetOut. from(ITAssetOut from)Load data from another generated Record/POJO implementing the common interface ITAssetOut -
Uses of ITAssetOut in cn.vertxup.workflow.domain.tables.pojos
Classes in cn.vertxup.workflow.domain.tables.pojos that implement ITAssetOut Modifier and Type Class Description classTAssetOutThis class is generated by jOOQ.Methods in cn.vertxup.workflow.domain.tables.pojos with type parameters of type ITAssetOut Modifier and Type Method Description <E extends ITAssetOut>
ETAssetOut. into(E into)Methods in cn.vertxup.workflow.domain.tables.pojos with parameters of type ITAssetOut Modifier and Type Method Description voidTAssetOut. from(ITAssetOut from)Constructors in cn.vertxup.workflow.domain.tables.pojos with parameters of type ITAssetOut Constructor Description TAssetOut(ITAssetOut value) -
Uses of ITAssetOut in cn.vertxup.workflow.domain.tables.records
Classes in cn.vertxup.workflow.domain.tables.records that implement ITAssetOut Modifier and Type Class Description classTAssetOutRecordThis class is generated by jOOQ.Methods in cn.vertxup.workflow.domain.tables.records with type parameters of type ITAssetOut Modifier and Type Method Description <E extends ITAssetOut>
ETAssetOutRecord. into(E into)Methods in cn.vertxup.workflow.domain.tables.records with parameters of type ITAssetOut Modifier and Type Method Description voidTAssetOutRecord. from(ITAssetOut from)
-