@Embeddable public class Auditable extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Auditable.Presentation |
Modifier and Type | Field and Description |
---|---|
protected Long |
createdBy |
protected Date |
dateCreated |
protected Date |
dateUpdated |
protected Long |
updatedBy |
Constructor and Description |
---|
Auditable() |
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()
public Long getCreatedBy()
public Date getDateUpdated()
public Long getUpdatedBy()
public void setDateCreated(Date dateCreated)
public void setCreatedBy(Long createdBy)
public void setDateUpdated(Date dateUpdated)
public void setUpdatedBy(Long updatedBy)
Copyright © 2022. All rights reserved.