Determines if a given attribute is present or not on a business object.
Syntax
public boolean isAttrPresent(String attrName);
Parameters
Return values
Returns true if the attribute exists or false if it does not.