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 Summary
ConstructorsConstructorDescriptionRAssetShare(IRAssetShare value) RAssetShare(io.vertx.core.json.JsonObject json) RAssetShare(String assetId, String entityType, String entityId, String comment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfrom(IRAssetShare from) Load data from another generated Record/POJO implementing the common interface IRAssetShareGetter 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.inthashCode()<E extends IRAssetShare>
Einto(E into) Copy data into another generated Record/POJO implementing the common interface IRAssetSharesetAssetId(String assetId) Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.setComment(String comment) Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.setEntityId(String entityId) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.setEntityType(String entityType) Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cn.vertxup.erp.domain.tables.interfaces.IRAssetShare
fromJson, toJson
-
Constructor Details
-
RAssetShare
public RAssetShare() -
RAssetShare
-
RAssetShare
public RAssetShare(io.vertx.core.json.JsonObject json)
-
-
Method Details
-
getAssetId
Getter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID- Specified by:
getAssetIdin interfaceIRAssetShare
-
setAssetId
Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID- Specified by:
setAssetIdin interfaceIRAssetShare
-
getEntityType
Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型- Specified by:
getEntityTypein interfaceIRAssetShare
-
setEntityType
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型- Specified by:
setEntityTypein interfaceIRAssetShare
-
getEntityId
Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID- Specified by:
getEntityIdin interfaceIRAssetShare
-
setEntityId
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID- Specified by:
setEntityIdin interfaceIRAssetShare
-
getComment
Getter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注- Specified by:
getCommentin interfaceIRAssetShare
-
setComment
Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注- Specified by:
setCommentin interfaceIRAssetShare
-
equals
-
hashCode
public int hashCode() -
toString
-
into
Description copied from interface:IRAssetShareCopy data into another generated Record/POJO implementing the common interface IRAssetShare- Specified by:
intoin interfaceIRAssetShare
-