This class represents the results of a search. A SearchObjectNameResult object (where ObjectName is the name of the parent object) is returned as a result of a call to searchBlock, searchExact, or searchPhonetic.searchBlock
class SearchObjectNameResult  | 
This method retrieves the EUID of a search result record.
String getEUID()  | 
None.
A string containing an EUID.
None.
This method retrieves the weight that indicates how closely a search result record matched the search criteria.
Float getComparisonScore()  | 
None.
A comparison weight.
None.
This method retrieves an object bean for a search result record.
ObjectNameBean getObjectName()  | 
where ObjectName is the name of the parent object.
None.
An object bean.
None.
This method sets the EUID of a search result record.
void setEUID(String euid)  | 
| 
 Name  | 
 Type  | 
 Description  | 
|---|---|---|
| 
 euid  | 
 String  | 
 The EUID to set.  | 
None.
None.
This method sets the weight that indicates how closely a search result record matched the search criteria.
void setComparisonScore(float score)  | 
| 
 Name  | 
 Type  | 
 Description  | 
|---|---|---|
| 
 score  | 
 Float  | 
 The matching comparison score to set.  | 
None.
None.
This method sets an object bean as a search result record.
void setObjectName(ObjectNameBean bean)  | 
where ObjectName is the name of the parent object.
| 
 Name  | 
 Type  | 
 Description  | 
|---|---|---|
| 
 bean  | 
 ObjectNameBean  | 
 The object bean to set.  | 
None.
None.