public interface Auditable
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
String |
getCreationUser() |
Date |
getModificationDate() |
String |
getModificationUser() |
void |
nullAuditable()
clean all auditable data (set null all values)
|
void |
setCreationDate(Date date) |
void |
setCreationUser(String user) |
void |
setModificationDate(Date date) |
void |
setModificationUser(String user) |
Date getCreationDate()
void setCreationDate(Date date)
date - the date to setDate getModificationDate()
void setModificationDate(Date date)
date - the date to setString getCreationUser()
void setCreationUser(String user)
user - the user to setString getModificationUser()
void setModificationUser(String user)
user - the user to setvoid nullAuditable()
Copyright © 2014 JDAL. All Rights Reserved.