Determines whether this attribute is part of the business object's primary key.
Syntax
public boolean isKey();
Parameters
None.
Return values
Returns true, if the attribute is a key or part of the key; otherwise, returns false.
See also
setIsKey()