@MappedSuperclass public abstract class SettableIdAuditableEntity<T extends org.springframework.data.domain.Persistable<Long>> extends SettableIdBasedEntity<T> implements Auditable<String>
| Constructor and Description |
|---|
SettableIdAuditableEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
Date |
getCreatedDate() |
String |
getLastModifiedBy() |
Date |
getLastModifiedDate() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedDate(Date createdDate) |
void |
setLastModifiedBy(String lastModifiedBy) |
void |
setLastModifiedDate(Date lastModifiedDate) |
equals, getNewEntityId, hashCode, isNew, setId, setNewEntityId, toDtoclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetIdpublic String getCreatedBy()
getCreatedBy in interface Auditable<String>public void setCreatedBy(String createdBy)
setCreatedBy in interface Auditable<String>public Date getCreatedDate()
getCreatedDate in interface Auditable<String>public void setCreatedDate(Date createdDate)
setCreatedDate in interface Auditable<String>public String getLastModifiedBy()
getLastModifiedBy in interface Auditable<String>public void setLastModifiedBy(String lastModifiedBy)
setLastModifiedBy in interface Auditable<String>public Date getLastModifiedDate()
getLastModifiedDate in interface Auditable<String>public void setLastModifiedDate(Date lastModifiedDate)
setLastModifiedDate in interface Auditable<String>Copyright © 2020. All rights reserved.