@MappedSuperclass public abstract class AbstractAuditingEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Instant |
createdDate |
protected Instant |
lastModifiedDate |
protected String |
uuid |
| Constructor and Description |
|---|
AbstractAuditingEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Instant |
getCreatedDate() |
Instant |
getLastModifiedDate() |
String |
getUuid() |
int |
hashCode() |
void |
setCreatedDate(Instant createdDate) |
void |
setLastModifiedDate(Instant lastModifiedDate) |
void |
setUuid(String uuid) |
protected String uuid
protected Instant createdDate
protected Instant lastModifiedDate
public String getUuid()
public void setUuid(String uuid)
public Instant getCreatedDate()
public void setCreatedDate(Instant createdDate)
public Instant getLastModifiedDate()
public void setLastModifiedDate(Instant lastModifiedDate)
Copyright © 2018. All rights reserved.