public class DeleteRowAuditLogEntry extends AuditLogEntry
| Modifier and Type | Field and Description |
|---|---|
int |
rowIndex |
| Constructor and Description |
|---|
DeleteRowAuditLogEntry() |
DeleteRowAuditLogEntry(String userName) |
DeleteRowAuditLogEntry(String userName,
int rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGenericType() |
int |
getRowIndex() |
getDateOfEntry, getUserComment, getUserName, isDeleted, setDeleted, setUserCommentpublic DeleteRowAuditLogEntry()
public DeleteRowAuditLogEntry(String userName)
public DeleteRowAuditLogEntry(String userName, int rowIndex)
public String getGenericType()
getGenericType in class AuditLogEntrypublic int getRowIndex()
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.