org.granite.client.tide.data.impl
Class ObjectUtil
java.lang.Object
org.granite.client.tide.data.impl.ObjectUtil
public class ObjectUtil
- extends Object
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectUtil
public ObjectUtil()
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 - objectobj2 - object
- Returns:
- true when objects are instances of the same entity