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 Details

    • setAssetId

      IRAssetShare setAssetId(String value)
      Setter for DB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID
    • getAssetId

      String getAssetId()
      Getter for DB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID
    • setEntityType

      IRAssetShare setEntityType(String value)
      Setter for DB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型
    • getEntityType

      String getEntityType()
      Getter for DB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型
    • setEntityId

      IRAssetShare setEntityId(String value)
      Setter for DB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID
    • getEntityId

      String getEntityId()
      Getter for DB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID
    • setComment

      IRAssetShare setComment(String value)
      Setter for DB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注
    • getComment

      String getComment()
      Getter for DB_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:
      fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    • toJson

      default io.vertx.core.json.JsonObject toJson()
      Specified by:
      toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo