org.drools.workbench.models.commons.shared.auditlog
Class DefaultAuditLogEntry
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAuditLogEntry
public DefaultAuditLogEntry()
DefaultAuditLogEntry
public DefaultAuditLogEntry(String userName)
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.