class: ItemResultVO

public class: ItemResultVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:09; Modified: 16.07.2009 15:14:09;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {790D06E1-2640-44b4-B05A-B8FBC2328713}
Representation of an PubItem search result record.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ItemVO

Implements: SearchResultElement

See also: ItemVO, SearchResultElement

Appears in: valueobjects

Connections
 
Custom Properties
 
ItemResultVO Attributes
Attribute Details
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.
 
ItemResultVO Methods
Operation Details
public
getSearchHitList():java.util.List
Sequential
Notes: Delivers the list of search hits.
public
ItemResultVO():
Sequential
Notes: Default constructor.
public
ItemResultVO(
   ItemVO itemVO):
Sequential
Notes: Construct an ItemResultVO using the parents copy constructor.