Class TAssetOut
- java.lang.Object
-
- cn.vertxup.workflow.domain.tables.pojos.TAssetOut
-
- All Implemented Interfaces:
ITAssetOut,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class TAssetOut extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ITAssetOut
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ITAssetOut from)Load data from another generated Record/POJO implementing the common interface ITAssetOutStringgetCommentOut()Getter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.StringgetCommentUsage()Getter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.StringgetKey()Getter forDB_ETERNAL.T_ASSET_OUT.KEY.<E extends ITAssetOut>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ITAssetOutTAssetOutsetCommentOut(String commentOut)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.TAssetOutsetCommentUsage(String commentUsage)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.TAssetOutsetKey(String key)Setter forDB_ETERNAL.T_ASSET_OUT.KEY.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.workflow.domain.tables.interfaces.ITAssetOut
fromJson, toJson
-
-
-
-
Constructor Detail
-
TAssetOut
public TAssetOut()
-
TAssetOut
public TAssetOut(ITAssetOut value)
-
TAssetOut
public TAssetOut(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)- Specified by:
getKeyin interfaceITAssetOut
-
setKey
public TAssetOut setKey(String key)
Setter forDB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)- Specified by:
setKeyin interfaceITAssetOut
-
getCommentOut
public String getCommentOut()
Getter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注- Specified by:
getCommentOutin interfaceITAssetOut
-
setCommentOut
public TAssetOut setCommentOut(String commentOut)
Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注- Specified by:
setCommentOutin interfaceITAssetOut
-
getCommentUsage
public String getCommentUsage()
Getter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明- Specified by:
getCommentUsagein interfaceITAssetOut
-
setCommentUsage
public TAssetOut setCommentUsage(String commentUsage)
Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明- Specified by:
setCommentUsagein interfaceITAssetOut
-
from
public void from(ITAssetOut from)
Description copied from interface:ITAssetOutLoad data from another generated Record/POJO implementing the common interface ITAssetOut- Specified by:
fromin interfaceITAssetOut
-
into
public <E extends ITAssetOut> E into(E into)
Description copied from interface:ITAssetOutCopy data into another generated Record/POJO implementing the common interface ITAssetOut- Specified by:
intoin interfaceITAssetOut
-
-