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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(IRAssetShare from)Load data from another generated Record/POJO implementing the common interface IRAssetSharedefault IRAssetSharefromJson(io.vertx.core.json.JsonObject json)StringgetAssetId()Getter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.StringgetComment()Getter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.StringgetEntityId()Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.StringgetEntityType()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 IRAssetShareIRAssetSharesetAssetId(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.IRAssetSharesetComment(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.IRAssetSharesetEntityId(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.IRAssetSharesetEntityType(String value)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setAssetId
IRAssetShare setAssetId(String value)
Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID
-
getAssetId
String getAssetId()
Getter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID
-
setEntityType
IRAssetShare setEntityType(String value)
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型
-
getEntityType
String getEntityType()
Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型
-
setEntityId
IRAssetShare setEntityId(String value)
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID
-
getEntityId
String getEntityId()
Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID
-
setComment
IRAssetShare setComment(String value)
Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注
-
getComment
String getComment()
Getter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注
-
from
void from(IRAssetShare from)
Load data from another generated Record/POJO implementing the common interface IRAssetShare
-
into
<E extends IRAssetShare> E into(E into)
Copy data into another generated Record/POJO implementing the common interface IRAssetShare
-
fromJson
default IRAssetShare fromJson(io.vertx.core.json.JsonObject json)
- 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
-
-