org.drools.ide.common.client.modeldriven.auditlog
Class AuditLogEntry

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.auditlog.AuditLogEntry
All Implemented Interfaces:
Serializable, PortableObject
Direct Known Subclasses:
DeleteColumnAuditLogEntry, DeleteRowAuditLogEntry, InsertColumnAuditLogEntry, InsertRowAuditLogEntry

public abstract class AuditLogEntry
extends Object
implements PortableObject

An entry in an Audit Log

See Also:
Serialized Form

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

getGenericType

public abstract String getGenericType()

isDeleted

public boolean isDeleted()

setUserComment

public void setUserComment(String userComment)

setDeleted

public void setDeleted(boolean isDeleted)


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