org.drools.ide.common.client.modeldriven.dt52.auditlog
Class DeleteRowAuditLogEntry

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.auditlog.AuditLogEntry
      extended by org.drools.ide.common.client.modeldriven.dt52.auditlog.DeleteRowAuditLogEntry
All Implemented Interfaces:
Serializable, PortableObject

public class DeleteRowAuditLogEntry
extends AuditLogEntry

An Audit Event when a row is deleted

See Also:
Serialized Form

Field Summary
 int rowIndex
           
 
Constructor Summary
DeleteRowAuditLogEntry()
           
DeleteRowAuditLogEntry(String userName)
           
DeleteRowAuditLogEntry(String userName, int rowIndex)
           
 
Method Summary
 String getGenericType()
           
 int getRowIndex()
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.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
 

Field Detail

rowIndex

public int rowIndex
Constructor Detail

DeleteRowAuditLogEntry

public DeleteRowAuditLogEntry()

DeleteRowAuditLogEntry

public DeleteRowAuditLogEntry(String userName)

DeleteRowAuditLogEntry

public DeleteRowAuditLogEntry(String userName,
                              int rowIndex)
Method Detail

getGenericType

public String getGenericType()
Specified by:
getGenericType in class AuditLogEntry

getRowIndex

public int getRowIndex()


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