org.granite.client.tide.data.impl
Class ObjectUtil

java.lang.Object
  extended by org.granite.client.tide.data.impl.ObjectUtil

public class ObjectUtil
extends Object

Author:
William DRAI

Constructor Summary
ObjectUtil()
           
 
Method Summary
static boolean isSimple(Object value)
           
static boolean objectEquals(DataManager dataManager, Object obj1, Object obj2)
          Equality for objects, using uid property when possible
static String toString(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectUtil

public ObjectUtil()
Method Detail

isSimple

public static boolean isSimple(Object value)

toString

public static String toString(Object obj)

objectEquals

public static boolean objectEquals(DataManager dataManager,
                                   Object obj1,
                                   Object obj2)
Equality for objects, using uid property when possible

Parameters:
obj1 - object
obj2 - object
Returns:
true when objects are instances of the same entity