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()
           
 void setCreatedBy(String createdBy)
           
 void setCreatedOn(Date createdOn)
           
 void setLastModifiedBy(String lastModifiedBy)
           
 void setLastModifiedOn(Date lastModifiedOn)
           
 

Method Detail

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.