Class RAssetShare

  • All Implemented Interfaces:
    IRAssetShare, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class RAssetShare
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IRAssetShare
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Constructor Detail

      • RAssetShare

        public RAssetShare()
      • RAssetShare

        public RAssetShare​(io.vertx.core.json.JsonObject json)
    • Method Detail

      • getAssetId

        public String getAssetId()
        Getter for DB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID
        Specified by:
        getAssetId in interface IRAssetShare
      • getEntityType

        public String getEntityType()
        Getter for DB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型
        Specified by:
        getEntityType in interface IRAssetShare
      • getEntityId

        public String getEntityId()
        Getter for DB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID
        Specified by:
        getEntityId in interface IRAssetShare
      • getComment

        public String getComment()
        Getter for DB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注
        Specified by:
        getComment in interface IRAssetShare
      • from

        public void from​(IRAssetShare from)
        Description copied from interface: IRAssetShare
        Load data from another generated Record/POJO implementing the common interface IRAssetShare
        Specified by:
        from in interface IRAssetShare
      • into

        public <E extends IRAssetShare> E into​(E into)
        Description copied from interface: IRAssetShare
        Copy data into another generated Record/POJO implementing the common interface IRAssetShare
        Specified by:
        into in interface IRAssetShare