@MappedSuperclass public abstract class BaseEntityWithDate extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Long |
createTime |
private Long |
updateTime |
| 构造器和说明 |
|---|
BaseEntityWithDate() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateTime()
Gets register time.
|
Long |
getUpdateTime()
Gets updateUserInfo time.
|
void |
setCreateTime(Long createTime)
Sets register time.
|
void |
setUpdateTime(Long updateTime)
Sets updateUserInfo time.
|
public Long getCreateTime()
public void setCreateTime(Long createTime)
createTime - the register timepublic Long getUpdateTime()
public void setUpdateTime(Long updateTime)
updateTime - the updateUserInfo timeCopyright © 2019. All rights reserved.