类 BaseEntity
java.lang.Object
com.infilake.openapi.bidding.model.base.BaseEntity
- 直接已知子类:
Category,Order,OrderInfoDetailClient,Product,PurchaseApplication,PurchaseApplicationImportResult,Settlement,Warehouse
Base entity class with common fields
Provides common fields that many entities share:
- id
- createTime
- updateTime
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get creation timegetId()Get the entity IDGet update timevoidsetCreateTime(Date createTime) Set creation timevoidSet the entity IDvoidsetUpdateTime(Date updateTime) Set update time
-
构造器详细资料
-
BaseEntity
public BaseEntity()
-
-
方法详细资料
-
getId
Get the entity ID- 返回:
- Entity ID
-
setId
Set the entity ID- 参数:
id- Entity ID
-
getCreateTime
Get creation time- 返回:
- Creation timestamp
-
setCreateTime
Set creation time- 参数:
createTime- Creation timestamp
-
getUpdateTime
Get update time- 返回:
- Update timestamp
-
setUpdateTime
Set update time- 参数:
updateTime- Update timestamp
-