class: SearchResultVO

public class: SearchResultVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:16; Modified: 16.07.2009 15:14:16;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D3B54D9B-B182-4bf8-BC94-4F851A13D41C}
Representation of an PubItem search result record. This class is used only for JiBX transformations of search results. In {@link XmlTransformingBean} it is transformed to another implementation of {@link SearchResultElement}.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Implements: SearchResultElement

See also: Searchable, SearchResultElement

Appears in: valueobjects

Connections
 
Custom Properties
 
SearchResultVO Attributes
Attribute Details
private Searchable
  resultVO
private java.util.ArrayList
  searchHitList
Initial: new java.util.ArrayList()
Notes: List of hits. Every hit in files contains the file reference and the text fragments of the search hit.
 
SearchResultVO Methods
Operation Details
public
getResultVO():Searchable
Sequential
public
getSearchHitList():java.util.List
Sequential
Notes: {@inheritDoc}
public
setResultVO(
   Searchable resultVO):void
Sequential