com.ebasetech.ufs.utility
Class ObjectUtil

java.lang.Object
  extended bycom.ebasetech.ufs.utility.ObjectUtil

public class ObjectUtil
extends java.lang.Object


Constructor Summary
ObjectUtil()
           
 
Method Summary
static boolean areObjectsEqual(java.lang.Object one, java.lang.Object two)
          see if two object are equal, by
 
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

areObjectsEqual

public static boolean areObjectsEqual(java.lang.Object one,
                                      java.lang.Object two)
see if two object are equal, by

Parameters:
one -
two -
Returns: