org.squashtest.csp.tm.domain.audit
Interface AuditableMixin
public interface AuditableMixin
Defines interface for @Auditable entities. Any @Auditable entity will be modified to implement this interface.
- Author:
- Gregory Fouquet
getCreatedOn
Date getCreatedOn()
getCreatedBy
String getCreatedBy()
getLastModifiedOn
Date getLastModifiedOn()
getLastModifiedBy
String getLastModifiedBy()
setCreatedBy
void setCreatedBy(String createdBy)
setCreatedOn
void setCreatedOn(Date createdOn)
setLastModifiedBy
void setLastModifiedBy(String lastModifiedBy)
setLastModifiedOn
void setLastModifiedOn(Date lastModifiedOn)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.