org.drools.ide.common.client.modeldriven.auditlog
Class AuditLogEntry
java.lang.Object
org.drools.ide.common.client.modeldriven.auditlog.AuditLogEntry
- All Implemented Interfaces:
- Serializable, PortableObject
- Direct Known Subclasses:
- DeleteColumnAuditLogEntry, DeleteRowAuditLogEntry, InsertColumnAuditLogEntry, InsertRowAuditLogEntry
public abstract class AuditLogEntry
- extends Object
- implements PortableObject
An entry in an Audit Log
- See Also:
- Serialized Form
| 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()
getGenericType
public abstract String getGenericType()
isDeleted
public boolean isDeleted()
setUserComment
public void setUserComment(String userComment)
setDeleted
public void setDeleted(boolean isDeleted)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.