class: ContainerResultVO

public class: ContainerResultVO
Author: endres
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:13:56; Modified: 16.07.2009 15:13:56;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D976DFDE-378E-4f32-BEA8-0F9699728849}
This is a container with an extra search result in it.
 

Goto: Custom Properties, Fields, Methods

Extends: ContainerVO

Implements: SearchResultElement

See also: ContainerVO, SearchResultElement

Appears in: valueobjects

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