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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RAssetShare()RAssetShare(IRAssetShare value)RAssetShare(io.vertx.core.json.JsonObject json)RAssetShare(String assetId, String entityType, String entityId, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IRAssetShare from)Load data from another generated Record/POJO implementing the common interface IRAssetShareStringgetAssetId()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 IRAssetShareRAssetSharesetAssetId(String assetId)Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID.RAssetSharesetComment(String comment)Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT.RAssetSharesetEntityId(String entityId)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID.RAssetSharesetEntityType(String entityType)Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.erp.domain.tables.interfaces.IRAssetShare
fromJson, toJson
-
-
-
-
Constructor Detail
-
RAssetShare
public RAssetShare()
-
RAssetShare
public RAssetShare(IRAssetShare value)
-
RAssetShare
public RAssetShare(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getAssetId
public String getAssetId()
Getter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID- Specified by:
getAssetIdin interfaceIRAssetShare
-
setAssetId
public RAssetShare setAssetId(String assetId)
Setter forDB_ETERNAL.R_ASSET_SHARE.ASSET_ID. 「assetId」- 资产ID- Specified by:
setAssetIdin interfaceIRAssetShare
-
getEntityType
public String getEntityType()
Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型- Specified by:
getEntityTypein interfaceIRAssetShare
-
setEntityType
public RAssetShare setEntityType(String entityType)
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_TYPE. 「entityType」- 关联类型- Specified by:
setEntityTypein interfaceIRAssetShare
-
getEntityId
public String getEntityId()
Getter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID- Specified by:
getEntityIdin interfaceIRAssetShare
-
setEntityId
public RAssetShare setEntityId(String entityId)
Setter forDB_ETERNAL.R_ASSET_SHARE.ENTITY_ID. 「entityId」- 关联实体ID- Specified by:
setEntityIdin interfaceIRAssetShare
-
getComment
public String getComment()
Getter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注- Specified by:
getCommentin interfaceIRAssetShare
-
setComment
public RAssetShare setComment(String comment)
Setter forDB_ETERNAL.R_ASSET_SHARE.COMMENT. 「comment」- 关系备注- Specified by:
setCommentin interfaceIRAssetShare
-
from
public void from(IRAssetShare from)
Description copied from interface:IRAssetShareLoad data from another generated Record/POJO implementing the common interface IRAssetShare- Specified by:
fromin interfaceIRAssetShare
-
into
public <E extends IRAssetShare> E into(E into)
Description copied from interface:IRAssetShareCopy data into another generated Record/POJO implementing the common interface IRAssetShare- Specified by:
intoin interfaceIRAssetShare
-
-