Function: getFromId(stringId) Description: Gets the object previously set using setIdFor(). Returns: Object if set, Null otherwise. Example: // Get an object using its id string. var myOriginalObject = $A.getFromId(stringId);