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 AdminAudit
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 void setCreatedBy(Long createdBy)
setCreatedBy
in interface AdminAudit
public Long getUpdatedBy()
getUpdatedBy
in interface AdminAudit
public void setUpdatedBy(Long updatedBy)
setUpdatedBy
in interface AdminAudit
public AdminAuditable getEmbeddableAdminAuditable(boolean assign)
Copyright © 2022. All rights reserved.