Interface IRAssetShare
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
RAssetShare,RAssetShareRecord
public interface IRAssetShare
extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfrom(IRAssetShare from) Load data from another generated Record/POJO implementing the common interface IRAssetSharedefault IRAssetSharefromJson(io.vertx.core.json.JsonObject json) Getter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.Getter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.<E extends IRAssetShare>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IRAssetSharesetAssetId(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.setComment(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.setEntityId(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.setEntityType(String value) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.default io.vertx.core.json.JsonObjecttoJson()
-
Method Details
-
setAssetId
Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID -
getAssetId
String getAssetId()Getter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID -
setEntityType
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型 -
getEntityType
String getEntityType()Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型 -
setEntityId
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID -
getEntityId
String getEntityId()Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID -
setComment
Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注 -
getComment
String getComment()Getter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注 -
into
Copy data into another generated Record/POJO implementing the common interface IRAssetShare -
fromJson
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-