Interface ITAssetKo
-
- All Superinterfaces:
Serializable,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
- All Known Implementing Classes:
TAssetKo,TAssetKoRecord
public interface ITAssetKo 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(ITAssetKo from)Load data from another generated Record/POJO implementing the common interface ITAssetKodefault ITAssetKofromJson(io.vertx.core.json.JsonObject json)StringgetCommentKo()Getter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO.StringgetKey()Getter forDB_ETERNAL.T_ASSET_KO.KEY.<E extends ITAssetKo>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface ITAssetKoITAssetKosetCommentKo(String value)Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO.ITAssetKosetKey(String value)Setter forDB_ETERNAL.T_ASSET_KO.KEY.default io.vertx.core.json.JsonObjecttoJson()
-
-
-
Method Detail
-
setKey
ITAssetKo setKey(String value)
Setter forDB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
-
getKey
String getKey()
Getter forDB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
-
setCommentKo
ITAssetKo setCommentKo(String value)
Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因
-
getCommentKo
String getCommentKo()
Getter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因
-
from
void from(ITAssetKo from)
Load data from another generated Record/POJO implementing the common interface ITAssetKo
-
into
<E extends ITAssetKo> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ITAssetKo
-
fromJson
default ITAssetKo 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
-
-