info.joseluismartin.audit
Interface Auditable
public interface Auditable
Auditable Objects Interface
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
getCreationDate
Date getCreationDate()
- Returns:
- the date
setCreationDate
void setCreationDate(Date date)
- Parameters:
date - the date to set
getModificationDate
Date getModificationDate()
- Returns:
- the date
setModificationDate
void setModificationDate(Date date)
- Parameters:
date - the date to set
getCreationUser
String getCreationUser()
- Returns:
- the user
setCreationUser
void setCreationUser(String user)
- Parameters:
user - the user to set
getModificationUser
String getModificationUser()
- Returns:
- the user
setModificationUser
void setModificationUser(String user)
- Parameters:
user - the user to set
nullAuditable
void nullAuditable()
- clean all auditable data (set null all values)
Copyright © 2012 JDAL. All Rights Reserved.