Class TAssetKo
- java.lang.Object
-
- cn.vertxup.workflow.domain.tables.pojos.TAssetKo
-
- All Implemented Interfaces:
ITAssetKo,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class TAssetKo extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ITAssetKo
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ITAssetKo from)Load data from another generated Record/POJO implementing the common interface ITAssetKoStringgetCommentKo()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 ITAssetKoTAssetKosetCommentKo(String commentKo)Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO.TAssetKosetKey(String key)Setter forDB_ETERNAL.T_ASSET_KO.KEY.StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
-
setKey
public TAssetKo setKey(String key)
Setter forDB_ETERNAL.T_ASSET_KO.KEY. 「key」- 单据主键(主单主键Join模式)
-
getCommentKo
public String getCommentKo()
Getter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因- Specified by:
getCommentKoin interfaceITAssetKo
-
setCommentKo
public TAssetKo setCommentKo(String commentKo)
Setter forDB_ETERNAL.T_ASSET_KO.COMMENT_KO. 「commentKo」- 报废原因- Specified by:
setCommentKoin interfaceITAssetKo
-
from
public void from(ITAssetKo from)
Description copied from interface:ITAssetKoLoad data from another generated Record/POJO implementing the common interface ITAssetKo
-
-