Ontimize 5.2072EN

com.ontimize.gui
Class DataRecordEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ontimize.gui.DataRecordEvent
All Implemented Interfaces:
java.io.Serializable

public class DataRecordEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  java.util.Hashtable attributesValues
           
static int DELETE
           
static int INSERT
           
protected  java.util.Hashtable keysValues
           
protected  EntityResult rs
           
protected  int type
           
static int UPDATE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DataRecordEvent(java.lang.Object source, int type, java.util.Hashtable kv, java.util.Hashtable av, EntityResult rs)
           
 
Method Summary
 java.util.Hashtable getAttributesValues()
           
 java.util.Hashtable getKeysValues()
           
 EntityResult getResult()
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

INSERT

public static final int INSERT
See Also:
Constant Field Values

type

protected int type

rs

protected EntityResult rs

keysValues

protected java.util.Hashtable keysValues

attributesValues

protected java.util.Hashtable attributesValues
Constructor Detail

DataRecordEvent

public DataRecordEvent(java.lang.Object source,
                       int type,
                       java.util.Hashtable kv,
                       java.util.Hashtable av,
                       EntityResult rs)
Method Detail

getKeysValues

public java.util.Hashtable getKeysValues()

getAttributesValues

public java.util.Hashtable getAttributesValues()

getResult

public EntityResult getResult()

getType

public int getType()

Ontimize