public interface AdminAudit
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedBy() |
Date |
getDateCreated() |
Date |
getDateUpdated() |
Long |
getUpdatedBy() |
void |
setCreatedBy(Long createdBy) |
void |
setDateCreated(Date dateCreated) |
void |
setDateUpdated(Date dateUpdated) |
void |
setUpdatedBy(Long updatedBy) |
Date getDateCreated()
Date getDateUpdated()
void setDateCreated(Date dateCreated)
void setDateUpdated(Date dateUpdated)
Long getCreatedBy()
void setCreatedBy(Long createdBy)
Long getUpdatedBy()
void setUpdatedBy(Long updatedBy)
Copyright © 2022. All rights reserved.