@MappedSuperclass public abstract class AuditableEntity extends Object
| Constructor and Description |
|---|
AuditableEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy() |
Timestamp |
getCreatedOn() |
String |
getUpdatedBy() |
Timestamp |
getUpdatedOn() |
void |
setCreatedBy(String createdBy) |
void |
setCreatedOn(Timestamp createdOn) |
void |
setUpdatedBy(String updatedBy) |
void |
setUpdatedOn(Timestamp updatedOn) |
public Timestamp getCreatedOn()
public void setCreatedOn(Timestamp createdOn)
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public Timestamp getUpdatedOn()
public void setUpdatedOn(Timestamp updatedOn)
public String getUpdatedBy()
public void setUpdatedBy(String updatedBy)
Copyright © 2021. All rights reserved.