Setter for property functions.
Parameters: functions - New value of property functions.Example:Assume the value of the field is 'This is a test'SearchCriteriaHolder holder = new SearchCriteriaHolder();...holder.setFunctions("CONCAT(UPPER(SUBSTR(${}, 10)), 'XYZ')" );...result would be: TESTXYZ