Uses of Interface
cn.vertxup.workflow.domain.tables.interfaces.ITAssetIn
-
Packages that use ITAssetIn Package Description cn.vertxup.workflow.domain.tables.interfaces cn.vertxup.workflow.domain.tables.pojos cn.vertxup.workflow.domain.tables.records -
-
Uses of ITAssetIn in cn.vertxup.workflow.domain.tables.interfaces
Methods in cn.vertxup.workflow.domain.tables.interfaces with type parameters of type ITAssetIn Modifier and Type Method Description <E extends ITAssetIn>
EITAssetIn. into(E into)Copy data into another generated Record/POJO implementing the common interface ITAssetInMethods in cn.vertxup.workflow.domain.tables.interfaces that return ITAssetIn Modifier and Type Method Description default ITAssetInITAssetIn. fromJson(io.vertx.core.json.JsonObject json)ITAssetInITAssetIn. setCommentIn(String value)Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN.ITAssetInITAssetIn. setKey(String value)Setter forDB_ETERNAL.T_ASSET_IN.KEY.Methods in cn.vertxup.workflow.domain.tables.interfaces with parameters of type ITAssetIn Modifier and Type Method Description voidITAssetIn. from(ITAssetIn from)Load data from another generated Record/POJO implementing the common interface ITAssetIn -
Uses of ITAssetIn in cn.vertxup.workflow.domain.tables.pojos
Classes in cn.vertxup.workflow.domain.tables.pojos that implement ITAssetIn Modifier and Type Class Description classTAssetInThis class is generated by jOOQ.Methods in cn.vertxup.workflow.domain.tables.pojos with type parameters of type ITAssetIn Modifier and Type Method Description <E extends ITAssetIn>
ETAssetIn. into(E into)Methods in cn.vertxup.workflow.domain.tables.pojos with parameters of type ITAssetIn Modifier and Type Method Description voidTAssetIn. from(ITAssetIn from)Constructors in cn.vertxup.workflow.domain.tables.pojos with parameters of type ITAssetIn Constructor Description TAssetIn(ITAssetIn value) -
Uses of ITAssetIn in cn.vertxup.workflow.domain.tables.records
Classes in cn.vertxup.workflow.domain.tables.records that implement ITAssetIn Modifier and Type Class Description classTAssetInRecordThis class is generated by jOOQ.Methods in cn.vertxup.workflow.domain.tables.records with type parameters of type ITAssetIn Modifier and Type Method Description <E extends ITAssetIn>
ETAssetInRecord. into(E into)Methods in cn.vertxup.workflow.domain.tables.records with parameters of type ITAssetIn Modifier and Type Method Description voidTAssetInRecord. from(ITAssetIn from)
-