class: SearchHitVO

public class: SearchHitVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:14:15; Modified: 16.07.2009 15:14:15;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A4788538-C962-4d2f-A8FC-5F9DB54E9E05}
Representation of a search hit.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: FileRO, SearchHitType, ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
SearchHitVO Attributes
Attribute Details
private FileRO
  hitReference
Notes: This FileRO points to the File containing the search hit. When the search hit is of type metadata, this property should not be set.
private java.util.ArrayList
  textFragmentList
Initial: new java.util.ArrayList()
Notes: List of text fragments belonging to this search hit.
private SearchHitType
  type
 
SearchHitVO Methods
Operation Details
public
getHitReference():FileRO
Sequential
Notes: Delivers the reference to the file containing the search hit. When the search hit is of type metadata, this property should not be set.
public
getTextFragmentList():java.util.List
Sequential
Notes: Delivers the list of text fragments belonging to this search hit.
public
getType():SearchHitType
Sequential
Notes: Delivers the type of the search hit.
public
setHitReference(
   FileRO newVal):void
Sequential
Notes: Sets the reference to the file containing the search hit. When the search hit is of type metadata, this property should not be set.
public
setType(
   SearchHitType newVal):void
Sequential
Notes: Sets the type of the search hit.