Drools Guvnor - Guided Decision Table Model 6.0.0.Beta1

org.drools.guvnor.models.guided.dtable.shared.auditlog
Class DeleteColumnAuditLogEntry

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.auditlog.DefaultAuditLogEntry
      extended by org.drools.guvnor.models.guided.dtable.shared.auditlog.DeleteColumnAuditLogEntry
All Implemented Interfaces:
AuditLogEntry

public class DeleteColumnAuditLogEntry
extends DefaultAuditLogEntry

An Audit Event for when a column is deleted


Constructor Summary
DeleteColumnAuditLogEntry()
           
DeleteColumnAuditLogEntry(String userName)
           
DeleteColumnAuditLogEntry(String userName, BaseColumn column)
           
 
Method Summary
 String getColumnHeader()
           
 String getGenericType()
           
 
Methods inherited from class org.drools.guvnor.models.commons.shared.auditlog.DefaultAuditLogEntry
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()

getColumnHeader

public String getColumnHeader()

Drools Guvnor - Guided Decision Table Model 6.0.0.Beta1

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