public final class ObjectKey extends Object
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object anObject)  | 
static ObjectKey | 
forName(String aName)
Returns an object key given a name. 
 | 
String | 
getName()
Returns the name of this object. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public static ObjectKey forName(String aName)
aName - the object name. It cannot be null.public String getName()