class: PubItemResultVO

public class: PubItemResultVO
Author: endres
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:33:46; Modified: 16.07.2009 15:33:46;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A16C7495-C1ED-4ad7-97CF-4C1DDC3C0623}
 

Goto: Custom Properties, Fields, Methods

Appears in: util

Custom Properties
 
PubItemResultVO 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.
private static const long
  serialVersionUID
Initial: 1L
 
PubItemResultVO Methods
Operation Details
public
getSearchHitList():List
Sequential
Notes: Delivers the list of search hits.
public
PubItemResultVO(
   ItemVO itemVO,
   List searchHits):
Sequential