@MappedSuperclass public abstract class AbstractDomain<ID extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
AbstractDomain() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCreateTime() |
ID |
getId() |
Timestamp |
getModifyTime() |
protected void |
setCreateTime(Timestamp createTime) |
protected void |
setId(ID id) |
protected void |
setModifyTime(Timestamp modifyTime) |
String |
toString() |
Copyright © 2017–2021. All rights reserved.