org.neodatis.odb.core.layers.layer2.meta.compare
Class ChangedObjectInfo

java.lang.Object
  extended by org.neodatis.odb.core.layers.layer2.meta.compare.ChangedObjectInfo

public class ChangedObjectInfo
extends java.lang.Object

Used to store informations about object changes


Constructor Summary
ChangedObjectInfo(ClassInfo oldCi, ClassInfo newCi, int fieldIndex, AbstractObjectInfo oldValue, AbstractObjectInfo newValue, int objectRecursionLevel)
           
ChangedObjectInfo(ClassInfo oldCi, ClassInfo newCi, int fieldIndex, AbstractObjectInfo oldValue, AbstractObjectInfo newValue, java.lang.String message, int objectRecursionLevel)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangedObjectInfo

public ChangedObjectInfo(ClassInfo oldCi,
                         ClassInfo newCi,
                         int fieldIndex,
                         AbstractObjectInfo oldValue,
                         AbstractObjectInfo newValue,
                         int objectRecursionLevel)

ChangedObjectInfo

public ChangedObjectInfo(ClassInfo oldCi,
                         ClassInfo newCi,
                         int fieldIndex,
                         AbstractObjectInfo oldValue,
                         AbstractObjectInfo newValue,
                         java.lang.String message,
                         int objectRecursionLevel)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object