public abstract class AuditLogEntry extends Object
Constructor and Description |
---|
AuditLogEntry() |
AuditLogEntry(String userName) |
Modifier and Type | Method and Description |
---|---|
Date |
getDateOfEntry() |
abstract String |
getGenericType() |
String |
getUserComment() |
String |
getUserName() |
boolean |
isDeleted() |
void |
setDeleted(boolean isDeleted) |
void |
setUserComment(String userComment) |
public AuditLogEntry()
public AuditLogEntry(String userName)
public Date getDateOfEntry()
public String getUserName()
public String getUserComment()
public boolean isDeleted()
public void setUserComment(String userComment)
public void setDeleted(boolean isDeleted)
public abstract String getGenericType()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.