Class TAssetIn
- java.lang.Object
-
- cn.vertxup.workflow.domain.tables.pojos.TAssetIn
-
- All Implemented Interfaces:
ITAssetIn,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class TAssetIn extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, ITAssetIn
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(ITAssetIn from)Load data from another generated Record/POJO implementing the common interface ITAssetInStringgetCommentIn()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 ITAssetInTAssetInsetCommentIn(String commentIn)Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN.TAssetInsetKey(String key)Setter forDB_ETERNAL.T_ASSET_IN.KEY.StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.T_ASSET_IN.KEY. 「key」- 单据主键(主单主键Join模式)
-
setKey
public TAssetIn setKey(String key)
Setter forDB_ETERNAL.T_ASSET_IN.KEY. 「key」- 单据主键(主单主键Join模式)
-
getCommentIn
public String getCommentIn()
Getter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注- Specified by:
getCommentInin interfaceITAssetIn
-
setCommentIn
public TAssetIn setCommentIn(String commentIn)
Setter forDB_ETERNAL.T_ASSET_IN.COMMENT_IN. 「commentIn」- 入库备注- Specified by:
setCommentInin interfaceITAssetIn
-
from
public void from(ITAssetIn from)
Description copied from interface:ITAssetInLoad data from another generated Record/POJO implementing the common interface ITAssetIn
-
-