void setObject( Object key, Object obj )
Saves the specified object to the instance. The saved object can be retrieved by getObject().
Parameters:
key |
key with which the specified value is to be associated |
obj |
object to be associated with the specified key |
Returns:
none