@Embeddable public class AdminAuditable extends Object implements Serializable, SandBoxNonProductionSkip, AdminAudit
Modifier and Type | Field and Description |
---|---|
protected Long |
createdBy |
protected Date |
dateCreated |
protected Date |
dateUpdated |
protected Long |
updatedBy |
Constructor and Description |
---|
AdminAuditable() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCreatedBy() |
Date |
getDateCreated() |
Date |
getDateUpdated() |
Long |
getUpdatedBy() |
int |
hashCode() |
void |
setCreatedBy(Long createdBy) |
void |
setDateCreated(Date dateCreated) |
void |
setDateUpdated(Date dateUpdated) |
void |
setUpdatedBy(Long updatedBy) |
protected Date dateCreated
protected Long createdBy
protected Date dateUpdated
protected Long updatedBy
public Date getDateCreated()
getDateCreated
in interface AdminAudit
public Date getDateUpdated()
getDateUpdated
in interface AdminAudit
public void setDateCreated(Date dateCreated)
setDateCreated
in interface AdminAudit
public void setDateUpdated(Date dateUpdated)
setDateUpdated
in interface AdminAudit
public Long getCreatedBy()
getCreatedBy
in interface AdminAudit
public void setCreatedBy(Long createdBy)
setCreatedBy
in interface AdminAudit
public Long getUpdatedBy()
getUpdatedBy
in interface AdminAudit
public void setUpdatedBy(Long updatedBy)
setUpdatedBy
in interface AdminAudit
Copyright © 2022. All rights reserved.