Drools Workbench - Data Model API 6.2.1-SNAPSHOT

org.drools.workbench.models.datamodel.auditlog
Class AuditLogEntry

java.lang.Object
  extended by org.drools.workbench.models.datamodel.auditlog.AuditLogEntry

public abstract class AuditLogEntry
extends Object

An entry in an Audit Log


Constructor Summary
AuditLogEntry()
           
AuditLogEntry(String userName)
           
 
Method Summary
 Date getDateOfEntry()
           
abstract  String getGenericType()
           
 String getUserComment()
           
 String getUserName()
           
 boolean isDeleted()
           
 void setDeleted(boolean isDeleted)
           
 void setUserComment(String userComment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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