class: HitwordVO

public class: HitwordVO
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:08; Modified: 16.07.2009 15:14:08;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {18814690-0461-4299-B06C-75571B16EF1D}
Representation of a hit word, especially the start and end index of the word in the text fragment data.
@revised by MuJ: 28.08.2007
 

Goto: Custom Properties, Fields, Methods

Extends: ValueObject

See also: ValueObject

Appears in: valueobjects

Connections
 
Custom Properties
 
HitwordVO Attributes
Attribute Details
private int
  endIndex
Notes: The end index of the word in the text fragment data.
private int
  startIndex
Notes: The start index of the word in the text fragment data.
 
HitwordVO Methods
Operation Details
public
getEndIndex():int
Sequential
Notes: Delivers the end index of the word in the text fragment data.
public
getStartIndex():int
Sequential
Notes: Delivers the start index of the word in the text fragment data.
public
setEndIndex(
   int endIndex):void
Sequential
Notes: Sets the end index of the word in the text fragment data.
public
setStartIndex(
   int startIndex):void
Sequential
Notes: Sets the start index of the word in the text fragment data.