org.drools.ide.common.client.modeldriven.dt52.auditlog
Class DeleteColumnAuditLogEntry

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.auditlog.AuditLogEntry
      extended by org.drools.ide.common.client.modeldriven.dt52.auditlog.DeleteColumnAuditLogEntry
All Implemented Interfaces:
Serializable, PortableObject

public class DeleteColumnAuditLogEntry
extends AuditLogEntry

An Audit Event for when a column is deleted

See Also:
Serialized Form

Constructor Summary
DeleteColumnAuditLogEntry()
           
DeleteColumnAuditLogEntry(String userName)
           
DeleteColumnAuditLogEntry(String userName, BaseColumn column)
           
 
Method Summary
 String getColumnHeader()
           
 String getGenericType()
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.auditlog.AuditLogEntry
getDateOfEntry, getUserComment, getUserName, isDeleted, setDeleted, setUserComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteColumnAuditLogEntry

public DeleteColumnAuditLogEntry()

DeleteColumnAuditLogEntry

public DeleteColumnAuditLogEntry(String userName)

DeleteColumnAuditLogEntry

public DeleteColumnAuditLogEntry(String userName,
                                 BaseColumn column)
Method Detail

getGenericType

public String getGenericType()
Specified by:
getGenericType in class AuditLogEntry

getColumnHeader

public String getColumnHeader()


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