@MappedSuperclass public abstract class AbstractAuditingEntity extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Date |
createdDate |
protected Date |
lastModifiedDate |
| Constructor and Description |
|---|
AbstractAuditingEntity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
Date |
getLastModifiedDate() |
void |
setCreatedDate(Date createdDate) |
void |
setLastModifiedDate(Date lastModifiedDate) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.