Class AuditLogEntry
- java.lang.Object
-
- org.drools.workbench.models.datamodel.auditlog.AuditLogEntry
-
public abstract class AuditLogEntry extends Object
An entry in an Audit Log
-
-
Constructor Summary
Constructors Constructor Description AuditLogEntry()AuditLogEntry(String userName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description DategetDateOfEntry()abstract StringgetGenericType()StringgetUserComment()StringgetUserName()booleanisDeleted()voidsetDeleted(boolean isDeleted)voidsetUserComment(String userComment)
-
-
-
Constructor Detail
-
AuditLogEntry
public AuditLogEntry()
-
AuditLogEntry
public AuditLogEntry(String userName)
-
-
Method Detail
-
getDateOfEntry
public Date getDateOfEntry()
-
getUserName
public String getUserName()
-
getUserComment
public String getUserComment()
-
isDeleted
public boolean isDeleted()
-
setUserComment
public void setUserComment(String userComment)
-
setDeleted
public void setDeleted(boolean isDeleted)
-
getGenericType
public abstract String getGenericType()
-
-