Function: hasIdFor(object) Description: Determines if an object has an associated id previously set using setIdFor(). Returns: True if set, False otherwise. Example: // Does an object have a previously set id. var isIdSet = $A.hasIdFor(domElement);