Package com.portal.search
Class ResultData
java.lang.Object
com.portal.search.ResultData
- All Implemented Interfaces:
Serializable
Contains result information that is used for defining the PinFldResults for
searching. This information is passed to an appliation through the
SearchEvent.
- Version:
- %version: 7 % %date_modified: Tue May 28 10:23:46 2002 %
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn alternate field to be used for the results.The class that this field belongs to.boolean
Indicates whether to display the resultData.The name of the field to be used for the results.Indicates whether there is a special array-index value.The label to be used as a header.boolean
Indicates whether to do a READ_FLDS on the field. -
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(ResultData data) Determines if the two objects are equal.
-
Field Details
-
fieldName
The name of the field to be used for the results. -
altFieldName
An alternate field to be used for the results. This is for a field defined that is defined in a particular object. -
label
The label to be used as a header. -
className
The class that this field belongs to. -
readFields
public boolean readFieldsIndicates whether to do a READ_FLDS on the field. -
display
public boolean displayIndicates whether to display the resultData. -
indexStr
Indicates whether there is a special array-index value. If so, saves it. see SearchController.java invalid input: '&' SearchTemplate.java
-
-
Method Details
-
equals
Determines if the two objects are equal. This means that both the primary field and the secondary field, if defined, are the same.- Parameters:
data
- the object to check- Returns:
- true if the objects are the same.
-