info.joseluismartin.audit
Interface Auditable


public interface Auditable

Auditable Objects Interface

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Method Summary
 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)
           
 

Method Detail

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.