public abstract class AbstractBaseEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createTime |
protected Long |
id |
protected Date |
updateTime |
| Constructor and Description |
|---|
AbstractBaseEntity() |
protected Long id
protected Date createTime
protected Date updateTime
public Date getCreateTime()
public Date getUpdateTime()
public Long getId()
public void setId(Long id)
public String getRemark()
public void setRemark(String remark)
remark - the remark to setpublic boolean isNew()
Copyright © 2016. All rights reserved.