org.drools.workbench.models.guided.dtable.shared.auditlog
Class DeleteRowAuditLogEntry
java.lang.Object
org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
org.drools.workbench.models.guided.dtable.shared.auditlog.DeleteRowAuditLogEntry
public class DeleteRowAuditLogEntry
- extends org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
An Audit Event when a row is deleted
| Methods inherited from class org.drools.workbench.models.datamodel.auditlog.AuditLogEntry |
getDateOfEntry, getUserComment, getUserName, isDeleted, setDeleted, setUserComment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rowIndex
public int rowIndex
DeleteRowAuditLogEntry
public DeleteRowAuditLogEntry()
DeleteRowAuditLogEntry
public DeleteRowAuditLogEntry(String userName)
DeleteRowAuditLogEntry
public DeleteRowAuditLogEntry(String userName,
int rowIndex)
getGenericType
public String getGenericType()
- Specified by:
getGenericType in class org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
getRowIndex
public int getRowIndex()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.