Interface ITAssetOut
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
TAssetOut,TAssetOutRecord
public interface ITAssetOut extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
This class is generated by jOOQ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfrom(ITAssetOut from)Load data from another generated Record/POJO implementing the common interface ITAssetOutdefault ITAssetOutfromJson(io.vertx.core.json.JsonObject json)StringgetCommentOut()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 ITAssetOutITAssetOutsetCommentOut(String value)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT.ITAssetOutsetCommentUsage(String value)Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE.ITAssetOutsetKey(String value)Setter forDB_ETERNAL.T_ASSET_OUT.KEY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setKey
ITAssetOut setKey(String value)
Setter forDB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)
-
getKey
String getKey()
Getter forDB_ETERNAL.T_ASSET_OUT.KEY. 「key」- 单据主键(主单主键Join模式)
-
setCommentOut
ITAssetOut setCommentOut(String value)
Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注
-
getCommentOut
String getCommentOut()
Getter forDB_ETERNAL.T_ASSET_OUT.COMMENT_OUT. 「commentOut」- 出库备注
-
setCommentUsage
ITAssetOut setCommentUsage(String value)
Setter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明
-
getCommentUsage
String getCommentUsage()
Getter forDB_ETERNAL.T_ASSET_OUT.COMMENT_USAGE. 「commentUsage」- 出库使用说明
-
from
void from(ITAssetOut from)
Load data from another generated Record/POJO implementing the common interface ITAssetOut
-
into
<E extends ITAssetOut> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ITAssetOut
-
fromJson
default ITAssetOut fromJson(io.vertx.core.json.JsonObject json)
- Specified by:
fromJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
toJson
default io.vertx.core.json.JsonObject toJson()
- Specified by:
toJsonin interfaceio.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
-
-