com.metamatrix.modeler.core.container
Interface EObjectFinder


public interface EObjectFinder

Since:
3.1

Method Summary
 java.lang.Object find(java.lang.Object key)
          Find the object with the specified primary key.
 java.lang.Object findKey(java.lang.Object object)
          Find the object key for the given obj.
 

Method Detail

find

java.lang.Object find(java.lang.Object key)
Find the object with the specified primary key.

Parameters:
key - the primary key for the object
Returns:
Object the object with the matching primary key, or null if no object with the specified primary key could be found

findKey

java.lang.Object findKey(java.lang.Object object)
Find the object key for the given obj.

Parameters:
the - object for which to find the key
Returns:
Object the object key for the given object, or null if no key for the given object
Since:
3.1


Copyright © 2009. All Rights Reserved.