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

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

public class UpdateColumnAuditLogEntry
extends InsertColumnAuditLogEntry

An Audit Event for when a column is updated

See Also:
Serialized Form

Constructor Summary
UpdateColumnAuditLogEntry()
           
UpdateColumnAuditLogEntry(String userName)
           
UpdateColumnAuditLogEntry(String userName, BaseColumn originalColumn, BaseColumn newColumn)
           
 
Method Summary
 String getGenericType()
           
 ColumnDetails getOriginalDetails()
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.dt52.auditlog.InsertColumnAuditLogEntry
getDetails, getDetails
 
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

UpdateColumnAuditLogEntry

public UpdateColumnAuditLogEntry()

UpdateColumnAuditLogEntry

public UpdateColumnAuditLogEntry(String userName)

UpdateColumnAuditLogEntry

public UpdateColumnAuditLogEntry(String userName,
                                 BaseColumn originalColumn,
                                 BaseColumn newColumn)
Method Detail

getGenericType

public String getGenericType()
Overrides:
getGenericType in class InsertColumnAuditLogEntry

getOriginalDetails

public ColumnDetails getOriginalDetails()


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