Uses of Interface
cn.vertxup.erp.domain.tables.interfaces.IRAssetShare
-
Packages that use IRAssetShare Package Description cn.vertxup.erp.domain.tables.interfaces cn.vertxup.erp.domain.tables.pojos cn.vertxup.erp.domain.tables.records -
-
Uses of IRAssetShare in cn.vertxup.erp.domain.tables.interfaces
Methods in cn.vertxup.erp.domain.tables.interfaces with type parameters of type IRAssetShare Modifier and Type Method Description <E extends IRAssetShare>
EIRAssetShare. into(E into)Copy data into another generated Record/POJO implementing the common interface IRAssetShareMethods in cn.vertxup.erp.domain.tables.interfaces that return IRAssetShare Modifier and Type Method Description default IRAssetShareIRAssetShare. fromJson(io.vertx.core.json.JsonObject json)IRAssetShareIRAssetShare. setAssetId(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.IRAssetShareIRAssetShare. setComment(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.IRAssetShareIRAssetShare. setEntityId(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.IRAssetShareIRAssetShare. setEntityType(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.Methods in cn.vertxup.erp.domain.tables.interfaces with parameters of type IRAssetShare Modifier and Type Method Description voidIRAssetShare. from(IRAssetShare from)Load data from another generated Record/POJO implementing the common interface IRAssetShare -
Uses of IRAssetShare in cn.vertxup.erp.domain.tables.pojos
Classes in cn.vertxup.erp.domain.tables.pojos that implement IRAssetShare Modifier and Type Class Description classRAssetShareThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.pojos with type parameters of type IRAssetShare Modifier and Type Method Description <E extends IRAssetShare>
ERAssetShare. into(E into)Methods in cn.vertxup.erp.domain.tables.pojos with parameters of type IRAssetShare Modifier and Type Method Description voidRAssetShare. from(IRAssetShare from)Constructors in cn.vertxup.erp.domain.tables.pojos with parameters of type IRAssetShare Constructor Description RAssetShare(IRAssetShare value) -
Uses of IRAssetShare in cn.vertxup.erp.domain.tables.records
Classes in cn.vertxup.erp.domain.tables.records that implement IRAssetShare Modifier and Type Class Description classRAssetShareRecordThis class is generated by jOOQ.Methods in cn.vertxup.erp.domain.tables.records with type parameters of type IRAssetShare Modifier and Type Method Description <E extends IRAssetShare>
ERAssetShareRecord. into(E into)Methods in cn.vertxup.erp.domain.tables.records with parameters of type IRAssetShare Modifier and Type Method Description voidRAssetShareRecord. from(IRAssetShare from)
-