Package net.sf.jasperreports.search
Class HitTermInfo
- java.lang.Object
-
- net.sf.jasperreports.search.HitTermInfo
-
- All Implemented Interfaces:
Serializable
,Cloneable
,JRCloneable
public class HitTermInfo extends Object implements JRCloneable, Serializable
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HitTermInfo(int position, int start, int end, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
int
getEnd()
String
getPageNo()
int
getPosition()
int
getStart()
String
getValue()
void
setEnd(int end)
void
setPageNo(String pageNo)
void
setStart(int start)
-
-
-
Constructor Detail
-
HitTermInfo
public HitTermInfo(int position, int start, int end, String value)
-
-
Method Detail
-
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
public String getValue()
-
setPageNo
public void setPageNo(String pageNo)
-
getPageNo
public String getPageNo()
-
clone
public Object clone()
- Specified by:
clone
in interfaceJRCloneable
- Overrides:
clone
in classObject
-
-