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 Objectclone()intgetEnd()StringgetPageNo()intgetPosition()intgetStart()StringgetValue()voidsetEnd(int end)voidsetPageNo(String pageNo)voidsetStart(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:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
-