org.drools.workbench.models.datamodel.auditlog
Class AuditLogEntry
java.lang.Object
org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
public abstract class AuditLogEntry
- extends Object
An entry in an Audit Log
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditLogEntry
public AuditLogEntry()
AuditLogEntry
public AuditLogEntry(String userName)
getDateOfEntry
public Date getDateOfEntry()
getUserName
public String getUserName()
getUserComment
public String getUserComment()
isDeleted
public boolean isDeleted()
setUserComment
public void setUserComment(String userComment)
setDeleted
public void setDeleted(boolean isDeleted)
getGenericType
public abstract String getGenericType()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.