Class RAssetShare

java.lang.Object
cn.vertxup.erp.domain.tables.pojos.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:
  • Constructor Details

    • RAssetShare

      public RAssetShare()
    • RAssetShare

      public RAssetShare(IRAssetShare value)
    • RAssetShare

      public RAssetShare(String assetId, String entityType, String entityId, String comment)
    • RAssetShare

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

    • getAssetId

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

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

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

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

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

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

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

      public RAssetShare setComment(String comment)
      Setter for DB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注
      Specified by:
      setComment in interface IRAssetShare
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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