Package net.sf.jasperreports.search
Class HitTermInfo
java.lang.Object
net.sf.jasperreports.search.HitTermInfo
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<HitTermInfo>
,JRCloneable
public class HitTermInfo
extends Object
implements JRCloneable, Serializable, Comparable<HitTermInfo>
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HitTermInfo
-
-
Method Details
-
getPosition
public int getPosition() -
setStart
public void setStart(int start) -
getStart
public int getStart() -
setEnd
public void setEnd(int end) -
getEnd
public int getEnd() -
getValue
-
clone
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
compareTo
- Specified by:
compareTo
in interfaceComparable<HitTermInfo>
-
equals
-
toString
-