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

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

public class InsertColumnAuditLogEntry
extends AuditLogEntry

An Audit Event for when a column is inserted

See Also:
Serialized Form

Constructor Summary
InsertColumnAuditLogEntry()
           
InsertColumnAuditLogEntry(String userName)
           
InsertColumnAuditLogEntry(String userName, BaseColumn column)
           
 
Method Summary
 ColumnDetails getDetails()
           
protected  ColumnDetails getDetails(BaseColumn column)
           
 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

InsertColumnAuditLogEntry

public InsertColumnAuditLogEntry()

InsertColumnAuditLogEntry

public InsertColumnAuditLogEntry(String userName)

InsertColumnAuditLogEntry

public InsertColumnAuditLogEntry(String userName,
                                 BaseColumn column)
Method Detail

getDetails

protected ColumnDetails getDetails(BaseColumn column)

getGenericType

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

getDetails

public ColumnDetails getDetails()


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