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

Method Summary
 String getCreatedBy()
           
 Date getCreatedOn()
           
 String getLastModifiedBy()
           
 Date getLastModifiedOn()
           
 

Method Detail

getCreatedOn

Date getCreatedOn()

getCreatedBy

String getCreatedBy()

getLastModifiedOn

Date getLastModifiedOn()

getLastModifiedBy

String getLastModifiedBy()


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.