Drools Workbench - Common Model 6.0.0.Beta3

org.drools.workbench.models.commons.shared.auditlog
Class DefaultAuditLogEntry

java.lang.Object
  extended by org.drools.workbench.models.commons.shared.auditlog.DefaultAuditLogEntry
All Implemented Interfaces:
AuditLogEntry

public abstract class DefaultAuditLogEntry
extends Object
implements AuditLogEntry

An entry in an Audit Log


Constructor Summary
DefaultAuditLogEntry()
           
DefaultAuditLogEntry(String userName)
           
 
Method Summary
 Date getDateOfEntry()
           
 String getUserComment()
           
 String getUserName()
           
 boolean isDeleted()
           
 void setDeleted(boolean isDeleted)
           
 void setUserComment(String userComment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.workbench.models.commons.shared.auditlog.AuditLogEntry
getGenericType
 

Constructor Detail

DefaultAuditLogEntry

public DefaultAuditLogEntry()

DefaultAuditLogEntry

public DefaultAuditLogEntry(String userName)
Method Detail

getDateOfEntry

public Date getDateOfEntry()
Specified by:
getDateOfEntry in interface AuditLogEntry

getUserName

public String getUserName()
Specified by:
getUserName in interface AuditLogEntry

getUserComment

public String getUserComment()
Specified by:
getUserComment in interface AuditLogEntry

isDeleted

public boolean isDeleted()
Specified by:
isDeleted in interface AuditLogEntry

setUserComment

public void setUserComment(String userComment)
Specified by:
setUserComment in interface AuditLogEntry

setDeleted

public void setDeleted(boolean isDeleted)
Specified by:
setDeleted in interface AuditLogEntry

Drools Workbench - Common Model 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.