Interface ITAssetIn
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
TAssetIn,TAssetInRecord
public interface ITAssetIn 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(ITAssetIn from)Load data from another generated Record/POJO implementing the common interface ITAssetIndefault ITAssetInfromJson(io.vertx.core.json.JsonObject json)StringgetCommentIn()Getter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN.StringgetKey()Getter forDB_ETERNAL.T_ASSET_IN.KEY.<E extends ITAssetIn>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ITAssetInITAssetInsetCommentIn(String value)Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN.ITAssetInsetKey(String value)Setter forDB_ETERNAL.T_ASSET_IN.KEY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setKey
ITAssetIn setKey(String value)
Setter forDB_ETERNAL.T_ASSET_IN.KEY. 「key」- 单据主键(主单主键Join模式)
-
getKey
String getKey()
Getter forDB_ETERNAL.T_ASSET_IN.KEY. 「key」- 单据主键(主单主键Join模式)
-
setCommentIn
ITAssetIn setCommentIn(String value)
Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注
-
getCommentIn
String getCommentIn()
Getter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注
-
from
void from(ITAssetIn from)
Load data from another generated Record/POJO implementing the common interface ITAssetIn
-
into
<E extends ITAssetIn> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ITAssetIn
-
fromJson
default ITAssetIn 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
-
-