class: TextFragmentVO

public class: TextFragmentVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:17; Modified: 16.07.2009 15:14:17;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {CA383E0F-9344-433d-84FC-EFAC27657AE2}
Representation of the text fragment belonging to a search hit. It contains the text fragment itself and a list of hitwords describing the position of the hit words in the text fragment.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
TextFragmentVO Attributes
Attribute Details
private String
  data
Notes: The text fragment of the search hit.
private java.util.ArrayList
  hitwordList
Initial: new java.util.ArrayList()
Notes: The list of hitwords.
 
TextFragmentVO Methods
Operation Details
public
getData():String
Sequential
Notes: Delivers the text fragment of the search hit.
public
getHitwordList():java.util.List
Sequential
Notes: Delivers the list of hitwords.
public
setData(
   String newVal):void
Sequential
Notes: Sets the text fragment of the search hit.