Determines if the current business object has values for all its primary- and foreign-key attributes.
public final boolean hasAllKeys();
None.
Returns true if the current business object has values for all primary and foreign key attributes; otherwise returns false.
The hasAllKeys() method checks if all the primary and foreign keys have been populated. This method is typically used to identify the row for updates.