Class ResultData

java.lang.Object
com.portal.search.ResultData
All Implemented Interfaces:
Serializable

public class ResultData extends Object implements 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 Details

    • fieldName

      public String fieldName
      The name of the field to be used for the results.
    • altFieldName

      public String altFieldName
      An alternate field to be used for the results. This is for a field defined that is defined in a particular object.
    • label

      public String label
      The label to be used as a header.
    • className

      public String className
      The class that this field belongs to.
    • readFields

      public boolean readFields
      Indicates whether to do a READ_FLDS on the field.
    • display

      public boolean display
      Indicates whether to display the resultData.
    • indexStr

      public String indexStr
      Indicates whether there is a special array-index value. If so, saves it. see SearchController.java invalid input: '&' SearchTemplate.java
  • Method Details

    • equals

      public boolean equals(ResultData data)
      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.