@MappedSuperclass public abstract class BaseEntity extends Object implements com.v1ok.db.service.IEntityModel, com.v1ok.db.service.ICreateBy, com.v1ok.db.service.IUpdateBy, com.v1ok.db.service.ISoftDelete, com.v1ok.db.service.IVersion, com.v1ok.db.service.IExtends
| 限定符和类型 | 字段和说明 |
|---|---|
protected Long |
createBy |
protected Date |
createTime |
protected Boolean |
deleted |
protected Map<String,Object> |
ext |
protected String |
name |
protected Long |
pid |
protected Long |
updateBy |
protected Date |
updateTime |
protected Integer |
version |
| 构造器和说明 |
|---|
BaseEntity() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Long |
getCreateBy() |
Date |
getCreateTime() |
Map<String,Object> |
getExt() |
String |
getName() |
Long |
getPid() |
Long |
getUpdateBy() |
Date |
getUpdateTime() |
Integer |
getVersion() |
int |
hashCode() |
Boolean |
isDeleted() |
void |
setCreateBy(Long createBy) |
void |
setCreateTime(Date createTime) |
void |
setDeleted(Boolean deleted) |
void |
setExt(Map<String,Object> ext) |
void |
setName(String name) |
void |
setPid(Long id) |
void |
setUpdateBy(Long updateBy) |
void |
setUpdateTime(Date updateTime) |
void |
setVersion(Integer version) |
protected Long pid
protected String name
protected Long createBy
protected Long updateBy
protected Date createTime
protected Date updateTime
protected Boolean deleted
protected Integer version
public Long getPid()
getPid 在接口中 com.v1ok.db.service.IEntityModelpublic void setPid(Long id)
setPid 在接口中 com.v1ok.db.service.IEntityModelpublic String getName()
getName 在接口中 com.v1ok.db.service.IEntityModelpublic void setName(String name)
setName 在接口中 com.v1ok.db.service.IEntityModelpublic Long getCreateBy()
getCreateBy 在接口中 com.v1ok.db.service.ICreateBypublic void setCreateBy(Long createBy)
setCreateBy 在接口中 com.v1ok.db.service.ICreateBypublic Long getUpdateBy()
getUpdateBy 在接口中 com.v1ok.db.service.IUpdateBypublic void setUpdateBy(Long updateBy)
setUpdateBy 在接口中 com.v1ok.db.service.IUpdateBypublic Date getCreateTime()
getCreateTime 在接口中 com.v1ok.db.service.ICreateBypublic void setCreateTime(Date createTime)
setCreateTime 在接口中 com.v1ok.db.service.ICreateBypublic Date getUpdateTime()
getUpdateTime 在接口中 com.v1ok.db.service.IUpdateBypublic void setUpdateTime(Date updateTime)
setUpdateTime 在接口中 com.v1ok.db.service.IUpdateBypublic Boolean isDeleted()
isDeleted 在接口中 com.v1ok.db.service.ISoftDeletepublic void setDeleted(Boolean deleted)
setDeleted 在接口中 com.v1ok.db.service.ISoftDeletepublic Integer getVersion()
getVersion 在接口中 com.v1ok.db.service.IVersionpublic void setVersion(Integer version)
setVersion 在接口中 com.v1ok.db.service.IVersionCopyright © 2019. All rights reserved.