public final class WeaveAdminAuditable extends Object implements AdminAudit
| Modifier and Type | Field and Description |
|---|---|
protected AdminAuditable |
auditable |
| Constructor and Description |
|---|
WeaveAdminAuditable() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedBy() |
Date |
getDateCreated() |
Date |
getDateUpdated() |
AdminAuditable |
getEmbeddableAdminAuditable(boolean assign) |
Long |
getUpdatedBy() |
void |
setCreatedBy(Long createdBy) |
void |
setDateCreated(Date dateCreated) |
void |
setDateUpdated(Date dateUpdated) |
void |
setUpdatedBy(Long updatedBy) |
protected AdminAuditable auditable
public Long getCreatedBy()
getCreatedBy in interface AdminAuditpublic Date getDateCreated()
getDateCreated in interface AdminAuditpublic Date getDateUpdated()
getDateUpdated in interface AdminAuditpublic void setDateCreated(Date dateCreated)
setDateCreated in interface AdminAuditpublic void setDateUpdated(Date dateUpdated)
setDateUpdated in interface AdminAuditpublic void setCreatedBy(Long createdBy)
setCreatedBy in interface AdminAuditpublic Long getUpdatedBy()
getUpdatedBy in interface AdminAuditpublic void setUpdatedBy(Long updatedBy)
setUpdatedBy in interface AdminAuditpublic AdminAuditable getEmbeddableAdminAuditable(boolean assign)
Copyright © 2022. All rights reserved.